搜索资源列表
xuexiaodanpianjiban
- 学校里用来实验的单片机板子电路图,同时也用作比赛-The school board used to test the single-chip circuitry, but also for the game
LED
- 【实验题目】 LED闪烁发光 【实验目的】 掌握定时器T0或T1的简单用法。 【硬件接法】 P1.1控制LED,低电平点亮。 【实验步骤】 ISP下载开关扳到“00”,用Flash Magic软件下载程序文件“Timer.hex”,运行。 【运行效果】 LED亮200ms,灭800ms,反复循环。
DigitalClock
- 用c语言编写的数字时钟,有时分秒显示,并且时分秒都可调,误差较小。用AT89C51单片机连接数码管显示,程序用keil编写,实验仿真有protel99se实现,已验证成功-With the c language of the digital clock, sometimes minutes and seconds display, and when the minutes and seconds are adjustable, error smaller. AT89C51 microcontro
Curtain-style-digital-display
- 用c语言编写的拉幕式数码显示,用AT89C51单片机连接数码管显示,程序用keil编写,实验仿真有protel99se实现,已验证成功,里面包含程序和仿真文件。 -With the c language pull-screen digital display, with AT89C51 microcontroller digital tube display, the program using keil write, experimental simulation has protel99
44-keyboard-input-detection
- 用c语言编写的4*4键盘输入检测。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of 4* 4 keyboard input detection. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental simulation
A-key-to-identify-the-multi-function-buttons
- 用c语言编写的一键多功能按键识别。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。-Using c language identification of a key multi-function buttons. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental simula
Organ
- 用c语言编写的电子琴。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the keyboard. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental simulation has protel99se realized, h
Simple-graphical-display-LED-dot-matrix
- 用c语言编写的点阵式LED简单图形显示。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the dot matrix LED simple graphic display. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental
jiguanqiang
- 用汇编语言写的机关枪的代码,里面有详细的实验报告。-Assembly language code written in machine guns, which have a detailed experimental report.
Huffman
- 里面是Huffman编译码实验的实验报告,是用C编写的-Huffman encoding and decoding experiments inside the experimental report is written in C
suanshubianma
- 这个是算术编码的实验报告,也是用C编写的-This is the arithmetic coding of the lab report is written with C
xindaorongliang
- 这个是信道容量的实验报告,是用C程序编写的-This is the channel capacity of the test report is written in C program
xiangnong
- 这是香农编码的实验,里面是用matlab编写的-This is the Shannon coding experiment, which is written in matlab
liner
- 通过本实验,可以熟练掌握用MATLAB软件计算实际生活中的约束问题。-Through this experiment, you can master the use of MATLAB software to calculate real-life constraints.
zunhuanrichengbiao
- 循环日程表 用C语言编写的,就是计算机算法课实验上的题目,做了大家共享-C
mfcreport
- 实验报告列表框内容用来显示一个学生信息的记录,包括:班级、姓名、学号、性别、出现年月。-report
Analysis-of-FAT32-File-System-2012
- FAT32文件系统是Windows系列操作系统中最常用的文件系统之一,掌握其原理是用好它的基础。在微软公司不公开其操作系统的内部结构和源代码的情况下,通过实验、分析、得出了FAT32文件系统的工作原理.-FAT32 file system is one of the most commonly used file system of the Windows family of operating systems, grasp the principle is its foundation. In
kmeans_report
- 数据挖掘kmeans图像聚类实验报告 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。 -Data mining to achieve the k-means clustering algorithm the kmeans image clustering experiment report wit
quadratic-equation
- C++,上机实验,用类的方法实现,求解一元二次方程-A yuan quadratic equation
chengxu
- 1.打开matlab软件,再获取一张实验用彩色图像,使用imread函数读入; 2.用均值滤波法对所获取的彩色图像进行去椒盐噪声处理。 3,、对已加噪和去噪的图像进行必要的保存。-Image denoising main program