-
矩阵转置
说明: 运用数组,指针,通过最简单的c语言完成矩阵的转置计算。(Using array, pointer, through the simplest c language to complete the matrix transpose calculation)
- 2020-04-19 13:57:43下载
- 积分:1
-
28035_DS1302
这是基于TMS320F28035的时钟程序,时钟芯片用DS1302.(This is a time program based on TMS320F28035, the time chip is DS1302.)
- 2020-10-12 23:57:32下载
- 积分:1
-
DTU
地面站授权控制,通过DTU控制盒来实现对地面站,飞控和服务器进行信号控制与处理。(The ground station authorization control, through the DTU control box to realize to the ground station, flight control and server control and signal processing.)
- 2015-01-12 23:56:26下载
- 积分:1
-
7.4
说明: 用VC++6.0编写的一个类似RM的播放器程序(Using VC++6.0 prepared in a similar RM player program)
- 2010-03-18 10:25:39下载
- 积分:1
-
Fuction_Struct
function struct example
dev - c
- 2014-08-13 13:13:57下载
- 积分:1
-
Boost
C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。Boost由于其对跨平台的强调,对标准C++的强调,与编写平台无关。(The content of the C++ standard library. A great influence in the C++ community, is hundred-percent quasi standard library. Boost because of its emphasis on cross platform, the emphasis on the standard of C++, and write platform independent.)
- 2014-11-21 14:01:07下载
- 积分:1
-
GetXSL
一个基于MFC操作excel表格的应用程序。根据需求生成一张刻度与数据对应的excel表(MFC-based operation excel spreadsheet application. Excel sheet with a scale corresponding to the data generated on demand)
- 2013-11-25 21:19:54下载
- 积分:1
-
KMP匹配算法(C++实现)
在简单的匹配算法中,时间复杂度为O(m*n),其思想为每次适配后就重新从头开始匹配,所以比较慢;而KMP算法则利用了前面匹配的结果,在一次失配后不从头开始匹配,而是将子串进行一定的滑动,使得时间复杂度变为O(m+n),这样大幅度的缩减了匹配时间。
- 2022-01-25 19:45:46下载
- 积分:1
-
svpwm1_ccslink
由MATLAB生成的PWM的源代码,由模型搭建,输出频率50HZ,频率50HZ,芯片2812(PWM generated by the MATLAB source code, built by the model, the output frequency of 50HZ, frequency 50HZ, Chip 2812)
- 2009-11-12 16:03:44下载
- 积分:1
-
DataShift
用单片机和数码管实现的数据移位功能,供初学者学习使用(With the microcontroller and digital control to achieve the data shift function, for beginners learning to use)
- 2009-10-28 18:42:34下载
- 积分:1