资源列表

« 1 2 ... .54 .55 .56 .57 .58 2759.60 .61 .62 .63 .64 ... 3005 »

[汇编语言zy24

说明:数码转换:将字数据转换为ASCII码表示的十六进制数。字数据的值域为0~65535,最多可转换为四位十六进制数。例如:字数据为0ffffh,则转换为:‘FFFF’-Digital conversion: character data is converted to ASCII code expressed in hexadecimal numbers. Word data of the range 0 to 65535, up to f
<吴边> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言8

说明:关于学生总分统计,并按学生总分进行排序的汇编语言程序-students score management system
<wanting> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言HuffmanTree

说明:根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the informatio
<lirunmin> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言BiTree

说明:建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。 -Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
<lirunmin> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言Car

说明:停车场管理。设有一个可以停放n辆汽车的狭长停车场(先进后出),它只有一个大门可以供车辆进出。车辆按到达停车场时间的先后依次从停车场最里面向大门口处停放-Car park management. With a strip of n cars parking Parking (advanced out), it is only one door can be used for vehicle access. Vehicle to reach
<lirunmin> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言LinkQueue

说明:建立一个空队列,对已建立的队列进行插入、删除、取队头元素等基本操作。-Create an empty queue, the queue has been established, insert, delete, take the basic operations such as the head of the queue element.
<lirunmin> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言SeqStack

说明:建立一个空栈,对已建立的栈进行插入、删除、取栈顶元素等基本操作. -Create an empty stack, the stack has been established to insert, delete, take the top element, and other basic operations.
<lirunmin> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言waibumaichongceliang

说明:外部输入正脉宽度测量:测量范围:4Ms~512Ms;测量信号:方波;测量信号电压:3~5V -External input is the pulse width measurement: Measuring range: 4Ms 512Ms measuring signal: square wave measure the signal voltage: 3 ~ 5V
<lizhonghui> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言monimima

说明:模拟密码输入:假设数据库中有密码5201314,用户输入一个字符串,显示的时候全都以*出现,然后判断用户输入的字符串是否与数据库中密码相同,若相同,输出“Password Right!”,否则输出 “Password Error!”-模拟密码输入:假设数据库中有密码5201314,用户输入一个字符串,显示的时候全都以*出现,然后判断用户输入的字符串是否与数据库中密码相同,若相同,输出“Password Right!”,否则输出 “P
<> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言4.4

说明:(4) 简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be greater than or equal to 6-to simpl
<杨雪梅> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言conversion

说明:这个程序可以实现大写或者大小写字母之间的转换。-This program can convert between the upper or upper and lower case letters.
<uiu_2> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[汇编语言Competition-Responder

说明:这是一个给予汇编语言的竞赛抢答器的程序。-This is a competition answer in a given assembly language program.
<uiu_2> 在 2024-11-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 2759.60 .61 .62 .63 .64 ... 3005 »

源码中国 www.ymcn.org