-
HideProcess_forC
XP隐藏进程C代码,直接调用即可。。。。。。。。。。。。。。(XP hidden process C code, you can call directly.)
- 2009-03-30 13:51:40下载
- 积分:1
-
lcd1602-12864
51单片机驱动12864及1602程序,带有proteus仿真(51 microcontroller drive 12864 and 1602, with proteus simulation
)
- 2015-01-29 08:44:57下载
- 积分:1
-
tld目标跟踪C++版本
大家好好利用,共同学习,里面的代码是在vs2013+opencv3.2环境下调试成功的,其他的版本也能用,只要版本别太低,运行的时候记得加载初始yml文件,这是很关键的一步,当然也可以用自己的摄像头进行测试,若有问题可以给我发邮件
- 2022-02-26 23:36:07下载
- 积分:1
-
定点FFT---包含三种处理程序
在VS上编写的定点FFt程序,包含三种处理方式,可以自己选择运算的点数,从512-4096点均可以,里面包含测试程序,可以选择直接将计算的数据输出在text文本中,也可以在窗口中直接输出图形。
- 2022-04-13 09:21:42下载
- 积分:1
-
Ruler
说明: VC++增强版电子标尺软件的源代码,透明窗体的实现是本程序的关键性技术,本标尺采用两点测量、多点测量、多角度测量的方法,配合窗体透明特效,完成一个逼真好用的电子标尺,这样,当你在网页上需要确定图片及媒体的宽度和高度时,就可用这个软件轻松的量出它的尺寸了。
(Enhanced version of VC++ source code of the software electronic scale, transparent form of implementation is the key technology of this procedure, the use of two measurement scale, multi-point measurement, multi-angle measurement method, with transparent window effects, to complete a real good using electronic ruler, so that when you need to determine the picture on the website and the media width and height, you can use this software easily measure out the size of it.)
- 2011-04-08 22:54:58下载
- 积分:1
-
MST703烧录工具 MStar
MST703烧录工具,有需要的朋友可以下载(MST703 burning tool, friends in need can download)
- 2020-06-19 05:20:01下载
- 积分:1
-
cvCarRecog
基于Opencv的汽车牌照定位与字符识别源代码,可以运行
(Vehicle License Plate Location Based on Opencv and character recognition source code, you can run)
- 2010-08-11 16:18:32下载
- 积分:1
-
sliding
说明: 求出sliding window的最大最小值(n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves rightwards by one position. Following is an example:
The array is [1 3-1-3 5 3 6 7], and k is 3.
Window position Minimum value Maximum value
[1 3 -1]-3 5 3 6 7 -1 3
1 [3 -1 -3] 5 3 6 7 -3 3
1 3 [-1 -3 5] 3 6 7 -3 5
1 3 -1 [-3 5 3] 6 7 -3 5
1 3 -1 -3 [5 3 6] 7 3 6
1 3 -1 -3 5 [3 6 7] 3 7
Your task is to determine the maximum and minimum values in the sliding window at each position. )
- 2011-04-03 19:25:46下载
- 积分:1
-
tessendorf
osgocean的经典论文,讲了光照的折射反射,海浪频谱以及水下的光照问题等。(osgocean classic paper, about the reflection of light refraction, the wave spectrum and underwater lighting problems.)
- 2013-12-18 11:25:02下载
- 积分:1
-
嵌入式电机控制程序
嵌入式电机控制程序 是本人经过学习自编自调试的一个程序 改程序可以实现按键控制电机的正反转以及电机的加减速实现 在学习过程中有遇到问题的可以进行交流 欢迎下载
- 2022-07-21 15:14:15下载
- 积分:1