-
webspider
说明: 可以从网络上下载网页,采用多线程编程技术,下载速度更快,并可以记录下载网页数量(network can be downloaded from the website, using multithreaded programming techniques, faster download speeds and can be downloaded from the website record number)
- 2005-09-11 09:10:50下载
- 积分:1
-
第七章 函数
c语言函数的具体应用,简单上手,思路清晰,容易学习(C language function of the specific application, simple to use, clear thinking, easy to learn)
- 2017-08-19 10:00:34下载
- 积分:1
-
frmGoodsSellManage
说明: automation software in windows and sql server
- 2020-06-25 03:00:02下载
- 积分:1
-
KalmanSimulation
this is a kalman simulation
- 2015-07-25 10:54:14下载
- 积分:1
-
这是一个查看系统进程的程序,类似于windows的进程管理器 希望对大家有所帮助...
这是一个查看系统进程的程序,类似于windows的进程管理器 希望对大家有所帮助-This is a procedure to view system processes, similar to the process windows manager would like to help everyone
- 2022-02-02 09:08:15下载
- 积分:1
-
facebook OAuth 2.0 asp.net
facebook OAuth 2.0 asp.net
- 2013-05-23下载
- 积分:1
-
VC++ 依据特定字符拆分字符串
int CFileFun::SplitCString(CString strIn, CStringArray& strAryRe, LPCTSTR lpstr){ASSERT(lpstr);strAryRe.RemoveAll();int len1 = strIn.GetLength();int len2 = _tcslen(lpstr);if (0 == len1 || 0 == len2){return 0;}int pos1 = 0, pos2 = 0;while ((pos2 = strIn.Find(lpstr, pos1)) != -1){strAryRe.Add(strIn.Mid(pos1, pos2 - pos1));pos1 = pos2 + len2;}//加上最一个...if (len1 > pos1 + 1){strAryRe.Add(strIn.Mid(pos1));}return strAryRe.GetSize();}
- 2022-05-23 06:16:19下载
- 积分:1
-
电机控制方式,SPWM生成C代码,大家一起讨论,一起成长!这只是例子,只供学习交流之用,莫用与商业。
电机控制方式,SPWM生成C代码,大家一起讨论,一起成长!这只是例子,只供学习交流之用,莫用与商业。
- 2022-03-04 10:52:54下载
- 积分:1
-
broadcom
博通交换芯片资料,详细说明了交换芯片的工作原理及注意事项(this is a very useful pdf)
- 2014-09-27 08:59:09下载
- 积分:1
-
Image-Obtain-Demo
实现光学成像系统中采集的数据,还原图像,欢迎大家下载学习。(Realization of optical imaging system in the acquisition of data, restore image, welcome everyone to download to learn.)
- 2016-09-20 19:04:19下载
- 积分:1