-
vc编写的游戏俄罗斯方块,功能齐全,很适合大家研究学习vc。...
vc编写的游戏俄罗斯方块,功能齐全,很适合大家研究学习vc。-vc Tetris game written in complete functions, it is suitable for everyone to consider learning vc.
- 2022-03-06 17:00:44下载
- 积分:1
-
正中切法,RGB图像,算法,量化,颜色,红色,蓝色,绿色,多…
Median Cut Algorithm,RGB,image,algorithm,quantization,color,red,blue,green,multimedia processing,
- 2022-02-01 19:29:02下载
- 积分:1
-
k阶斐波那契序列
k阶斐波那契序列-Fibonacci Sequence
- 2022-04-09 04:14:33下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
MIDP the classic pieces of the jigsaw is actually fight alphabet game
MIDP的拼图游戏很经典,实际上是拼字母游戏-MIDP the classic pieces of the jigsaw is actually fight alphabet game
- 2022-01-26 05:16:21下载
- 积分:1
-
shift computing with the experimental model aircraft design report! !
具有移位运算功能的模型机设计实验报告-shift computing with the experimental model aircraft design report! !
- 2022-02-05 11:12:46下载
- 积分:1
-
老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口...
老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口-rats Maze procedure using vc preparation, you could calculate the shortest path, users set up their own import export a wall
- 2022-05-18 12:27:40下载
- 积分:1
-
dos source
dos source
- 2022-01-24 15:35:54下载
- 积分:1
-
CORBA企业解决方案
CORBA企业解决方案-the enterprise solutions of CORBA
- 2022-02-04 02:05:10下载
- 积分:1
-
For any software that handles client requests, at some point, there must be a pe...
For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
- 2022-03-20 11:42:04下载
- 积分:1