搜索资源列表
CHWF1
- 用C语言绘图显示实现数值分析中的Euler、 advanced Eular、punge_kutta、Lagrange、Newton插值算法以及二分法和弦切法-C language mapping realize numerical analysis of Euler, advanced eular, punge_kutta, Lagrange, Newton interpolation algorithm and dichotomy Polyphonic Cut
eluosi
- C语言写的俄罗斯方块程序 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数
scanner
- C sharp编写的词法分析器,编译原理作业,分析的语言为函数绘图语言。今下午刚验收通过,9.5分。-C sharp written lexical analyzer, compiler theory operation, analysis of the language as a function of drawing language.
Column
- 本程序将生成柱形图,可以通过按键更改柱形图的前景色,背景色,放大,缩小。 您可以通过该程序了解到如何利用C语言在DOS模式下进行绘图。 请使用Turbo 2.0调试该程序。-Draw Column by c with Turboc 2.0
PLC-Editor
- TC30环境下用C语言实现的PLC编辑器,其中用到了BGI绘图功能,对学习C语言和认识PLC有很好的帮助。-Under TC30 environment using C language implementation of PLC editor, which uses BGI graphics capabilities, to learn C language and understanding of PLC have good help.
draw1
- 用c++语言编写的绘图程序,包含一个时钟,一些基本的简单图形和复杂图形等。-With c++ language drawing program, including a clock, some basic simple graphics and complex graphics.
Interpreter
- 编译原理课程中函数绘图语言的解释器的C#实现(implementation of interpreter in C#)