-
Pay-parking-manage-system
停车场收费管理程序,本程序是华为软件训练营的任务之一,供大家参考,c语言编写(Parking fees management program, this program is Huawei Software One of the tasks of training camp, for your reference, c language)
- 2013-09-15 11:11:36下载
- 积分:1
-
ErrorLook
通过系统返回的错误代码,你可以查看错误代码和系统的版本信息。帮助自己改写错误(Use the Soft you can Look Error Code and look the system Version,so you can clean to know the error you made ,to help you change you mistake.)
- 2012-09-10 23:34:58下载
- 积分:1
-
HOOKAPI(包括SOCKET)
public static bool Install(string ModuleName, string ProcName, IntPtr lpAddress)
{
Entry entry = entrys.Find(n => n.ModuleName == ModuleName && n.ProcName == ProcName);
if (entry == null)
{
entry = new Entry();
entry.ModuleName = ModuleName;
entry.ProcName = ProcName;
entrys.Add(entry);
IntPtr hModule = GetModuleHandle(ModuleName); //取模块句柄
if (hModule == IntPtr.Zero) return false;
- 2022-01-22 05:24:13下载
- 积分:1
-
YS-F1Mini_HAL-026.单轴25GA370直流电机增量式PID旋转控制(L298N驱动)
YS-F1Mini_HAL-026.单轴25GA370直流电机增量式PID旋转控制(L298N驱动)
- 2022-07-15 15:24:12下载
- 积分:1
-
ffdct
这是DCT的改进算法,可以提高DCT算法的执行速度。(This is the DCT of the improved algorithm can improve the execution speed DCT algorithms.)
- 2009-09-15 12:51:41下载
- 积分:1
-
shu
关于单片机开发方面的非常难得的书,很强悍的实例开发。(a very rare book on On the microcontroller in the development,the development example is very powerful.)
- 2012-02-08 17:43:40下载
- 积分:1
-
256bmp
对256bmp进行图象处理
对256bmp进行图象处理(256bmp carried out on the image processing carried out on 256bmp image processing)
- 2007-10-26 16:13:28下载
- 积分:1
-
shuiguojiance_vcPP
基于图像处理,vc++平台的水果识别。通过亮度调整,梯度处理,边缘图像,边界跟踪,计算颜色形状等,计算出结果。(Based on image processing, fruit recognition vc++ platform. Through the brightness adjustment, gradient, edge image, boundary tracking, calculation of color shape, the calculated results.
)
- 2014-11-12 10:24:13下载
- 积分:1
-
Basler_Pylon-API_Basic
basler pylon API函数介绍,用于basler相机开发(basler pylon API functions, is used to basler Camera Development)
- 2015-09-19 17:13:35下载
- 积分:1
-
ComTest
VC 调用matlab combuilder简单例子(VC call matlab com file)
- 2021-03-01 20:39:34下载
- 积分:1