资源列表
简单计算器的实现
- 利用汇编编写8086的程序实现简易计算器的仿真功能(Compiled using assembly 8086 program to achieve the simple calculator simulation function)
新建文件夹
- 在高斯白噪声信道下,bpsk调制产生的误码率(error for awgn channnel)
amd_volume1.pdf
- AMD64 Architecture Programmer's Manual Volume 1: Application Programming
amd_volume2.pdf
- AMD64 Architecture Programmer's Manual Volume 2: System Programming
amd_volume3.pdf
- AMD64 Architecture Programmer's Manual Volume 3: General-Purpose and System Instructions
amd_volume4.pdf
- AMD64 Architecture Programmer's Manual Volume 4: 128-Bit and 256-Bit Media Instructions
amd_volume5.pdf
- AMD64 Architecture Programmer's Manual Volume 5: 64-Bit Media and x87 Floating-Point Instructions
WordDemo
- 在线编辑word demo,实现在线编辑等功能(Online editing, word, demo, online editing and other functions)
caisetuxiang
- 选取一个种子点,用彩色图像的3通道进行二值化(Select a seed point and use the 3 channel of the color image for two values)
8、交通灯
- //---定义IO口---// #define GPIO_DIG P0 //显示段码端口,74HC573锁存器; #define GPIO_PALCE P1 //数码管片选端口,74HC138译码器; #define GPIO_TRAFFIC P2 //交通灯端口; sbit RED10=P2^0; //上人行道红灯; sbit GREEN10=P2^1; //上人行道绿灯; sbit RED11=P2^2; //上机动车红灯; sbit YE
5、译码器实验
- *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******
6、静态数码管显示
- *实 验 名:静态数码管实验 *实验说明:静态数码管流动显示0-9 *连接方式: *注 意: ************************************/(* Experimental name: static digital tube experiment * Experimental descr iption: static digital tube flow display 0-9 * Connection: * Note: **************