搜索资源列表
汇编学生成绩管理系统
- 用汇编语言编写的一个简单的学生成绩管理系统,用户有6种选择: (1) 按’m’,则显示功能菜单。 (2) 按’L’,则显示学生姓名和各学科成绩(数学,英语,语文)。每次显示10条记录并暂停,按’g’继续显示余下记录。 (3) 按’I’,则可按格式插入记录到规定文件中。 (4) 按’M’,则可按格式修改记录。 (5) 按’D’,输入行数,清空该行指定的记录。 (6) 按’Q’,按格式输入学生姓名进行查询,列出该生的成绩记录。 (7) 按’E’,则退出程序。 -ass
Invisibility
- This is an example how one could hide a process on Windows based operation systems from task viewers like ProcDump (G-RoM, Lorian & Stone) or ProcessExplorer (SysInternals). It could e.g. be used as some kind of dump protection. The way to ge
CMCRC
- CMCRC.ASM is a simple program just to demonstrate how to compute the CRC-16 and CRC-32 using the crc16_table and crc32_table that were generated by CRCTABLE. -CMCRC.ASM is a simple program just to demon strate how to compute the CRC-16 and C
mypaulm2
- 8051 monitor programm: - use external ram to run user program - use eeprom to save user program - provide single step debug, can read internal register and ram -8051 monitor programm : - use external ram to run user program - use eepro
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
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
TINY_PLANET_software
- Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS (text message), like "Activate burglar alarm" or "Start backup pump", the circuit automatically recognizes it as a command, and switches the output p
weiji
- 微机原理实验报告学习利用编译错误信息进行程序修改;(程序包含一个语法错误和一个逻辑错误) 学习程序流程控制: 条件跳转指令ja jb call指令,观察程序执行时堆栈的变化(学会用debug –g命令设置断点); -Computer experiment to study the use of the report compiled for the procedure to amend an error message (program contains
Baseconversion
- Base n means that each place (x) in the number represents nx. (n0, n1, n2, n3, etc.) Valid digits in base n are 0 to n-1.When working with numbers in different bases a subscr ipt is usually used to indicate the base (e.g. 25310 means 253 in base 10
Connect4_byYikwang
- This an simple connect-4 game assembly language can be emulate and compile by microprocessor emulator(emu8086).Two player need to take turn drop the disc and connect four adjacent disc in either vertically , horizontally or diagonally to win.The disc
NEW-(G)
- Windows 下的 32位汇编语言 入门代码,可用于病毒防范方面入门使用-32-bit Windows, Introduction to assembly language code that can be used to prevent virus entry with respect
cnmbd
- 计算工程完成的关键路径 说明: AOE 网络是有向无环加权图,其中顶点表示事件,弧表示活动,权表示活动持续的时间,通常可以用来估算工程完成的时间,即图中从开始点到结束点之间最长的路径对应的时间。请完成一个程序,完成下列任务: 1 、计算 AOE 网络对应的拓扑排序。如果排序结果不唯一,请输出按照从小到大的顺序排列的结果。从小到大的顺序就是输入的节点序列顺序(参见下面关于输入格式的说明)。如图1中满足要求的拓扑排序是: a-b-c-d-e-f-g-h-k ,图2中满足要求的拓扑排序
wfb2dec
- WFB2DEC 2-D Wavelet Filter Bank Decomposition y = wfb2dec(x, h, g) Input: x: input image h, g: lowpass analysis and synthesis wavelet filters Output: x_LL, x_LH, x_HL, x_HH: Four 2-D wavelet subbands Make sure filt
drawpoint
- 按“↑、↓、←、→”可在屏幕上向四个方向画点,按“L、B、W、C、P、Y、R、G”分别将点的颜色变为“蓝、黑、白、青、紫、黄、红、绿”,按“ESC”可退出程序-Press " ↑, ↓, ←, →" to the four directions on the screen to draw point, press " L, B, W, C, P, Y, R, G" , respectively, the color of the dot becomes &quo
project
- 利用构造完全二叉树的方法建立二叉树结构,并实现二叉树的先序、中序、后序遍历以及求深度操作。 例如:依次输入字符ABCDE#F##G####H-Constructed using methods established complete binary tree binary tree structure, and to achieve binary tree preorder, inorder, preorder, and the depth of the operation. For
booktools
- 目前学习汇编语言的国内经典名著:《x86汇编语言:从实模式到保护模式》随书配套的源代码和编译工具说明完整包,这本书的特点是没有该完整工具包无法阅读消化!-目前学习汇编语言的国内经典名著:《x86汇编语言:从实模式到保护模式》随书配套的源代码和编译工具说明完整包,这本书的特点是没有该完整工具包无法阅读消化! 请键入文字或网站地址,或者上传文档。 取消 Mùqián xuéxí huìbiān yǔyán de guónèi jīngdiǎn míngzhù:“X86 huìbiān y
feijipiao
- 飞机订票系统(限1 人完成,采用顺序) 任务:通过此系统可以实现如下功能: 录入: 可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询: 可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班;
ChipGenius_v4_00_0027_pre2
- 设备描述: [G:]USB Mass Storage Device(Generic Audio Product) 设备类型: 大容量存储设备 协议版本: USB 1.10 当前速度: 全速(FullSpeed) USB设备ID: VID = 1234 PID = 5678 设备序列号: 01234567890B 设备供应商: GENERIC INC. 设备名称: FUSB200 设备修订版: 0001 产品制造商: Generic 产品型号: Audio Product 产品修订版:
BEC_Iw
- BEC信道下计算各子信道容量,并按大小排序,生成生成矩阵G-BEC calculated under each sub-channel capacity, according to the size of the sort, generating a generator matrix G
qcxhd
- 基于8086CPU的汽车信号灯系统,程序功能要求:汽车信号灯控制系统,所需执行的操作由相应的开关状态反映,所需控制的信号灯有仪表板左/右转弯灯、左右头灯和左右尾灯共六类灯,其驾驶操作与灯光信号对应关系如下: a).左/右转弯(合上左/右开关):仪表板左/右转弯灯、左/右头灯、左/右尾灯闪烁。 b).紧急开关合上:所有灯闪烁。 c).刹车(合上刹车开关):左右尾灯亮。 d).左/右转弯刹车:仪表板左/右转弯灯、左/右头灯、左/右尾灯闪烁,右/左尾灯亮。 e).刹车、合上紧急开关