-
LEP
车牌识别的代码,很实用的,对于初学者来说易于理解和掌握的,适用的场景也是有黑夜的(License plate recognition code, very useful for beginners, easy to understand and master, the application of the scene is also a night)
- 2015-07-09 11:35:34下载
- 积分:1
-
imagepainter源码
基于 C++编写的 虚拟打印机 源码-imagepainter,研究虚拟机
- 2022-07-04 21:56:24下载
- 积分:1
-
shenliu
有限元计算基本程序,为毕业论文时编写的局部渗流计算程序。(Finite element method the basic procedures for the thesis prepared by local seepage calculation procedures.)
- 2007-08-20 14:00:54下载
- 积分:1
-
SmartGesture_Win10_64_VER4012
说明: toolchain-4.5.1-farsight.tar
- 2019-05-13 18:29:12下载
- 积分:1
-
Programming-Optimization
Programming Optimization: by Paul Hsieh
- 2012-10-25 20:57:48下载
- 积分:1
-
SJYX
说明: 在控制台界面实现游戏控制,属于射击游戏
运行时 界面要足够大 不要全屏 正常显示即可运行(In the console interface to control the game, shooting game is to run-time interface is large enough not to run full-screen display)
- 2008-09-20 21:52:14下载
- 积分:1
-
linux创建系统共享工作队列
内核工作队列:用来处理比较耗时间的代码(代码一般是不怎么重要)工作队列:将所有需要执行的工作用链表的形式排成队列!工作:就是一个指定的函数-------------------------------------------------------内核工作队列提供了一系列的API函数和数据结构,要使用工队列需要了解API函数和数据结构?内核共享工作队列相关的数据结构:/*工作队列结构体一般把推后的任务叫做工作---描述结构体work_struct*/struct work_struct {atomic_long_t data; /*工作处理函数的func参数*/struct list_head entry; /*连接到下一个工作描述结构体指针*/work_func_t func; /*工作处理函数*/#ifdef CONFIG_LOCKDEPstruct lockdep_map lockdep_map;#endif};
- 2022-07-24 01:12:07下载
- 积分:1
-
cPP_5.12
本程序主要完成多用途不同质量单位,长度单位的双向转换功能(This procedure mainly complete multi-purpose different quality unit, the unit length of bidirectional conversion function)
- 2013-01-12 17:19:21下载
- 积分:1
-
xsxxgl
一个简单的学生信息管理系统,是小弟的第一个产品。。求指教。。(A simpl system for managing student information.)
- 2020-07-03 07:00:02下载
- 积分:1
-
Draw
C# code for loading autocad DXF files and draw it to screen
- 2013-02-04 06:28:49下载
- 积分:1