-
SD-CARDPfreescale
Think of flying the Carle driver SD
- 2012-01-13 16:37:17下载
- 积分:1
-
STM32对讲机VS1053和2401
实现无线传输,语音编解码的编码解码,语音压缩,长距离实时通话(Realize wireless transmission, speech coding and decoding, speech compression, long-distance real-time call)
- 2020-12-15 10:29:13下载
- 积分:1
-
Wireless Sensor Networks Technology and challenges
跟踪趋势和可能的演变。重点介绍了ieee802.15.4技术,它支持无线传感器网络的多种应用。一些基于802.15.4的网络的性能特征的例子被展示和讨论作为无线传感器网络的大小和节点之间要交换的数据类型的函数。
- 2022-04-12 05:47:01下载
- 积分:1
-
P_salve.c
说明: 电容感应按键,(TWO KEY)检测程序,串口通信和CRC校验。(Capacitive sensing buttons, (TWO KEY) testing procedures, serial communications, and CRC check.)
- 2011-04-15 23:02:20下载
- 积分:1
-
基础有用的list操作
说明: 一些基础有用的list操作, 例如添加,删除,删除尾部,添加与首部等等(some fundamental list function, like add, delete)
- 2020-06-19 10:40:02下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
mut-PID-by-PSO
pso优化多目标pid 分数(optsim1,pid pso)
- 2021-01-01 21:48:58下载
- 积分:1
-
sprc133
说明: 文件内容为dspC5000的工具包,希望能为有需要的人提供帮助(The content of the file is a toolkit for dspC5000, hoping to help people in need.)
- 2020-06-23 09:20:02下载
- 积分:1
-
bkfsore
广度优先搜索,查找不连通图。广度优先搜索算法,又译作宽度优先搜索,或横向优先搜索,是一种图形搜索算法。C语言,堆栈实现。(Breadth first search for disconnected graphs. The breadth-first search algorithm, also translated as breadth-first search or horizontal-first search, is a graphic search algorithm. C language, stack implementation.)
- 2020-06-17 15:42:35下载
- 积分:1
-
c#编程 “得到 可执行文件(*.EXE)的图标”
c#编程 “得到 可执行文件(*.EXE)的图标”-"receive executable files (*. EXE) icon"
- 2022-02-21 10:23:35下载
- 积分:1