-
ELF Parser
Elf Parser for linux architecture.
- 2019-01-23 16:35:43下载
- 积分:1
-
shuizhunwangpingcha
利用C++实现水准网平差,水准网是为了确定地面点的高程而布设的控制网,水准网平差的目的是消除矛盾,求得各高程点高程的最可靠值。(Leveling network adjustment)
- 2017-12-13 17:52:25下载
- 积分:1
-
code
自己写的TMS320F28335代码,内含DA、AD、液晶驱动、峰值检测、频率采集等程序,供参考(TMS320F28335 write their own code, containing DA, AD, LCD driver, peak detection, frequency acquisition procedures for reference)
- 2015-06-23 11:30:14下载
- 积分:1
-
shichaxiaozheng
用互相关法求相对剩余静校正量;并用时差统计法或相关函数统计法分离,最后可求出记录道的绝对剩余静校正量。(Using cross correlation method the relative residual statics and separated by the difference method or statistical correlation function statistics of the last track can be obtained an absolute residual statics.)
- 2016-12-23 12:58:50下载
- 积分:1
-
2048_sourcode_csharp
2048工程使用CSHARP,中文。
- 2022-04-06 21:34:57下载
- 积分: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
-
AT91系列ARM芯片的开发技术
AT91系列ARM芯片的开发技术.rar(porting series ARM chip development technology. Rar)
- 2004-11-17 12:42:52下载
- 积分:1
-
使用 select 方式实现服务器和客户端, 服务器将客户端发送的字符串全部转成大写回写给客户端。
- 2022-08-24 18:02:06下载
- 积分:1
-
支持向量机的C语言程序源码
这是一段支持向量机器的C语言源代码,包含主函数、核函数还有各种运算(the programe of SVM includeing classfy.c hideo.c learn.c loqo.c)
- 2017-11-18 10:17:21下载
- 积分:1
-
usb_232
这是一个硬件的开发实例,是USB到串口的轮换实例。(This is an example of the development of hardware, USB to Serial examples of the rotation.)
- 2005-04-21 10:41:33下载
- 积分:1