资源列表
uart
- avr-atmega8515单片机与电脑进行串口通信的测试程序-A program to text the UART of AVR
CLanguage100CasesOfClassicAlgorithms
- 本文搜集了100个实用的例子,讲解了思路并附有c源代码。-In this paper, a collection of 100 practical examples to explain the idea with c source code.
ProducerConsumerExample
- 类似一个可乐销售机系统,LabVIEW网络讲坛《状态机》(State Machine)下集里面用作例子-Producer Consumer Example This particular example, a simulated soda machine, uses an event structure in the producer loop to register user input (depositingclicking on quarter, dime or nickel), an
comrxtx
- 本程序是在DOS环境下实现TURBOC串口编程。其主要功能是实现中断接收功能和发送功能-This procedure is in the DOS environment to achieve TURBOC serial programming. Its main function is to achieve the interruption of receiving and sending functions
an497_design_example_altera_CPLD_LCD
- altera cpld lcd controller
PLC4
- 几个有用的plc代码,希望与各位分享,对大家学习帮助。-Plc few useful code, I hope to share with you, and help them to learn.
232
- PC机的程序设计使用VC++实现,PC机调用通用程序,控制RS-232串口,从而实现数据的收发功能。为了保证数据通信的可靠性,要制定标准的通信协议。-PC-programming using VC++ to achieve, PC machine called generic procedures, control RS-232 serial port, send and receive data in order to achieve function. In order to ensure
v2772_9om_dict_v2.0
- 在线单词查询软件 自己用了很好 共大家使用 希望大家喜欢-在线单词查询软件 自己用了很好 共大家使用
ns2_hcca
- HCCA是IEEE802.11e的基于基础结构的无线网络的算法,该包中包含有添加进ns2的代码包,同时包含了相关的文档资料-HCCA is IEEE802.11e infrastructure-based wireless network algorithms, the package contains the code to add into the ns2 package contains documentation related
maze5
- 迷宫程序,用C语言编写,先产生随机矩阵,矩阵由0和1组成。-migong
xhjz
- 打印如下形式的矩阵; n=5: 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 n=6: 1 2 9 10 25 26 4 3 8 11 24 27 5 6 7 12 23 28 16 15 14 13 22 29 17 18 19 20 21 30 36 35 34 33 32 31 看看1,2,3,4,5,6,7的序列。则可以看出,他们的排列几乎
hzts
- 第一个循环是对矩阵的第一行进行的,第一次循环时除了第一个是1其他都是0,i=0,j=0时H[i + 1, j] =H[1, 0]=0,循环结束时, H[1, 0] =2,i=1,m=3;第二次循环时i=1,j=0,H[i + 1, j] =H[2, 0]=0,循环结束时,H[2, 0] =3,i=2,m=4 ……所以第一个循环相当于把第一行用2到N连续的自然数填充。同样的第二个循环是对最后一列用从N到2N-1的连续自然数进行填充,第三个是对最后一行从右到左用2N-1到3N-2的连续自然数进行填充
