-
一个windowmobile程序,给入门的兄弟们看看。
一个windowmobile程序,给入门的兄弟们看看。-1 windowmobile program, to look at the entry-brothers.
- 2022-11-03 21:25:03下载
- 积分:1
-
帕斯卡尔 · 迷你编译器 LEX 和 YACC
莱克斯-l Lexfile.l
yacc-Parser.y d
g + + lex.yy.c y.tab.c
./a.out < input.txt > output.txt
程序集编译:
nasm-f 小精灵 input.asm
ld-o 输出 input.o
./ 输出
- 2022-03-09 18:42:57下载
- 积分:1
-
have more than 10,000 items in a university students, the students of management...
在一个拥有上万个学生的大学里,对学生的管理成了一件比较棘手的事情(如果你采取人工的办法?!),好在现在有了电脑,有了各种各样的程序来帮你方便的完成这项工作;下面我要介绍的就是本人呕心沥血的拙作。-have more than 10,000 items in a university students, the students of management became a more difficult matter (if you take artificial means? !) , But fortunately now have computers with a wide range of procedures to help you facilitate the completion of this work; Now I would like to introduce is my vomit Lek heart blood apology.
- 2022-01-26 02:01:38下载
- 积分:1
-
单片机外围模数转换模块编程,正弦波输出,调试成功
单片机外围模数转换模块编程,正弦波输出,调试成功-Singlechip external analog-digital conversion module programming, sine wave output, debugging success
- 2022-07-23 19:48:54下载
- 积分:1
-
这是一个销售短信软件
thi s is a sales sms software program
- 2022-03-14 01:02:58下载
- 积分:1
-
可设置计算器的大小、色彩等,可进行简单的数学运算
可设置计算器的大小、色彩等,可进行简单的数学运算-Calculator can be set the size, color and so on, can be carried out simple mathematical calculations
- 2022-12-25 15:25:03下载
- 积分:1
-
日历任何一年
日历中,你可以使用鼠标,只需输入年份和月份你会C中的结果自己,一个非常简单的逻辑日历
- 2022-02-11 13:44:21下载
- 积分:1
-
This source code implements a simple development environment based on EVC' s...
本源码实现了一个基于EVC开发环境的简单的画图板-This source code implements a simple development environment based on EVC" s drawing board
- 2022-10-23 05:20:03下载
- 积分:1
-
期间用到数据,用到ImageIcon组件等,还有关闭提示功能.这记事本基本上可以实现了micro大部分功能...
期间用到数据,用到ImageIcon组件等,还有关闭提示功能.这记事本基本上可以实现了micro大部分功能 -used during data used ImageIcon components, also suggested closing function. This notebook can basically achieve the most functional micro
- 2022-06-19 02:36:46下载
- 积分:1
-
Compiler Principle small programs have a small problem source files as follows :...
编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Principle small programs have a small problem source files as follows : main () (int a, b a = b = a 10 20) output requirements are as follows : (2, "main") (5 ,"(") (5, " ) ") (5 ,"{"} (1," int ") (2," a ") (5 ,",") (2," b ") (5," ") (2," a " ) (4 ,"=") (3,10) (5, "") (2, "b") (4 ,"=") (2, "a") (4, "") (3,20 ) (5, "") (5 ,")")
- 2022-04-18 02:56:06下载
- 积分:1