资源列表
CH451
- 很强的ch4541汇编语言!CH451驱动数码管程序 //端口初始化 void port_init(void) { PORTA = 0x00 DDRA = 0x00 PORTB = 0x07 DDRB = 0x07 PORTC = 0x00 DDRC = 0x00 PORTD = 0x00 DDRD = 0x00 } //主函数 void main(void) { port_init()
ee
- 单跨梁振型及频率!-Type and frequency of single-span Liang !!!!!!!!!!!!!!! 11111
exam3_1
- 采用平面梁单元计算平面刚架的变形和内力!!!!!!!!!!!!!!!!1-Plane beam element calculations using plane frame deformation and internal force !!!!!!!!!!!!!!!! 1
exam3_2
- 采用平面梁单元计算斜腿刚架桥的变形和内力!!!!!!!!!!!!1-Inclined plane beam element calculations using legs just bridge the deformation and internal force !!!!!!!!!!!! 1
exam4_1
- 采用矩形单元计算纯弯梁的变形-Rectangular beam element calculation of pure bending deformation !!!!!!!!!!!!!!!!
exam5_1
- 采用四面体单元计算单向拉伸杆的横截面应力!!!!!!!!!!!!!1-Tetrahedron element calculations using a one-way stretch rod cross-sectional stress !!!!!!!!!!!!! 1
SPTP
- 一个在Fox中利用汇编语言接口程序实现打印图形的程序 -Fox using an assembly language interface program to achieve print graphics program
pic12c508
- PIC12C508单片机控制灯光源程序以上程序使用PIC12C508单片机,内部4MHZ时钟,4脚输入50HZ脉冲信号,7,6,3脚(GP0,GP1,GP4端口)为输出口。其中渐变部分是让灯慢慢的变亮(或灭)。-PIC12C508 MCU control over light source uses PIC12C508 microcontroller, the internal 4MHZ clock, four feet 50HZ input pulse signal, 7,6,3-pin (G
R61505U
- TFT用IC.通常用于手机显示屏,是市面上常用的IC-TFT with the IC. Commonly used in mobile phone display, is commonly used in IC market
SPFD5408A_IC_on_2.8_TFT
- TFT用IC.通常用于手机显示屏,是市面上很常用的IC。-TFT with the IC. Commonly used in mobile phone display, is available on the market very common IC.
9981996665
- 此文件为为微机原理与接口技术的实验开发程序!-Microcomputer Principle and Interface Technology
ht6221
- 1 解码的关键是如何识别0 和 1 从位的定义我们可以发现0 1 均以 0.56ms 的低电平开始不同的是高电平的宽度不同0 为 0.56ms, 1 为 1.68ms,所以 必须根据高电平的宽度区别0 和 1 如果从 0.56ms 低电平过后开始延时 0.56ms 以后 若读到的电平为低说明该位为0 反之则为1 为了可靠起 见 延时必须比0.56ms 长些 但又不能超过1.12ms,否则如果该位为0 读到的 已是下一位的高电平因此取1.12ms+0.56ms /2=0.84m
