自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (35)
  • 收藏
  • 关注

空空如也

node.js开发指南

本书首先简要介绍Node.js,然后通过各种示例讲解Node.js 的基本特性,再用案例式教学的方式讲述如何用Node.js 进行Web 开发,接着探讨一些Node.js 进阶话题,最后展示如何将一个Node.js 应用部署到生产环境中。本书面向对Node.js 感兴趣,但没有基础的读者,也可供已了解Node.js,并对Web 前端/ 后端开发有一定经验,同时想尝试新技术的开发者参考。

2018-05-29

Node.js权威指南

《Node.js权威指南》共16章,分三个部分:第一部分(第1~12章)从Node.js的特性、优势、适用场景、安装配置到各个模块的功能作用,再到开发的具体方法和技巧,非常详尽地讲解了Node.js开发者必备的各种基础知识;第二部分(第13~15章)介绍了在使用Node.js进行开发时极有可能用到的第三方开发包,探讨了如何在Node.js应用程序中使用关系型数据库及NoSQL型数据库,如何使用Express框架开发Web应用程序,以及如何使用Socket.IO类库实现WebSocket通信等;第三部分(第16章)讲解了两个综合案例,如何结合使用Node.js与Socket.IO类库制作一个聊天室应用程序的服务器端及客户端,以及如何结合使用Node.js与Express框架制作一个Web应用程序的服务器端及客户端。

2018-05-29

Learning Node.js for Mobile Application Development (Packt 2015)

Learning Node.js for Mobile Application Development Paperback – October 30, 2015 by Stefan Buttigieg (Author), Milorad Jevdjenic (Author) 1. Use Node.js to satisfy the core backend requirements of modern apps, including user management, security, data access, and real-time data communication. 2. Build practical real-world mobile applications, which will give you the necessary knowledge to build your very own mobile solutions.

2018-05-24

Large-Scale C++ Software Design

This is the definitive book for all C++ software professionals involved in large development efforts such as databases, operating systems, compilers, and frameworks. It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming language. In this book, Lakos explains the process of decomposing large systems into physical (not inheritance) hierarchies of smaller, more manageable components. Such systems with their acyclic physical dependencies are fundamentally easier and more economical to maintain, test, and reuse than tightly interdependent systems. In addition to explaining the motivation for following good physical as well as logical design practices, Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile-time, and link-time (physical) dependencies. He then extends these concepts from large to very large systems

2018-05-23

Boost程序库完全开发指南-深入C++“准”标准库高清版

Boost程序库完全开发指南-深入C++“准”标准库高清版 罗剑锋著

2018-05-23

推荐系统实践

随着信息技术和互联网的发展,人们逐渐从信息匮乏的时代走入了信息过载(information overload)的时代 。在这个时代,无论是信息消费者还是信息生产者都遇到了很大的挑战:对于信息消费者,从大量信息中找到自己感兴趣的信息是一件非常困难的事情;对于信息生产者,让自己生产的信息脱颖而出,受到广大用户的关注,也是一件非常困难的事情。推荐系统就是解决这一矛盾的重要工具。推荐系统的任务就是联系用户和信息,一方面帮助用户发现对自己有价值的信息,另一方面让信息能够展现在对它感兴趣的用户面前,从而实现信息消费者和信息生产者的双赢。

2018-05-23

Recommender Systems Handbook

A Complete Guide for Research Scientists & Practitioners 出版年: 2010-10-29

2018-05-23

面向机器智能的TensorFlow实践

本书是一本绝佳的TensorFlow入门指南。讲解TensorFlow的底层原理,并从实践角度介绍如何将两种常见模型--深度卷积网络、循环神经网络应用到图像理解和自然语言处理的典型任务中。此外,还介绍了在模型部署和编程中可用的诸多实用技巧。

2018-05-23

机器学习实战(Machine Learning in Action)中英文版+源码

Machine Learning in Action 原版、 中文版、附带Python源码。

2018-05-22

斯坦福大学机器学习课程视频与讲义

吴恩达在斯坦福上课全部录像,作业(算法原理与matlab两方面的)及答案,笔记,数学基础补充等。txt里面有下载链接。

2018-05-21

TensorFlow Machine Learning Cookbook

TensorFlow Machine Learning Cookbook by Nick McClure TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You’ll work through recipes on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning – each using Google’s machine learning library TensorFlow. This guide starts with the fundamentals of the TensorFlow library which includes variables, matrices, and various data sources. Moving ahead, you will get hands-on experience with Linear Regression techniques with TensorFlow. The next chapters cover important high-level concepts such as neural networks, CNN, RNN, and NLP.

2018-05-21

Graphics Shaders: Theory and Practice

Graphics Shaders: Theory and Practice is intended for a second course in computer graphics at the undergraduate or graduate level, introducing shader programming in general, but focusing on the GLSL shading language. While teaching how to write programmable shaders, the authors also teach and reinforce the

2017-11-22

Interactive Computer Graphics:A.Top-Down Approach with Shader-Based OpenGL

Interactive Computer Graphics:A.Top-Down Approach with Shader-Based OpenGL(6th.2011)

2017-11-21

opengl shader language 烹饪书

opengl shader language 烹饪书 opengl shader language 烹饪书

2017-11-21

相机标定 标定板

相机标定 标定板 相机标定 标定板 相机标定 标定板

2017-11-13

3D Computer Graphics: A Mathematical Introduction with OpenGL

This introduction to 3D computer graphics emphasizes fundamentals and the mathematics underlying computer graphics, while also covering programming techniques using OpenGL, a platform-independent graphics programming environment. The minimal prerequisites make it suitable for self-study or for use as an advanced undergraduate or introductory graduate text as the author leads step-by-step from the basics of transformations to advanced topics such as animations and kinematics.

2017-01-19

Applied Microsoft .Net Framework Programming

.NET Framework allows developers to quickly build robust, secure ASP.NET Web Forms and XML Web service applications, Windows Forms applications, tools, and types.

2016-03-30

c++ 机考试题 leetcode

c++ 机考试题 leetcode

2022-05-29

leetcode刷题147页(c++版).rar

leetcode刷题147页(c++版).rar

2020-05-13

protobuf-3.11.2-vs2015运行库.rar

protobuf 3.11.2运行库 vs2015 ,包括include文件夹 ,lib文件夹libprotobuf.lib, libprotobuf-lite.lib,libprotoc.lib ,bin文件夹 protoc.exe

2020-01-20

Pruning Filters for Efficient ConvNets.pdf

CNN在各种应用中的成功伴随着计算和参数存储成本的显着增加。最近减少这些开销的努力包括,在不损害原始精度的条件下的剪枝和压缩各层的权重。论文就是提出了对卷积层进行剪枝操作,然后进行retrain恢复精度。

2019-09-17

openssl 库 1.1.1c release 头文件, lib, dll文件

windows下调用openssl release版,包含 include和lib,dll 文件 1.1.1c

2019-09-04

Maya5编程全攻略

扫描版 Complete Maya Programming an Extensive Guide to MEL and the C++ API 作者: (美)David A.D.Gould

2019-04-19

Android源码设计模式解析与实战

主要讲解面向对象的六大原则、主流的设计模式以及MVC和MVP模式。主要内容为:优化代码的首步、开闭原则、里氏替换原则、依赖倒置原则、接口隔离原则、迪米特原则、单例模式、Builder模式、原型模式、工厂方法模式、抽象工厂模式、策略模式、状态模式、责任链模式、解释器模式、命令模式、观察者模式、备忘录模式、迭代器模式、模板方法模式、访问者模式、中介者模式、代理模式、组合模式、适配器模式、装饰模式、享元模式、外观模式、桥接模式,以及MVC的介绍与实战和MVP应用架构模式。

2018-12-24

Android内核剖析(完整版)

本书详细分析了Android内核的内部机制,包括窗口管理系统、Activity管理系统、输入法框架、编译系统等,为Android内核定制及高级应用程序开发提供技术参考。

2018-12-24

Android开发艺术探索

1. 介绍Android开发者不容易掌握的一些知识点 2. 结合Android源代码和应用层开发过程,融会贯通,介绍一些比较深入的知识点 3. 介绍一些核心技术和Android的性能优化思想

2018-12-24

《精通Qt4编程(第2版)》.( 蔡志明,卢传富,李立夏)

《精通Qt4编程(第2版)》.( 蔡志明,卢传富,李立夏).[PDF]. 以及代码

2018-06-20

COM技术内幕

COM技术内幕-微软组件对象 中文版 Dale Rogerson 第一章组件 第二章 接口 第三章QueryInterface 第四章 引用计数 第五章 动态链接 第六章 关于HRESULT GUID 注册表及其他细节

2018-06-08

Computer Systems A Programmer's perspective

by Bryant and O'Hallaron Second Edition The text's hands-on approach (including a comprehensive set of labs) helps students understand the “under-the-hood” operation of a modern computer system and prepares them for future courses in systems topics such as compilers, computer architecture, operating systems, and networking. Visit the CSS:AP web page http://csapp.cs.cmu.edu for more information and resources.

2018-06-07

MFC Windows程序设计(第二版)

《mfc windows程序设计(第2版)》是对其极为经典的第1版的全面更新,本书不仅扩展了已被认为是权威的关于microsoft用于windows api的功能强大的c++类库的阐述,还新增了有关com、ole和activex的内容。本书的作者,jeff prosise,用其无与伦比的技巧向读者讲述了mfc程序设计中的基本概念和主要技术——再次阐释了在32位windows平台上进行了快速的面向对象开发的完美方法。    本书涵盖了以下专题:    事件驱动程序设计和mpc的基础知识    文档/视图体系结构    位图、调色板和区域    多线程和线程同步    mfc与组件对象模型(com)    activex控件

2018-06-01

软件工程师典藏:MFC 程序开发参考大全

《MFC 程序开发参考大全》详细介绍了MFC框架中所有常用类及控件的应用,其中以Visual C++ 6.0为主,Visual C++ 2005为辅。同时在讲解中结合了大量实用而又有代表性的示例。全书共分19章,包括MFC应用程序概述,C++面向对象程序开发,消息映射与命令处理,对话框程序设计,MFC通用控件,菜单,工具栏和状态栏设计,GDI绘图,文档,视图结构程序设计,MFC打印技术,文件与注册表操作,数据库编程,系统内核对象,MFC链接库,串口程序开发,网络程序开发,Internet程序开发,程序调试与异常处理,Visual C++ 2005介绍,C++托管扩展编程等。书中各部分内容由浅入深,逐步让读者掌握MFC编程的知识、方法和技巧,是Visual C++爱好者、学习者和开发人员必备的参考书。

2018-06-01

Unity3D从入门到精通

unity3d从入门到精通中文教程是国内第一本以面向对象和项目流程开发角度,全面系统介绍 Unity3D 的书籍。本书以具体项目结构开发的角度,结合 Unity3D 层级式的综合开发环境、视觉化编辑、详细的属性编辑器和动态的游戏预览的特点,在软件界面介绍及功能使用方面以分级、分阶、分段手法来向大家详尽阐述概念和使用方法,在程序编写方面以以 OOP【面向对象程序设计】为主轴讲述 Mono的精髓;以软件系统开发的高度,清楚的讲解 Mono 的 API的原因、原理和应用。

2018-06-01

Deep Learning with Python A Hands-on Introduction

Deep Learning with Python A Hands-on Introduction Authors: Ketkar, Nihkil Discover the practical aspects of implementing deep-learning solutions using the rich Python ecosystem. This book bridges the gap between the academic state-of-the-art and the industry state-of-the-practice by introducing you to deep learning frameworks such as Keras, Theano, and Caffe. The practicalities of these frameworks is often acquired by practitioners by reading source code, manuals, and posting questions on community forums, which tends to be a slow and a painful process. Deep Learning with Python allows you to ramp up to such practical know-how in a short period of time and focus more on the domain, models, and algorithms.

2018-06-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除