资源列表
5-智能制造
- 本书深入阐述了智能制造的内涵和特征,介绍了大数据时代的数据分析的变革、挑战和应用,云制造的技术和应用案例,分析了工业互联网的发展状况和关键问题。(This book discusses the connotation and characteristics of intelligent manufacturing, introduces the changes, challenges and application analysis of the age of big data, cloud m
LeetCode
- LeetCode的部分题目源代码,其中有plusOne、mergeArray、twoSum、sortByN、thirdMax(The source code in LeetCode.)
FMC 接口标准ANSIVITA_57.1.pdf
- FMC的接口标准,设计选择参考选型。国际标准所使用FMC 接口标准ANSIVITA_57。(FMC interface standards, design selection, reference selection. The international standard uses the FMC interface standard ANSIVITA_57)
fft1024 verilog代码
- fft1024 verilog 代码 可以编译成功 建议下载学习(The fft1024 verilog code can compile successful Suggestions for download learning)
HttpDownloadBySocket
- winSock封装的http下载器,支持chunk传输,可以手动设置各种头部,可扩展为https(HTTP downloader implement by winSock)
air_masses_HYSPLIT_trajectory_model_results
- hysplit轨迹画图的m文件 把数据导入进去即可(drawing the hysplit trajtart)
vecpion
- SNTP客户端Server的C语言版,可以移植到很多平台上,有一定的参考价值(SNTP client Server version of C language, can be transplanted to many platforms, has the certain reference value)
gson-2.6.2
- gson用到的jar包,修改后缀名后,导入工程即可使用(Jar packages used in gson)
YL-3火焰传感器模块资料
- YL-3传感器C51的测试程序+使用说明书+原理图(The yl-3 sensor test program + the instructions + principle diagram)
11843
- 15693卡读写器易语言源码例程程序封装了OUR_IDR.dll中的接口函数,实现了硬件一卡通15693卡的操作。(15693 card reader, easy language source code routines, the program encapsulates the OUR_IDR.dll interface function, the realization of the hardware card 15693 card operations.)
DA输出
- 51的DA和AD输出,可以实现控制,或者其他方面应用(51 of the DA and AD outputs can be controlled)
ThreadPoolDemo
- 简易线程池思想+优先任务队列 可根据当前任务状态动态增减任务线程数 数目成员包括:初始线程数 最多线程数 最少空闲线程数 最多空闲线程数 原则上接到任务从空闲线程队列取线程执行,取了后判断最多线程数与最少空闲线程数决定是否创建空闲线程 线程执行从空闲切换到繁忙,执行完后继续从任务队列取任务执行,当任务队列空了再放置空闲队列 放置到空闲队列后,判断空闲队列最多数选择干掉空闲线程(Simple thread pool thinking + priority task queue can dy