-
OnLineBookManager_ASPNET_SQLSERVER
网上书店系统,分前端和后台管理。前台是对图书进行浏览以及购买,后台则是对图书的增删改查操作。(Online bookstore system, sub front and back office management. The front desk is to browse and buy books, the background is the additions and deletions to the book search operation.)
- 2017-04-17 10:39:27下载
- 积分:1
-
htkbook
The Fundamentals of HTK
- 2018-11-07 00:53:37下载
- 积分:1
-
3G模块应用代码
本程序为3G模块详细应用代码,具体可参考3G模块资料
- 2022-03-09 11:57:39下载
- 积分:1
-
MISRA AC SLSF_2009_polyspace
说明: 编程的标准,适合Matlab建模的的标准,欧洲都是用这个标准进行软件开发工作。(programming standard for Matlab/Simulink model software development that will be followed the rules from this document)
- 2020-05-03 22:45:31下载
- 积分:1
-
Face
一个是打开一副BMP图像,一个是使用opengl把DATA文件夹下的txt文档中的数据重建成一个人脸模型。(One is to open a BMP image, the a opengl DATA folder to the data in the txt document under reconstruction into a face model.)
- 2012-07-19 11:25:02下载
- 积分:1
-
WpfUSerAndPAssword
C# WPF实现的登录界面,用户名和密码框的提示功能(C# WPF realization prompts the login interface, the user name and password box)
- 2014-11-09 16:58:05下载
- 积分:1
-
clock
1302时钟芯片,1602液晶显示年月日,并且时间可调(1302 clock chip, the 1602 LCD date and time adjustable)
- 2012-09-20 10:41:18下载
- 积分:1
-
NonOS
dsp 28377S 的一些demo例子,包含的代码比较多,主要是28377S的一些驱动,包括ADC,CLA,DAC,SCI,SPI,EMIF,UART,内容很多。(Dsp 28377S some demo examples, including more code, mainly 28377S some of the drivers, including ADC, CLA, DAC, SCI, SPI, EMIF, UART, a lot of content.)
- 2017-06-01 17:08:28下载
- 积分:1
-
stack-array-1-dimension
stack array 1 dimension
- 2015-03-14 21:55:32下载
- 积分: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