资源列表

« 1 2 ... .47 .48 .49 .50 .51 2752.53 .54 .55 .56 .57 ... 3005 »

[汇编语言digitalclock

说明:八段数码管的数字钟汇编代码,能够实现秒钟自动加一,有时,分,秒按键的校时功能。-the asm of digital clock,and you can correct the time by clicking the button.
<董涛> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言beibao

说明:假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2) (1,4,5) (8,2) (3,5,2)。 -Suppose there are a load of the bac
<zhengzelun> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言1

说明:加减计数器 library ieee use ieee. std_logic-_1164.all entity dec3_8 is port(a,b,c,s1,s2,s3: in std_logic y: out std_logic_vector(0 to 7)) end architecture b of dec3_8 is si
<镜辰> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言sy1

说明:28M分频器 D触发器 jk触发器 library ieee -library ieee use ieee.std_logic_1164.all use ieee.std_logic_arith.all use ieee.std_logic_unsigned.all entity ymq is port(num:in std_logic_vector(3 downto 0)
<镜辰> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言sy4

说明:D74LS74 JK74ls112. LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY D74LS74 is port(clk,clr,PRE,D:in std_logic QT,QTN:out std_logic) end ENTITY D74LS74 architecture bhv of D74LS74 is signal q,qn:st
<镜辰> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言Character-classification

说明:基于汇编的字符分类实现,将一个字符串中的字符、数字、等分行显示-Based on the character of assembly classification realized, will a string of characters, Numbers, and branch display
<王小文> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言BinaryImage

说明:汇编编写的二值化图片代码,调用该函数时需要提供两个参数,第一个参数为位图的内存地址,第二个参数为二值化阀值.-Binarization Image code written in assembly, two parameters need to provide a bitmap address, the second binarization threshold.
<zxw0402> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言Image-black-and-white

说明:汇编源码,图像快速黑白处理,速度超快,大图在几毫秒内即可完成黑白化.支持8到32位的bmp位图处理.暂时不支持bmp格式以外的图片处理.-Compilation of source code, images, fast black and white processing, super-fast, enlarge within a few milliseconds to complete the black and white of 8
<zxw0402> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言asm_demo

说明:用汇编写的动画显示程序,飞机起飞扔炸弹炸死敌人!-Used to write a compilation of animation display program, throw the bomb killed an enemy plane!
<王宇> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言ASM

说明:已知BUF1,BUF2字节单元中各存放一个无符号数,编写程序完成下述功能: 若两个数中一个是奇数一个是偶数,则奇数存入BUF1单元,偶数存入BUF2单元。 若两个数均为奇数,则分别加1后存回原单元 若两个数均为偶数,则不做任何操作。-The known BUF1 and BUF2 byte unit in the store a unsigned number, write a program to complete the
<WEIBING> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言ec

说明:很简单的程序 在学校的时候自己设计的,可以给新手-simple asm
<liqi> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言transfom

说明:16位汇编编写的进制转换程序。DOS界面-16 hex conversion program written in assembly. DOS interface
<zy> 在 2024-11-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 2752.53 .54 .55 .56 .57 ... 3005 »

源码中国 www.ymcn.org