资源列表
mimasuo2S50
- 8位密码锁的实现,初始状态默认为密码正确,密码输入正确方可设密码,以后必须按对密码才可重设-8 password lock the realization of initial state defaults to the correct password, the password can input the correct password. After the password must be re-established before
0507Version
- 自己写的编辑位图程序。可以在位图上画线,并保存图片。-himself wrote the bitmap editing procedures. It incumbent drew lines on a map, and preserve pictures.
XXPlatformV1.1
- 此为某测试平台的上位机软件部分,内部使用了虚拟仪器和IVI,同时也 使用自研的调理硬件模块。主要包括系统自检、校准部分。 其中自检涉及到100多路通道,硬件用C8051F020、欧姆龙机电器、光耦 DA部分完成MUX和信号源。 可供多路扫描AD和低频信号源参考。上位机用VC60开发。 完整上位机源代码。-this as a test platform for PC software, which uses the virtual machines and IVI. also
usbkey
- 用51单片机模拟一个USB键盘的代码,带原理图,保证可以用-51 microcontroller with a USB keyboard simulation of the code, with diagram, can be assured
waterlight
- 简易流水灯实验,四灯依次点亮,循环VERILOG语言-simple experiment water lights, four lights were lit, recycling verilog language
pingche
- 简易数字频率计,数码管显示,VHDL语言-simple digital frequency meter, digital control, VHDL
qiangdaqi4ren7.1
- 四人抢答器的实现,主持人按键清除按键,按开始键,100秒倒计时答题时间-four Responder the realization host keys to remove the keys, according to begin key 100 seconds to answer in the countdown time
dianzheng6.2banben
- 8*8点阵的实现,循环显示vhdl四个字母-8 * 8 lattice the realization cycle shows vhdl four letters
dig_clk_lcd
- 数字钟的实现,由LCD动态显示,VHDL语言实现-the realization by the dynamic display LCD, VHDL
tmb2
- 基于fortran的铁摩辛克梁计算程序,能弹性和塑性的应力应变,残余应力进行计算-based on fortran Maxinke iron beam calculation procedures, flexible plastic stress and strain, Residual stress calculation
ps2_lcd_1602
- 与PS2的通信,PS2按键值发给LCD显示,VHDL语言。-communication with the PS2, PS2 keys to the value of LCD Display, VHDL.
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送