资源列表
[Windows编程] face-detection
说明:对人脸进行检测,描述其功能的经典论文,对人脸检测很有帮助!-Human face detection, the classic paper describing the features of face detection helps!<lan> 在 2025-03-13 上传 | 大小:410kb | 下载:0
[其他小程序] Numbersequence
说明:简单的数据结构算法 在POJ上的题目 利用C++实现-Simple data structure algorithm in POJ on the subject using C++ Implementation<pig> 在 2025-03-13 上传 | 大小: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 ac<JIM> 在 2025-03-13 上传 | 大小: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 t<马值> 在 2025-03-13 上传 | 大小:1kb | 下载:0
[Windows编程] Sample_of_code
说明:一些关于C#的示例代码,一共差不多有100多个例子-About C# sample code, a total of nearly 100 examples<叶凯斌> 在 2025-03-13 上传 | 大小:3.1mb | 下载:0
[控制台(字符窗口)编程] dijiesiktra
说明:按路径长度递增次序产生最短路径算法: 把V分成两组: (1)S:已求出最短路径的顶点的集合 (2)V-S=T:尚未确定最短路径的顶点集合 将T中顶点按最短路径递增的次序加入到S中, 保证:(1)从源点V0到S中各顶点的最短路径长度都不大于 从V0到T中任何顶点的最短路径长度 (2)每个顶点对应一个距离值 S中顶点:从V0到此顶点的最短路径长度 T中顶点:从V0到此顶<马值> 在 2025-03-13 上传 | 大小:1kb | 下载:0