-
office-Signature
office电子印章,签名验章的实现,支持word,excel等,具有一定参考价值。用于一些信息领域。(user can use ,Electronic seal DEMO achieved to realize the basic functions of electronic visas. E-visa in e-commerce and e-government has important applications.)
- 2012-02-16 11:15:51下载
- 积分:1
-
asp.net 积分管理系统源码下载
BS积分消费管理系统
- 2017-05-22下载
- 积分:1
-
错误记录器
记录器用于创建自定义的错误日志文件或错误可以注册为日志条目在 Windows 事件日志中 administrator 的机器上。
- 2022-08-17 19:54:05下载
- 积分:1
-
MI
一篇很好的互信息算法的综述,对不同模态图像运用PV插值技术实现配准的优劣性做了全面的分析。(failed to translate)
- 2013-05-06 09:18:51下载
- 积分:1
-
UniqueInstance
VC6.0实现的,只能有一个程序实例运行的例子程序。两套实现方案。一个使用互斥对象,一个使用找到窗口句柄(VC6.0 achieved, there can be only one instance to run the example program. Two implementations. Use of a mutex object, a window handle to use to find)
- 2013-12-07 11:08:13下载
- 积分:1
-
UE4FirstPersonVRTemplate
unreal engine 4的虚拟现实模板,用UE4.5版本实现,并供大家参考,且亲测可以使用,无密码。(Engine unreal 4 virtual reality template, with the UE4.5 version to achieve, and for your reference, and pro test can be used, no password.)
- 2015-10-20 20:53:06下载
- 积分:1
-
ColorButton
1) CColorbutton supported by Win32/64 platform
2) Background and text color can be changed;
3) ColorButton.h/ColorButton.cpp
- 2022-05-05 18:44:29下载
- 积分: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
-
STM32_Register-Version_V3.0
STM32寄存器版本说明书,有助于对STM32 的掌握与使用(the reference PDF for the STM32 with the register version.)
- 2014-12-18 10:07:47下载
- 积分:1
-
K_MeansSeg
KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。(KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install OpenCV.)
- 2010-08-08 13:13:32下载
- 积分:1