资源列表
[ActiveX/DCOM] TimeBilling(3layers)
说明:3层数据库系统,DLL+标准exe,基于接口编程,事务处理,并包含一个带输入的自定义MSHFlexGrid。-3-layer database system, DLL+ standard exe, interface-based programming, transactions, and includes a custom MSHFlexGrid with input.<ludgee> 在 2025-10-03 上传 | 大小:389kb | 下载:0
[Windows编程] face-detection
说明:对人脸进行检测,描述其功能的经典论文,对人脸检测很有帮助!-Human face detection, the classic paper describing the features of face detection helps!<lan> 在 2025-10-03 上传 | 大小:410kb | 下载:0
[其他小程序] Numbersequence
说明:简单的数据结构算法 在POJ上的题目 利用C++实现-Simple data structure algorithm in POJ on the subject using C++ Implementation<pig> 在 2025-10-03 上传 | 大小:419kb | 下载:0
[其他小程序] Ra3winlock
说明:Ra3不支持窗口画,即使强制窗口画后并且锁屏,也不能解决地图滚动问题.程序通过使用虚拟按键实现判定鼠标在边缘时自动按键盘实现滚屏.-Ra3 does not support the window painting after painting, and even force the lock screen window, scroll the map can not solve the problem. Procedures to achieve through the use of a vir<JIM> 在 2025-10-03 上传 | 大小:27kb | 下载:0
[控制台(字符窗口)编程] MultiplicationOfLargeNumbers
说明:用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb<马值> 在 2025-10-03 上传 | 大小:1kb | 下载:0