-
VC
说明: 伽马函数求解C语言,用来求解伽马函数的C语言 求解干嘛函数用的(The gama gan and de is gama you are )
- 2010-06-13 23:51:27下载
- 积分:1
-
最新版本gSoap_2.8.62
gSOAP一种跨平台的C和 C++软件开发工具包。生成C/C++的RPC代码,XML数据绑定,对SOAP Web服务和其他应用形成高效的具体架构解析器,它们都受益于一个XML接口。 这个工具包提供了一个全面和透明的XML数据绑定解决方案,Autocoding节省大量开发时间来执行SOAP/XML Web服务中的C/C++。此外,使用XML数据绑定大大简化了XML自动映射。
- 2022-01-28 20:24:26下载
- 积分: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
-
C循环结构
14.5 C循环结构 循环体是程序设计与优化的重点考虑对象。本节将着重讲解在ARM上处理for和while循环最有效的方法。 14.5.1 循环中止 首先来看下面的例子,两个不同的循环退出条件,产生的不同汇编代码。 C源程序如下所示。 int fact1 (int n) { int i, fact = 1; for (i = 1; i 《= n; i++)
- 2022-06-20 00:28:45下载
- 积分:1
-
drive_motor
电机驱动,嵌入式应用,很好的资料,我也刚找到。和大家分享(Motor drive, embedded applications, very good information, I have just found. And the U.S. share)
- 2008-03-16 10:27:07下载
- 积分:1
-
C(3)
说明: C计时程序源代码
void mytime1()
{
static LARGE_INTEGER startTime
QueryPerformanceCounter(&startTime)
static LARGE_INTEGER timerFrequency (time C source code void mytime1 () (static LARGE_INTEGER startTime QueryPerformanceCounter ()
- 2006-03-18 09:36:33下载
- 积分:1
-
testexcel
VC2008 操作excel2003 ,用odbc方式创建excel,用excel接口类对excel进行读写,包括设置边框 字体 颜色 合并单元格等 附录excel小例子(VC2008 operation excel2003, with a way to create odbc excel, excel with excel interface class for reading and writing, including setting borders font color merging cells small example in Appendix excel)
- 2013-10-09 10:23:56下载
- 积分:1
-
2553控制步进电机
说明: msp430g2553按键控制步进电机正反转,加速,启动停止(2553 Control Stepping Motor)
- 2020-06-20 23:00:01下载
- 积分:1
-
bookman
基于C#开发的图书管理系统,可以实现基本的管理功能(it s base on C# )
- 2012-03-04 13:53:34下载
- 积分:1
-
LCD
优龙YLP270的LCD裸机测试程序,欢迎下载(Liuzhou excellent YLP270 the LCD bare-metal test procedures are welcome to download)
- 2008-01-18 11:29:50下载
- 积分:1