搜索结果
找到约 1,088 项符合
SEED-F 的查询结果
嵌入式/单片机编程 -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --
-- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在
--PC机上安装一个串口调试工具来验证程序的功能。
-- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控
--制器,10个bit是1位起始位,8个数据位,1个结束
--位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实
--现相应的波特率 ...
其他 This code helps to fuse pet and ct scan images.The file untitled.m opens the interface to load and f
This code helps to fuse pet and ct scan images.The file untitled.m opens the interface to load and fuse.Demo images are provided in the folder for reference.This code achieved a performance of .7/1
matlab例程 LPC vocoder LPC vocoder with several option Graphical user interface Also included several .wav f
LPC vocoder
LPC vocoder with several option
Graphical user interface
Also included several .wav file as example
matlab例程 MATLAB implementation of time series prediction Based on the VQTAM method described in the following
MATLAB implementation of time series prediction Based on the VQTAM method described in the following papers:
G. A. Barreto & A. F. R. Araujo (2004)
"Identification and Control of Dynamical Systems Using the Self-Organizing Map"
IEEE Transactions on Neural Networks, vol. 15, no. 5.
汇编语言 This project shows the temperature on a three digit 7-segment display, it measures the temperature f
This project shows the temperature on a three digit 7-segment display, it measures the temperature from -9.5 to 99 degrees Celcius in 0.5 C steps, or from 0 to 210 degrees Fahrenheit in 1.0 degrees steps. Because of the LED display the temperature is also readable in the dark.
嵌入式/单片机编程 ST20 Embedded Toolset R2.3.1用于开发基于ST20芯片机顶盒软件的开发平台!是目前国外能下载到的最高版本。从http://slugworth.mylivepage.com/f
ST20 Embedded Toolset R2.3.1用于开发基于ST20芯片机顶盒软件的开发平台!是目前国外能下载到的最高版本。从http://slugworth.mylivepage.com/file/210_General下载的
其他 垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="" set R=" R:~1,-2 "
垃圾文件清理:
垃圾文件清理:
垃圾文件清理
Clean Windows Programs:
:rd_dir
if " R:~-2,1 "=="\" set R=" R:~1,-2 "
if not exist R goto :DD
cd /d R
for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a"
del /f /s /q *
cdrd /s /q R
:DD
Clean Windows Programs:
:rd_dir
if " R:~-2,1 "=="\" set R=" ...
其他 数字信号处理_胡广书(笫二版)光盘 包含该书的一些C
数字信号处理_胡广书(笫二版)光盘
包含该书的一些C,F,和Matlab子程序代码
压缩解压 为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的 压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating F
为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的
压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating FDR 等编码更高的压缩率,其解码器也较简单、
易实现,且能有效地降低硬件开销1 与Selective Huffman , CDCR 编码相比,PTIDR 编码能够得到较高的压缩率面积
开 ...
数据结构 课程设计: 1.求出在一个n×n的棋盘上
课程设计:
1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。
2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。
【基本要求】
1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中)
2) 分别采用动态和静态存储结构
3) 初始化 ...