搜索资源列表
you
- 创建一个结点、插入一个结点、查找一个结点、删除一个结点、显示链表-create a node, insert a node, a node you delete a node, showing Chain
USB.Complete.Everything.You.Need.to.Develop.Custom
- 學習usb的必讀書籍.. USB Complete: Everything You Need to Develop USB Peripherals, Third Edition by Jan Axelson
Quartus_II_7.0.rar
- Quartus II 7.0工程修复大法。修复不能打开的工程。有人在7.2的软件下用本方法也成功修复。 他是修复这个错误: Error: Can t open project -- you do not have permission to write to all the files or create new files in the project s database directory,Quartus II 7.0 Dafa repair works. Restoration pr
pai-lei-you-xi
- 给你9张牌,然后让你在心中记住那张牌,然后电脑分组让你猜你记住的牌在第几组,然后猜出你记住的那张牌. -Give you a 9 card, and then you remember that card in mind, then the computer group you guess you remember the brand in several groups, and then guess you remember that card.
LBP
- 完整的lbp编码,可以学会怎样使用lbp-Complete lbp coding, you can learn how to use the lbp
VTraffic(thread_no_leak)
- VC6.0+opencv环境下运动检测的实例,使用了帧差法、GMM方法等,可以对比不同建模方法的效果-VC6.0+ opencv environment, motion detection example, using the frame difference method, GMM methods, you can compare the effect of different modeling methods
recur-what-do-you-do
- 重现用户操作的MFC原代码,可以记录你在电脑的活动。监控你电脑的安全使用。 钩子(Hook)-User to reproduce the MFC source code, you can record your computer activities. Monitoring the safe use of your computer. Hook (Hook)
LM
- 用.net开发的局域网磁盘管理系统,可以设置权限和进行磁盘访问管理操作。-Used. Net development LAN disk management system, you can set access permissions and disk management operations.
NOKIA-teach-you-how-to-use-the-development-kit
- 关于NOKIA开发包的使用说明文档,对要开发基于NOKIA的程序员,可以-NOKIA Development Kit on the use of documentation to be developed based on the programmer NOKIA, you can look at the
broadcast_validation
- Example of broadcast in NS-2 You need to apply a patch in order to run it. See: http://dsn.tm.uni-karlsruhe.de/Overhaul_NS-2.php
VideoGameDesignRevealed
- This book will show you the steps and processes involved in bringing a video game from concept to completion
erpp
- 功能很强的中小企业ERP管理系统,适合中小型企业、生产商等进行生产、物资库存的管理。主要功能包括材料的出入库、原料消耗、存货查询、仓库调拨、库存盘点、库存帐表、货品仓位表、库存明细帐、仓库流水帐、仓库业务及企业生产经营报表等。 作者注:你可以使用本程序,但不可修改再发布或者更改版权,作者保留一切权利。 -Features a strong small and medium-sized ERP management system, suitable for small and medium-s
you-ou_erp
- 在上传前对每款软件都进行了病毒查杀和插件检查,全力为您提供绿色下载环境-Before uploading the software each have carried the virus killing and plug-ins inspection effort to provide you with the green download environment
You.Can.Do.It
- A Beginner’s Introduction to Computer Programming You Can Do It!
- C#制作的简单计算器,可以实现计算器的一些基本的功能-C# make a simple calculator, you can achieve some of the basic function calculator
source codd of zheng you stereo matcher
- 张正友基于极线约束的点匹配方法源码,包含角点检测,零交叉匹配等重量级算法,初学者必备-Zhang Zheng-you-point based on the epipolar constraint matching method source code, including corner detection, zero-crossing matching heavyweight algorithm, essential for beginners
drawingproject
- Writing a Graphical Editor---The graphical editor allows you to create and edit three kinds of graphical objects – rectangles, ovals, and line segments – in a drawing. There is a linear ordering of the objects, from front to back, so that if tw
gprs_sim300
- this a at command library for sim300 gprs modem you can add it in your project and use it-this is a at command library for sim300 gprs modem you can add it in your project and use it
Kyle Simpson You Dont Know JS ES6 & Beyond
- 有了这本书,你会: 学习新的语法,简化编程常用成语的痛点 用迭代器、生成器、模块和类组织代码 承诺结合发电机表示异步流控制 使用集合以结构化方式更有效地处理数据 利用新的API助手,包括数组、对象、数学、数字和字符串 通过元编程扩展程序的功能(No matter how much experience you have with Javascr ipt, odds are you dont fully understand the language. As part of the Y
Kyle Simpson You Dont Know JS Scope & Closures
- 与“you dont know JS”系列中的其他书籍一样,作用域和闭包潜入许多Javascr ipt程序员简单避免的语言中较复杂的部分。有了这些知识,就可以实现真正的Javascr ipt掌握。 了解范围,这是一组规则,帮助Javascr ipt引擎在代码中定位变量。 深入嵌套范围,一系列变量和函数的容器 探索基于函数和块的范围、“提升”以及基于范围的隐藏的模式和好处。 探索如何为同步和异步任务使用闭包,包括创建Javascr ipt库(Like other books in the