-
LCD
3.2寸宝马LPC1768开发板LED屏的基础代码(3.2-inch BMW LPC1768 development board LED screen based code
)
- 2014-11-18 15:12:17下载
- 积分:1
-
李航 统计学习方法 第二版.part1
说明: 统计学习方法电子文档,高清,需要的小伙伴自行下载(Statistical learning methods, electronic documents, HD, need to download small partners)
- 2021-01-10 10:04:12下载
- 积分:1
-
图的存储和遍历
编写函数分别建立图的邻接矩阵和邻接表,能够直接从键盘输入图;编写图的DFS和BFS函数;编写Dijstra算法求最短路径算法的函数;编写主函数,使用字符串选单形式,选择其中一项可以运行相应的函数。
- 2022-03-03 05:56:25下载
- 积分:1
-
Projeto1
Serial echo application, example for LPC2368.
- 2009-12-22 05:59:12下载
- 积分:1
-
c
说明: 解答中的所有算法均采用类c语言描述,设计原则为面向交流、面向阅读,作者不保证程序能够上机正常运行(这种保证实际上也没有任何意义) (Answers to all the algorithms are used to describe categories c languages, design principles for the exchange, for reading, the author does not guarantee that the procedure can be the normal operation of the machine (such assurances do not have any significance in practice))
- 2007-12-29 16:50:54下载
- 积分:1
-
c++的代码
#include
using namespace std;
template
A BubbleSort(A*arr)
{
if(arr==null||arr.length0;end--)
{
for(A i=0;iarr[i+1])
{
A tmp=arr[i];
arr[i]=arr[i+1];
arr[i+1]=tmp;
}
}
}
return 0;
char*BubbleSort(A*arr){
if(arr==null||arr.length
- 2023-08-03 06:20:02下载
- 积分:1
-
C语言实现MATLAB 6.5中M文件的方法
说明: 本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率。(This paper describes the use of MATLAB M ordered the translation of documents for the C Programming Language, and revised to directly call the C language function, use of the method needed to limitations of the method and MATLAB version of the impact of differences. Using this method will enable C language can be used directly MATLAB which has been completed arithmetic function, greatly expanded the C language arithmetic functions and development efficiency.)
- 2006-01-04 14:48:15下载
- 积分:1
-
ICanSeeYou
实现远程控制,将对方的界面切换到自己的电脑上(Remote control switch to the other person' s screen on your computer)
- 2011-05-09 17:22:14下载
- 积分:1
-
PCYT
这是一个云台控制的软件,我只是实现了上下左右,自动几个功能,为了测试用,不过可以调通。(This is a PTZ control software, I just realized vertical and horizontal, automatic several functions, in order to test, but can be transferred through.)
- 2013-08-22 08:44:29下载
- 积分:1
-
GpsDemo
GPS数据收集测试工具,异步传输。用于手机GPS定位器上传的数据。该工具仅为测试工具.(GPS data collection and testing tools. Used for mobile phone GPS locator upload data. The tool is only for testing tools (agreement for the valley rice GT02 series))
- 2020-10-19 21:27:25下载
- 积分:1