-
ctdo839
类似于资源管理器的程序,可以查看,系统的所有资源,不错(Similar to the resource manager application, you can view, all the resources in the system, good)
- 2017-04-23 06:05:29下载
- 积分:1
-
paihang
有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下:
A B B A . . A B A B
(2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
- 2013-02-25 18:43:03下载
- 积分:1
-
Parser
说明: 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。(Lexical Analysis
Parser)
- 2010-03-27 13:52:05下载
- 积分:1
-
snakemodel
蛇行机动目标运动模型!!!用于模拟目标的运动!(Maneuvering target motion model snake! ! ! Used to simulate the movement of the target!)
- 2021-01-11 14:18:49下载
- 积分:1
-
VIEWNC
这是用VB写的数控G代码读取,编译,并显示。给做数控系统的朋友做参考。(It is written in VB CNC G-code read, compile, and displayed. CNC system to make a friend for reference.)
- 2013-08-28 11:02:26下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1
-
076253
使用三态树实现多个注册表子键的选择,好案例(Three states was used to implement multiple registry key choice, a good case)
- 2017-06-10 17:22:45下载
- 积分:1
-
add1
编写一个完整的C++程序,分别用下面的三个函数,给在函数main中定义的变量count加上1,然后比较一下三种方法的优劣。三个函数是:(To write a complete C++ of procedures, with the following three functions, respectively, to the variable count defined in function main with a, then compare the pros and cons of the three methods. The three functions are:)
- 2012-08-07 11:42:54下载
- 积分:1
-
lmi
说明: 详细阐述了线性矩阵不等式的方法,并用一个实际例子,用matlab实现了,对初学者非常有用.(Described in detail the method of linear matrix inequalities, and a practical example, using matlab realized, very useful for beginners.)
- 2008-10-14 20:49:45下载
- 积分:1