资源列表

« 1 2 ... .87 .88 .89 .90 .91 14192.93 .94 .95 .96 .97 ... 14954 »

[编辑器/阅读器Hjfg

说明:优化 黄金分割是用c++编写的运行过 可以成功 是自己做的 可以看一下
<李峰> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析yufa

说明:选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。 输入:由实验一输出的单词类别串,如1,3,1。 输出:对于所输入的源程序,如果输入符号串是给定文法定义的合法句子,则输出“RIGHT”,并且给出每一步归约的过程;如果不是句子,即输入串有错误,则输出“ERROR”,并且显示已经归约出的各个文法符号,以及必要的出错说明信息。 -Choose a variety
<韩平 > 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言name

说明:按提示输入一个名字,如果正确输入y,如果不正确输入n然后继续输入-When prompted, enter a name, if the correct type y, if you do not enter n and enter the correct
<李鑫> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言leijia

说明:(2) 用汇编程序实现1~100的加法运算 1. 设置循环变量和存储运算结果的寄存器的初值 2. 利用循环结构实现累加 3. 验证结果(0x13BA)。 -) compilation of procedures used to achieve 1 to 100 addition operationsThe 1 set of the loop variable and storage operation result register value2 using the loop s
<张子安> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析Lexical-analysis_test

说明:用C++写的语法分析器,输入界面是文件名,能实现对关键字,变量,常量的分析。比较简单。-With C++ written parser, the input interface is the name of the file, can achieve the keyword, variables, constants analysis. Relatively simple.
<老叶> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言ball_sub

说明:通过8086汇编语言实现在屏幕上显示一个在边界碰撞的小球-Emulate a ball in the boarder of window
<> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析grammarAnalysis

说明:编译原理,C语言,利用递归下降法进行表达式分析。实现了普通加减乘除表达式的分析。-Compiling principle, the C language, using a recursive descent method for expression analysis. Realize the common add, subtract, multiply and divide expression analysis.
<SAM> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言one

说明:实验1 两个多位十进制数相加的实验 将两个多位十进制数相加,要求加数和被加数均以ASCII码形式各自顺序存放以DATA1和DATA2为首的5个内存单元中(低位在前),结果送回DATA1处。-Will more than two decimal number together and ask addend and BeiJiaShu are in ASCII form for each order to DATA1 and DATA2 led five memory unit (low in
<蔡少> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言two

说明:实验内容:实现十进制数的乘法。要求被乘数和乘数均以ASCII码形式各自顺序存放在内存中,乘积在屏幕上显示出来。 -Experiment content: realize the multiplication of the decimal number. Requirements and multiplier are in with the multiplicand being ASCII form their order in memory, the product on the scree
<蔡少> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言Three

说明:字符串匹配实验 实验内容:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-String matching experiment Experiment content: write program realization is two strings. If the same, the screen shows "match", otherwise the screen shows "nomatch"
<蔡少> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言four

说明:从键盘输入数据并显示的实验 实验内容:将键盘输入的2位十六进制数转换为等值的二进制数,并在屏幕上显示。列如:键入f2,则显示11110010-From the keyboard input data and display the experiment Experiment content: will the keyboard input two hexadecimal number into the equivalent of a binary number, and displaye
<蔡少> 在 2025-07-20 上传 | 大小:1kb | 下载:0

[汇编语言five

说明:字符和数据计算的实验 实验内容:先在屏幕上显示“input string,”,输入字符串 再显示“result=”。如为0~9的数字,则计数器加1,如为非数字,则直接显示,但不计数。-Characters and calculating data of experiments Experiment content: first on the screen shows "input string,", the input string It is displayed "result ="
<蔡少> 在 2025-07-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 14192.93 .94 .95 .96 .97 ... 14954 »

源码中国 www.ymcn.org