搜索资源列表
danpianjichengfa
- 知识要点:理解2 进制数的乘法 运行结果先输出00000010 ,然后输出11111101,就是1011111101 换算后等于10 进制765,就是两数相乘的结果 注意是从高向低排列,同时该数已经超过256, 所以进位cy=1-knowledge elements : two 229 understanding of the number of multiplication operations were first exported 00000010. then output
1302program
- 经典的时钟读写程序,他包含对芯片的读操作和写操作,还特意说明一些注意事项-classic clock read and write procedures, the chip contains the read operation and write operation also specifically give some attention to matters
read_I2C
- 介绍了关于dsp运用i2c通讯协议读写数据的注意点,以及汇编的描述。-Information on the dsp to use i2c communication protocol to read and write data on the attention, as well as a descr iption of the compilation.
MUL32B
- 两个32位无符号整数的乘积的汇编程序 注意乘法的错位相加-Two 32-bit unsigned integer the product of the compilation process of dislocation multiplication sum attention
shizhong
- 美国DALLAS公司推出的具有涓细电流充电能力的低功耗实时时钟电路DS1302的结构、工作原理及其在实时显示时间中的应用。它可以对年、月、日、周日、时、分、秒进行计时,且具有闰年补偿等多种功能。给出DS1302在读写中的C51程序及流程图,以及在调试过程中的注意事项。-DALLAS U.S. companies have launched small trickle current charging the capacity of low-power real time clock DS1302
jsfjjfjfjf
- 该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(dx,cx)则接其后的像素起始坐标为(dx+1,cx-1),终点坐标为(dx+1,cx+1),再接着的下一行像素的起始坐标为(dx+2,cx-2),终点坐标为(dx+2,cx+2),再下一行始终点坐标分别为(dx+3,cx-3),(dx+3,cx+3).依此类推直到最后一行的始终坐标分别为(dx+n,cx-n),(dx+n,cx+n).在写同行像素时用cmp cx,cx+n jnz Y 来实现循环,所以在这个循环过程中注意
TrafficLightsController
- 交通灯控制器,红灯亮禁止通行,绿灯亮允许通行。黄灯亮提示人们注意红、绿灯的状态即将切换,且黄灯燃亮时间为东西、南北两干道的公共停车时间。-Traffic lights controller, the red light to prohibit access, the green light to allow passage. Prompt attention to yellow light red, green state is about to switch the time to kindl
mcs51_UltRanging
- 超声测距,外围用LM567音频解码器来锁定接受的声波频率,程序里用的是40KHZ,发送200ms,然后等待接受进行中断。里面只有程序,外围电路很简单,注意要把信号放大。-Ultrasonic ranging, external LM567 audio decoder to use to lock in acceptable sound wave frequency, the program inside using a 40KHZ, send 200ms, and then waiting fo
wjylyzc
- 微原的课程设计,包括步进机、电子琴、秒表和抢答器,我做的是步进机和抢答器,这两个是一定可以用的,但要注意的是,不同的接线方式用到的接口地址是不同的,所以要注意修改地址-Micro-courses of the original design, including step machine, organ, stopwatch, and Responder, I am doing is stepping machines and Responder, the two could certainly
002
- HT66Fxx使用Data EEPROM的用法与注意事项 HT66Fxx使用Data EEPROM的用法与注意事项-HT66Fxx the use of Data EEPROM usage and pay attention to matters of HT66Fxx usage and the use of Data EEPROM Note
005
- HT66Fxx使用Data EEPROM的用法与注意事项 HT66Fxx使用Data EEPROM的用法与注意事项-HT66Fxx the use of Data EEPROM usage and pay attention to matters of HT66Fxx usage and the use of Data EEPROM Note
MATLAB
- 用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
2011
- 设计并实现一个简单的银行储蓄系统,完成活期和定期用户的存款和取款业务。要求如下: 1. 实现描述银行的类,记录系统中现有哪些储户(提示:可用对象数组实现,但须注意判断数组越界的情况),该类中要求包含三个函数: (1) 生成新储户的函数; (2) 按照账户删除储户的函数(需判断该帐户是否还有余额) (3) 按照账户查询储户的函数,要求显示查询结果。 2. 定义储户类。其属性包含账号,存款人姓名、身份证号、地址、存款余额;其操作功能有存款、取款、显示储户信息。 3. 编写ma
Arm---Assembly-Language-Programming
- This is a document for arm assembler developer. Thank you for attention
sheji
- 这是一个密码锁的单片机课程设计实例,多多关照-This is a lock SCM curriculum design instance, a lot of attention
12864
- 12864取模软件 打开功能是专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换的, 在您的C语言程序中,有一点需要特别留意:您的注解中请不要使用双引号,否则会引起 提取错误。-12864 modulo function is designed for software to open the C language files automatically extract display the required characters, dot matrix code
DDS_MSP430
- 此代码是基于MSP430的AD9850代码,分串并行输入方式,接线注意。代码很好用-This code is based on the MSP430 AD9850 code, sub serial and parallel input mode, wiring attention. Code is useful
ym_vcpp-MyScreensaver
- VC++ 编写的屏保实例程序 由计数器调用DrawBitmap()函数,切换图片; 注意,两个函数中的IDB_BITMAP1, dc.BitBlt(0,0,800,600……以及if(nIndexBit>=5)中的有关数据依据你的bmp图片个数、尺寸、位置不同而不同,我是选择了5张,800x600的bmp图片。注意,ID值是连续的,IDB_BITMAP1最校 响应键盘、鼠标是屏幕保护程序不可缺少的-VC++ Prepared screensavers example p
QB
- Q币翻倍充值软件 可以用 翻10倍 注意 充值时一定要打勾骗腾讯-Q coins doubled recharge software can be used to turn 10 times when we must pay attention to recharge Tencent tick lie! ! !
xiaochechengxu
- 大学生比赛用智能小车程序,绝对好用,注意引脚要根据实际自己配置-Students' Smart car racing program, absolutely everything, pay attention to the actual pin configuration of their own
