搜索资源列表
cryosc
- This program provides an example of how to configure the C8051F02x device to operate from an external 22.1184MHz crystal attached to the XTAL1 andXTAL2 pins. Also enables Missing Clock Detector.-This program provides an example of how to c onfigure
yinyeyanzou
- 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按\"X\"鍵,退出-This is a music procedures, capital letters "A", singing songs, "Mary has only a small lamb." by the capital letter "B", singing songs,
huisu
- 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或1分配给x的所有可能方法。当n= 3时,解空间为{ ( 0
汇编
- 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42
music
- 用汇编语言实现的 音乐演奏 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按\"X\"鍵,退出
yinyueyanzou
- 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按\"X\"鍵,退出
asm
- 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按\"X\"鍵,退出
ghost
- Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block
lx
- 设计目的 加深对语法分析程序的任务及其工作原理的理解;掌握语法分析程序的实现方法;掌握简单语言的状态转换图表示形式极其识别程序的构造。 设计任务 编写对简单语言进行语法分析的词法分析程序。并对输入串for I=1to 20 do {x:=x+2 y:=y*(2+c) }} 进行语法分析,要求如下: 1。识别其中的关键字,标识符,常数,运算符和界符。2,对其中的数字注明其值和类型 3。将识别的结果填入表中并输出。-designed to deepen the syntax analysis pro
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 +
CAN_C8051F500.rar
- CAN of C8051F500/F510 CAN 2.0 Bus 發送跟接收Keil C source sample code.可以用在CAN 2.x的上面喔~,CAN of C8051F500/F510 CAN 2.0 Bus sent with the receiver Keil C source sample code. Can be used in the above CAN 2.x喔~
TASM5
- 安装TASM 5.0很简单,您只需要下载本站[相关工具]中的"TASM50.zip"文件,解压后在Windows9x/NT下执行"INSTALL.EXE"即可开始安装。 1.如果你在安装TASM5.0之后安装Delphi 1.0或Borland C++ 4.x及更高版,你需要手动更改系统的设置以使这些产品可以共存于同一个系统中——检查“System.ini”文件的[386Enh]一节是否有多个 TDDEBUG.386驱动项。删除多余的TDEBUG.386项,保证只有这个版本的TDD
ThreeMusicListen
- 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按"X"鍵,退出-This is a music program, according to capital letters " A" , singing songs, " Mary had a lamb" by the capital letters " B" , sing the music &
fangjun
- 1 本软件是带时钟的屏幕保护软件。 2 需要在c盘上的ucdos 中hzk16文件 3 在dos 平台上键入timer /x x为数字是表示屏保时间 4 按ESC键程序退出-1 This software is with a clock screen saver software. 2 need to c drive files on the ucdos in hzk16 type 3 in the dos platform timer/xx for the figures to
A-math-routine-to-calculate-the-atan(x-y)-using-C
- calculates the arctangent of the input values x and y (sometimes called atan2) by using a CORDIC (COordinate Rotation on a DIgital Computer) algorithm for 8051 microcontroller
C
- 生成100个点的坐标(x,y,z),x和y在10-10000之内,z在0-10之内,用TXT输出x,y,z以及平均高程h。-Generate 100 points of coordinates (x, y, z), x and y in 10-10000, z 0-10, TXT output x, y, and z and the average elevation h.
yinyueyanzou
- 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按"X"鍵,退出-This is a music program by the capital letter "A", singing the song "Mary Had a Little Lamb" Capital letter "B", singing the song "Taihu Boat" Capital letter "C",
music
- 这是一音乐演奏的exe.这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按"X"鍵,退出-This is a music exe This is a music program, the capital letter " A" , singing the song " Mary Had a Little Lamb" press the capital lette
add
- Arithmetical Operations in Assembler Language and X-Toy. Shows the way from higher program languages to Assembler and Machine Code. So you can see, what the machine (PC) "sees". Files are: add.c add.asm add.toy
方程求解程序
- 有函数f(x)=ex可展开成:f(0)+f’(0)x/1!+f”(0)x /2!+…。编写函数程序求ex,使误差小于0.0000001。(The function f (x) =ex can develop into: F (0) +f (0) "x/1! +f" (0) x + /2.... Write function program ex, so that the error is less than 0.0000001.)