搜索资源列表
Metaparllel
- 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
由一个和值一个跨度生成3D单选号码
- 自己学习彩票概念,编程实现的例子代码,Windows控制台(字符窗口)编程,工具MSVC++6.0;具体内容是用一个和值和一个跨度生成3D单选号码.
pl0
- 安递归下降方式设计表达式编译程序,生成pl/0栈式指令代码,解释执行,表达式可为.txt格式,也可在控制台输入-pdf data-Microsoft.NET. framework of the program design- Chinese version of the revised edition of Jeffrey Richter
dianzhen
- 点阵字模生成代码,学习C语言,研究汉字显示非常有好处。-Dot matrix font generated code to learn C language, study Chinese character display is very good.
aodv1
- aodv的一种代码的脚本,在仿真aodv时若不会用系统自带的工具进行场景,数据流的生成,可以用这个现成的-the aodv a code scr ipt, simulation aodv not use the system comes with tools for scene data stream generated, you can use this ready-made
lex
- lex词法分析自动生成程序,给一个规则定义文件,即可生成.cpp代码-lex lexical analysis to automatically generate the program to a rule definition file to generate. cpp code
bianyishiyan
- 编译原理实验,包括词法分析,语法分析,语义分析及中间代码生成,还有实验报告。很完全-Compiler principle experiment, including lexical analysis, parsing, semantic analysis and intermediate code generation, as well as experimental report. It is completely
guid
- 生成GUID的代码,很清晰,可以说明GUID是怎么生成的。-Generate a GUID code ,and it is very clear!
lianbiao
- 链表的基本结构使用,在类中的实现,有关链表的生成,添加,删除,显示等基本功能代码,可加上类声明直接使用-The basic structure of the list used in the class to achieve, on the formation of the list, add, delete, display and other basic functions of code that can be used directly coupled class declaration
coutour
- 生成等值线的代码,通过给定的值和高程值确定最终的等值线。-The is coutour code
Main
- 对随机数生成器的研究代码。生成txt文件可用gnuplot作图-The random number generator into the code. Txt files can be generated gnuplot plot
Create-Picture
- 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
PolynomialCompiler
- 一个简单的算术表达式编译器。能够完成算术表达式的词法分析,语法分析,以及中间代码生成,和计算-A simple polynomial compiler that include lexer and parser.