资源列表
文件搜索
- 通过搜索文件夹里文件的具体内容来查找和打开文件(Search and open files by searching for specific content in the folder)
JDS-ERP管理系统源码
- JDS-ERP管理系统源码.rar,源码很全,值得学习(JDS-ERP management system source code,.Rar, the source code is full, it is worth learning)
Addition
- 进行加法运算的实例程序,是照着别人的做的,如果有初学者可以看看。(An example program for adding operations is based on what others do, if you have a beginner.)
websocketpp-master
- websocket通信服务端加客户端源码 + demo(websocket demo and source code.Teach you how to use websocket to communicate with both client and server.)
Scripts
- AD 软件脚 本 ,针对原理图与PCB,有很好的样例(AD software scr ipts, for schematics and PCB, there are good examples)
Delphi_XE8_sn
- 生成序列号和注册文件,正常运行xe8不可缺少(create delphi xe8 sn and license file)
IStrategizer-master
- 案例推理是通过寻找与之相似的历史案例,利用已有经验或结果中的特定知识即具体案例来解决新问题。(Case-based reasoning is by looking for similar case history, the use of experience or the results of specific knowledge that is specific case to solve the new problems.)
serial port communication
- 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。(Serial interface is a kind of can accept parallel data from the CPU characters into a continuous flow of serial data sent, at the same time accept the serial data stream can be c
PF_Video_EN(1)
- 不依赖于先验知识,直接从图像序列中检测到运动目标,并进行目标识别,最终跟踪感兴趣的运动目标;(Is not dependent on the prior knowledge, directly detect moving targets from the image sequence, and target recognition, ultimately interested in tracking moving target;)
D-D-CBR-System-master
- 案例推理是通过寻找与之相似的历史案例,利用已有经验或结果中的特定知识即具体案例来解决新问题。(Case-based reasoning is by looking for similar case history, the use of experience or the results of specific knowledge that is specific case to solve the new problems.)
Visual.Assist.X.for.VC6.0
- Visual Assist X是一款非常好的Microsoft Visual Studio插件,它可以完全集成到您的Microsoft开发环境中(Visual Assist is a Visual Studio extension - a productivity tool for refactoring, reading, writing, navigating etc.)
BatCmdRun
- 实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can a