-
DepthBasics-D2D
使用KINECT获取深度图像的源码,在vs平台下使用C++编写。(Use KINECT obtain depth image source, written using C++ in vs internet.)
- 2015-06-18 10:27:05下载
- 积分:1
-
Signal-Processing-for-C
数字信号处理C语言程序集 是一本经典的书籍 在算法和编程思想上都值得借鉴(Digital signal processing C language program set is a classic book on algorithms and programming ideologically worth learning)
- 2015-12-28 21:27:41下载
- 积分:1
-
一个完整的EA基础构架【源码】
学习编写EA的基本内容,了解编写EA的基础方法。(Learn to write the basic content of EA and understand the basic method of compiling EA.)
- 2020-06-30 13:00:02下载
- 积分:1
-
netcalculation
一个用于复杂网络研究中计算网络静态参数(度分布,簇系数等)的c程序(其中的数据是具体的可换成其他的数据)。很简单但是对于做复杂网络研究的却很有启发的哦。(a complex network for research computing network static parameters (distribution, Clustering coefficient, etc.) c (which is specific data can be replaced by other data). Very simple but so complex network of research is very enlightening oh.)
- 2007-01-02 14:46:13下载
- 积分:1
-
1-20
求从1到20的阶乘,并且可以推广到N阶阶乘,。(Demand from 1 to 20 factorial, and can be extended to N-order factorial,.)
- 2009-12-28 14:34:44下载
- 积分:1
-
MINUTERIE
A 16F84A based timer for applications that need a timer.
- 2014-08-20 23:58:17下载
- 积分:1
-
C# Excel导出
private void ToExcel(string saveFileName, string strSql)
{
if (DateTime.Now.Year == 2014)
return;
SaveFileDialog saveDialog = new SaveFileDialog();
saveDialog.DefaultExt = "xls";
saveDialog.Filter = "Excel文件|*.xls";
saveDialog.FileName = saveFileName + this.dateTimePicker1.Value.Year.ToString().Trim() + this.dateTimePicker1.Value.Month.ToString().Trim();
if (save
- 2022-02-26 06:12:03下载
- 积分:1
-
lpc1788例程
周立功cortexm3核 LPC1788芯片程序,包含了所有的端口驱动,移植好的UCOSII操作系统。所有代码都是经过测试通过的,不错的代码 不错的代码!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-03-07 00:41:16下载
- 积分:1
-
TheCPLcn
序自从1978年《C程序设计语言》出版以来,计算机界经历了一场革命。大型计算机变得更大;而个人计算机的能力可以和十年前的主流计算机相媲美。在这段时间中,C语言也在悄悄地改变,并且早已超出了仅仅作为UNIX操作系统的语言的范畴。(sequence since 1978 "C Programming Language" has been published, the computer industry has undergone a revolution. Large computers become bigger; But the personal computer and the ability to mainstream a decade ago comparable computer. During this period of time, C language is also quietly change, and already in excess of the UNIX operating system only as the language of the area.)
- 2006-07-25 16:20:22下载
- 积分:1
-
Sstrapdowwnt
捷联惯性导航源程序,希望对您您有所帮助。谢谢大家可直接使用。
(Strapdown inertial navigation source, you help you. Thank you all can be used directly.)
- 2012-07-26 23:34:38下载
- 积分:1