搜索资源列表
VHDLquanjiaqi
- 这是一个利用MAX PULL 制作的VHDL的全加器的程序 如果有需要仿真图的 请叫站长联系我
VHDLsiweichufaqi
- 这是一个利用MAX PULL 制作的VHDL的四位除法器的程序 如果有需要仿真图的 请叫站长联系我
VHDLsiweiquanjiaqqi
- 这是一个利用MAX PULL 制作的VHDL的四位全加器的程序 如果有需要仿真图的 请叫站长联系我
VHDLjianfaqi
- 这是一个利用MAX PULL 制作的VHDL的减法器的程序 如果有需要仿真图的 请叫站长联系我
ee
- 1. 设计要求: 1.彩色界面,界面清晰美观,色彩协调。 2.使用DOS系统的0AH号子功能接受用户键入的字符串。 3.建议按下图设计用户界面,颜色自选。 注:双线框由若干CRT显示符组成,相应的CRT显示符(十进制数)已经标注在右图中。1. 设计要求: 1. 转化内容选择下列一项:二进制数→十六进制数显示,二进制数→十进制数显示,十进制数→二进制数显示,十进制数→十六进制数显示,十六进制数→二进制数显示。 2. 给出适当的文字提示 3. 程序要求保护措
dvm_src
- Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included
c-Quelltexte
- * Servo control for max. 8 Servos an PB0 bis PB7. * Ext. Oszi. an T1 * Push Left an PD2 * " Right an PD3 * " Select Servo an PD4 -* Servo control for max. 8 Servos an PB0 bis PB7. * Ext. Oszi. an T1 * Push Left an PD2 * "
Windi
- WINDING COIL CONTROLLER, programable to max 9999 winding, magnetic sensor (reed rele), in the case of lose power controller have memory, sound alarm for last 9 winding, button "pause".
l7
- 使用VHDL语言编写的简易数字存储示波器,用MAX+PlusII仿真验证。VHDL编写了采样、存储写、存储读和显示4个模块。采样使用ADC0809,存储器使用6264,显示使用DAC0832。-The design of the chip as a high-speed signal ADC0809 the A / D converter, SRAM6264 memory for data storage after sampling, DAC0832 chip as a signal of D
C
- 1、1+1/2+1/3+……+1/n 2、键盘输入任何数字,求其阶乘 3、数组输入和输出 4、求数组的max和min -1,1+1/2+1/3+ ... ...+1/n 2, keyboard input any number, find its factorial 3, an array of input and output 4, seeking an array of max and min
max
- 从键盘在红任意输入三个数,求三个数中的最大值!-Any input from the keyboard 3 in the red number in seeking the maximum number of three!
finMaxTN
- 求三个正整数的最大值,结果存放在Max变量中。-find max from three integer numbers.
dj3
- 微机原理及应用,在数据段1000H开始有100个不带符号数,编一程序段,找出其最大数并放在MAX单元中。-Microcomputer Theory and Application, begun in the data segment 1000H 100 unsigned number, compile a program segment, and to find out the maximum number of units on the MAX.
mod13
- 模十三的模块设计EDA max+puls2-mod13,EDA,max+puls
the-max-of-the-ten-numbers
- 用汇编语言编写,从键盘输入10个数,把它们转换成二进制存储,并找出其中最大的值,打印出来-In assembly language, number 10 from the keyboard, converts them into binary storage, and find out the maximum value, print it out
wjyl
- dat开始的单元中存放n个字节无符号数,找出其中最大的数,存入max单元中; 找出其中最小的数,存入min单元中
fushu-max
- 汇编语言初学者练习:找出数据段中的负数中的最大值,并送屏幕显示-Assembly language beginners: to find the negative in the data segment of the maximum, and send screen
Exp7
- 计算平均成绩,并在新的一行显示平均成绩(平均成绩前加有“Average:”提示) 能找出最高成绩,并在新的一行显示最高成绩(最高成绩前加有“Max.:”提示) -Calculating grade point average, and a new line displays the average score (average score before the additions " Average:" prompt) to find the highest score
(DP)
- 又见最少失约: F[i,j] 表示 考虑前i个会议,截止时间<=j 时 的最大价值。 初值 F[i,0]=0 递推:F[i][A[i].end]=max{ F[j][A[j].end]+A[i].weight } 其中0 <= j < i -See also the least missed appointments
MIT
- 判断用户输入的n个数字中的最大值,并将最大值存入dx寄存器中,将最大值的地址存在AX寄存器中-It is a program that calculate the max number in the a string of number you entered,and save the max at the dx register,sava it s address at the ax register