资源列表

« 1 2 ... .31 .32 .33 .34 .35 7736.37 .38 .39 .40 .41 ... 14954 »

[汇编语言num_to_month

说明:程序采用子程序的结构形式,子程序有:将输入的二位月份数转换为二进制数的子程序;从字符表中查找相应的英文缩写的子程序;将月份的英文字母显示在屏幕上的子程序。-Program structure using subroutines, subroutine are: the input of two months as a binary number conversion routines from the character table to find the appropriate abbrev
<李明洲> 在 2025-11-11 上传 | 大小:1kb | 下载:0

[汇编语言8255

说明:编写程序,使8255端口A工作在方式0并作为输出口,端口B工作在方式1并作为输入口,则端口C的PC2成为选通信号输入端STBB,PC2成为中断请求信号输出端INTRB。 当B口数据就绪后,通过发STBB 信号来请求CPU读取端口B数据,并送A端口输出显示。 -Write a program to work in 8255 mode 0, port A as output port, the port operating in mode 1 and B as input port, the
<李明洲> 在 2025-11-11 上传 | 大小:2kb | 下载:0

[编译器/词法分析wenfafenxi

说明:使用如下文法: E ? E+T | T T ? T*F | F F ? (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法-Use the following grammar: E ? E+ T | TT ? T* F | FF ? (E) | id 2. For any given input string (lexical token stream) parsing, the us
<dmf> 在 2025-11-11 上传 | 大小:687kb | 下载:0

[书籍源码eprmodify2.0

说明:天健公司的HIS系统,3.0电子病历程序修改,要在天健HIS的数据库中使用-mpanies to HIS system, 3 electronic medical record program modification, in Tianjian HIS database using
<高峰> 在 2025-11-11 上传 | 大小:4.71mb | 下载:0

[编译器/词法分析LexicalParsers

说明:对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedures given by the lexical analyzer to recognize one word symbols, and binary-type (word types of ID, the word symbol property value) are displayed. While the
<杨玥> 在 2025-11-11 上传 | 大小:1.02mb | 下载:0

[编译器/词法分析yufa

说明:语法分析器,编译原理,法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”-Parser, compiler theory, method analysis is a logical stage of the compilation process. The task of parsing the basis of analysis in the lexical word sequence will be combine
<lix> 在 2025-11-11 上传 | 大小:554kb | 下载:0

[Dephi控件源码Datasnap

说明:Datasnap加密过滤器dffddfd-datasnap
<gogogle> 在 2025-11-11 上传 | 大小:837kb | 下载:0

[汇编语言e

说明:这是 一个高手用汇编编写的一个俄罗斯方块游戏-it make simple game come true,so you can download it if you need.
<米二> 在 2025-11-11 上传 | 大小:5kb | 下载:0

[并行运算spinner

说明:这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
<曾三> 在 2025-11-11 上传 | 大小:3kb | 下载:0

[编译器/词法分析vbcompiler

说明:真正32位编译器源代码,使用Visual Basic编写-True 32-bit compiler source code
<unknow> 在 2025-11-11 上传 | 大小:538kb | 下载:0

[操作系统开发BankersAlgorithm

说明:计算机操作系统银行家算法程序的实现,C++源代码-Bankers algorithm
<肖大宝> 在 2025-11-11 上传 | 大小:2kb | 下载:0

[操作系统开发Memory_allocation_experiment_report

说明:内存分配方法的实验报告 是我自己写的 用三种方法实现的-Experimental Report of memory allocation method is to write my own implementation of three methods
<孙小宇> 在 2025-11-11 上传 | 大小:10kb | 下载:0
« 1 2 ... .31 .32 .33 .34 .35 7736.37 .38 .39 .40 .41 ... 14954 »

源码中国 www.ymcn.org