资源列表
LBP_Matlabcode
- 提取头像的lbp特征,用于提取图像中比较明显的部分,用于分类(used to extract the obvious parts of the image for classification)
usbGenericHidCommunications
- USB 控制模块,用来发现USB设备并控制USB设备(The USB control module is used to discover the USB device and control the USB device)
Slider自绘
- slider自绘,这是一个可以自定义的slider类,可以用在自己程序里(Slider since painting, which is a custom slider class, can be used in their own programs)
Windows内核实验教程
- Windows内核相关实验的教程,对理解操作系统和Windows系统有很大帮助。(Experimental course for the Windows operating system, very helpful for understanding operating system, especially the Windows operating system.)
DWGUI
- Datawindow GUI powerbuilder programing
winsock
- powerbuilder winsok example
关闭显示器
- Delphi7开发, 平时需要挂机,想要临时屏蔽休眠功能时用,附带关闭显示器功能。(Delphi7 development, Usually need to hang up, want to temporarily mask sleep function, with the use of closed display function.)
ExcelToSQL
- Delphi7 开发, 通过ini文件配置连接数据库参数,拖拽excel文件到窗体实现批量导入数据到数据库(Delphi7 development, Through the INI file configuration, connect database parameters, drag and drop Excel files to form, batch import data to the database)
满屏运行
- Delphi7开发 使指定运行的程序,最大化隐藏标题栏和边框满屏显示。(Delphi7 development Maximizes the specified program to run, hides the title bar and borders the full screen display.)
er_cha_shu_code
- 特种方式对二叉树进行新型读写遍历,可以实现最便捷的运算(Special mode for two binary tree read and write new traversal)
hkm
- hook menu utility in visualbasic6
WindowsParentChild
- 探究当父窗口隐藏、最小化等情况时,对子窗口的影响,哪些是受父窗口的限制的。windows下的窗体的parent有两种类型:parent、owner,两种情形要分别对待。(To find out the affection to chidren windows when the parent window is hidden or minimized. There are two types of "parent" window conception in windows pr