-
Compilation Principle experiments, lex and yacc with a simple drawing tools to p...
编译原理实验,用lex和yacc编写的简单绘图工具-Compilation Principle experiments, lex and yacc with a simple drawing tools to prepare
- 2022-05-14 11:04:54下载
- 积分:1
-
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。...
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。-Starting from the first address 1000H store the number 10 to require the design process to sort these the number of small to large, sort after a few still on the original address.
- 2022-06-18 21:59:25下载
- 积分:1
-
题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数
题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数-Title: to a more than five positive integer, following requirements: First, for it is the number of a few, two, reverse print out all the figures. 1. Procedure Analysis: Institute of decomposition of each median
- 2023-03-25 11:20:04下载
- 积分:1
-
用汇编写的 CRC的算法代码,里面包含16位和32位的,大家可以嵌入到高级语言中使用,有助于提高程序的效率!内有嵌入例子。...
用汇编写的 CRC的算法代码,里面包含16位和32位的,大家可以嵌入到高级语言中使用,有助于提高程序的效率!内有嵌入例子。-With the compilation of the CRC algorithm to write the code, which contains 16-bit and 32-bit, and they can be embedded into high-level language used to enhance the efficiency of the procedure! Example, there are embedded.
- 2022-05-18 10:22:55下载
- 积分:1
-
the system can guide the work of Rootkit. simple 1) It's very small.The basi...
可在系统引导时工作的RootKit,较简单
1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003
2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily).
3) BOOT KIT is PXE-compatible.
4) It can even lead to first ever PXE virus
5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)-the system can guide the work of Rootkit. simple 1) It"s very small.The basic framework is jus t about 100 lines of assembly code.It supports 2 000, XP, 2003 2) It patches the kernel at runtime (no file "s are patched on disk). (basic version has this c ode removed. so as others could understand it easily). 3) BOO T KIT is PXE-compatible. 4) It can even lead to fi rst ever PXE virus 5) It also enables you to load o ther"isnt root kits if you have physical access (Norm ally root kits can
- 2022-02-09 13:53:43下载
- 积分:1
-
智能、遥控、LED数码日历钟,DS1302,AT89C2051,源程序。
智能、遥控、LED数码日历钟,DS1302,AT89C2051,源程序。-Intelligent, remote control, LED digital calendar clock, DS1302, AT89C2051, source.
- 2022-02-05 19:22:11下载
- 积分:1
-
MCU RS232 serial port C language program code, serial communications and other f...
单片机RS232串口C语言程序代码,可实现串口通讯等功能-MCU RS232 serial port C language program code, serial communications and other functions can be realized
- 2022-04-01 00:45:22下载
- 积分:1
-
本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成...
本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成此题目时要有适当的设置,确定灯按钮,单,双灯作为报警显示),同时还应该能够清零。-the subject of the main demands is to achieve the alarm clock function : to design a display of accurate digital clock, the time displayed by the system for 12 hours, showing the time of seconds, and can achieve the afternoon. Can manually school, regular (completion of this topic have appropriate settings, to determine button lights alone, as the police showed two-lamp), but also should be able to reset.
- 2022-10-20 01:10:03下载
- 积分:1
-
实现了分段分页,实模式和保护模式的切换,以及对显示缓存的操作...
实现了分段分页,实模式和保护模式的切换,以及对显示缓存的操作-achieve the above tabs, real mode and protected mode switch, and to show that the operation cache
- 2022-05-07 00:00:02下载
- 积分:1
-
这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询,
“E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,...
这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询,
“E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印.
本程序实现了:
(1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单
点别的功能键。如运行"cjgl"文件后,在出现的主界面中点“I”,可插入数据,插入完
以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法
可运行其它的功能。
(2)连续运行部分的功能。
应将文件"score.txt"放在相应的路径下.如在本程序中,需将该文件放在"c:masmscore.txt"下.
注:该文件的路径可从汇编源文件的"fname db "c:masmscore.txt"""中查找.-masm
- 2022-08-13 20:43:04下载
- 积分:1