搜索资源列表
sanyo5
- 分体空调的说明文件 名厂机型 几W台量 有PG电机 遥控 马达-split air-conditioning in the documentation for aircraft manufacturers in Taiwan have in W PG electrical motor control
ylktst
- 油烟机的程序说明代码 大厂定制 该型号已经生产几W台 程序稳定-smoke machine code descr iption of the procedures for large customized production of the model has several procedures W Taiwan stability
yz285
- 除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作-dehumidifiers of the document production process dozens of W-exporting machine time-sharing operation
26hdcom1
- HD and COM port Monitor w/ASM source -HD and COM port Monitor w / ASM source
duojiwuxiantongxin
- 无线通信系统 1、系统由一个主站,多个从站组成。主站以轮询方式收集从站的数据,每次传输一组仿真数据。 2、从站有两组数字信号。从站传输哪一组数据由主站决定。 3、设计制作无线半双工收发单元,其工作频率(400-500)MHz中自行选择,各收发单元工作频率的相对准确性(以主站工作频率为基准)优于10-4。所有收发单元的发射功率不大于1w。 4、主从站收发天线长度 1m,垂直放置。 5、主站能实时显示发送数据的从站好及其数据。从站能实时显示本站发送给主站的数据;从站采用电池供电。
super1
- 限电器硬件板应用,适合于上千W的功率 程序很少的噢-limited electrical hardware plate application, suitable for up to 1,000 W of power procedures little Oh
w
- hanoi塔游戏 差不多可以正常运行 请大家参考一下吧
2
- 用汇编语言来使键盘成为一个演奏音乐的电子琴。高音依次1,2,3,4,5,6,7 。中音依次为q,w,e,r,t,y,u 。低音依次为a,s,d,f,g,h,j
tcs
- 汇编语言编写的贪吃蛇程序,可以选择三种速度,用A S D W操作
数p.w的个数(字程序编制)
- : 从BUF1,BUF2为首制的两个字符串分别同基础P,W的个数,并将它们分别存入COUNTP和COUNTW单元 (字符串长度分别为COUNT1,COUNT2).-: BUF1, BUF2 system headed by the same two strings were based P, the number of W, and they were deposited COUNTP and COUNTW unit (length of the string COUNT1, COUNT2).
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
rdvv.rar
- hex code for controlling a TSA5511 phase locked loop chip using a PIC16F84 Also drives a standard 16x1 LCD display. function 16F84(A) L.C.D. notes 0V 5 1, 5 +5 volt 4, 14 2, 3 Display enable 2 6 SCL 17 needs 10k pullup to +
5
- 虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。
4.11
- 编写一个带符号数四则运算的汇编语言程序,完成(Z-(X*Y+200)/20的运算,商送V单元,余数送W单元。-Write a signed four arithmetic assembly language program to complete the computation of (Z-(X* Y+200)/20 V unit, suppliers to send the remainder sent W unit.
pianzhi
- 扰乱加密,加扰之前的数据在x中,加扰后数据在w中,p,p+1与p+2中分别放移存器低14位中14位和高14位 *q,q+1与q+2中分别放掩码标志码低14位中14位和高14位-Disrupt the encryption, scrambling the data before the x in, after scrambling data in w in, p, p+ 1 and p+ 2, respectively, put shift registers 14 in the low 14
Flower
- 电子琴 高音依次为1,2,3,4,5,6,7 中音依次为q,w,e,r,t,y,u 低音依次为a,s,d,f,g,h,j-Treble flower followed by 1,2,3,4,5,6,7 Alto followed by q, w, e, r, t, y, u bass followed by a, s, d, f, g, h, j
AT89S52_WDT
- 用汇编写的AT89S52看门狗程序,此程序简单使用,能很好的解决程序跑飞问题。-自动翻译
arifile
- 本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256) 入口参数:采样值数据块首地址在SADR中,连续采样数在W中 出口参数:滤波值在SOU中.-Arithmetic mean of the filter program (value of sample 8, the number of consecutive samples is less than 256) import parameters: the first sample value of the data b
tuner
- 89c51控制I2C电视高频头今天成功制作了用89c51控制I2C电视高频头LCD显示。先做好51的最简单系统,然后P3口LCD,P2.0,P2.1,P2.2分别接LCD的R/S,R/W,E。P0.0,p0.1分别接高频头的SCL,SDA。-89c51 TV Tuner I2C control a successful production today with I2C control 89c51 TV tuner LCD display. 51 to do the most simple sy
DEBUG
- 一、 实验内容 DEBUG的应用及表达式计算 二、 实验目的及要求 要求:试编制一程序,计算下列公式的值,将商存放在Z单元,余数放在R单元内中.X,Y,Z,R,W分别为存放16位带符号数单元的地址.计算过程中中间结果和最后结果在16位二进制数范围内. 三目的: 1、熟悉DEBUG的应用(利用DEBUG观察寄存器和内存单元的值及指令执行的结果,直接汇编指令,单步调试,编辑数据等)。 2、掌握汇编表达式的表示方法。 3、掌握80X86的编程结构。 4、学习汇编