-
The-program-design-
使用一个语言特征是因为你需要它,而不是因为它的存在。学习一门程序设计语言,并不需要掌握其全部的语法,关键是要学习使用语法来解决实际问题的方法。 要充分利用现有资源而不要做重复劳动,这样才能用好一门语言,才能开发出高质量的程序。(The program design )
- 2014-05-09 09:59:26下载
- 积分:1
-
TestMQCoder
JPEG里MQ算术编码测试程序 编解码器 C(MQ arithmetic coding in JPEG test procedure codec C)
- 2020-12-06 09:19:22下载
- 积分:1
-
bianyiqi
八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。
检查要求:
a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。
b] 请求输入测试程序名,键入程序名后自动开始编译。
c] 输出四元式中间代码(样式见样板输出3和4)。
d] 能发现程序的语法错误并输出出错信息。
(Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type of intermediate results. Inspection requirements: a] start the process, the first output of the author' s name, class, study number [available in Chinese, English or Pinyin]. b] a request to enter the test program name, type the program name after the compiler automatically. c] output type between quaternion code [see sample output pattern 3 and 4]. d] the procedure can be found in a syntax error and output error message.)
- 2021-01-09 17:48:51下载
- 积分:1
-
rs274ngc
rs274ngc,G代码解析器(使用VC 2008编译环境)(parse G code)
- 2021-04-29 13:58:43下载
- 积分:1
-
Recursive-subroutine
该程序使用C++写的一个基于递归子程序算法的语法翻译器,是在vs2012环境下编写的,供大家参考和学习(The program uses C++ to write an algorithm based on recursive subroutine syntax interpreter is written in vs2012 environment, for your reference and learning)
- 2013-11-26 23:12:15下载
- 积分:1
-
DES_Test
DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全(including string and files by DES)
- 2013-10-28 19:46:24下载
- 积分:1
-
quantumkey
量子密钥仿真
量子信息,BB84协议
量子密钥分配,安全通信,量子密码学,进十年内可能取代传统方法(the model of quantum key )
- 2009-03-07 09:52:11下载
- 积分:1
-
xuliemime
线性反馈移位寄存器LFSR生成随机序列的原理,序列密码的加密过程(Linear feedback shift register LFSR to generate random sequence of the principle of the encryption cipher)
- 2009-06-23 11:48:20下载
- 积分:1
-
patch_for_VS_drag_collapse
解决VS2010拖动选择代码后编译器崩溃的补丁,直接双击安装,重启VS即可解决(To solve the patch compiler crashes VS2010 drag to select the code, directly double-click the installation, restart the VS can be solved)
- 2013-05-04 15:41:37下载
- 积分:1
-
cleanProjectCPlusPlus
2 尝试设计翻译方法。假定对程序片段已得到语法树,如
if (a > b) b = a
已得到语法树
编写程序,遍历语法树,执行代码,得到正确结果。
(2 try to design Translation. Has been assumed for the program fragment syntax tree, such as if (a> b) b = a syntax tree has been writing programs, traverses the syntax tree, code, to get the correct results.)
- 2015-11-14 08:57:16下载
- 积分:1