-
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
-
vbcaculate
实现了计算器的界面和运算功能,并实现了自带语音功能,(Achieve a calculator interface and computing capabilities, and to achieve a built-in voice capabilities,)
- 2013-05-26 16:33:26下载
- 积分:1
-
solidification
fluent solidification
- 2011-05-01 17:23:44下载
- 积分:1
-
solidworks+VB
使用VB对SolidWorks进行的二次开发。主要是建立了一个螺纹标准件库以及螺纹计算方法。(use of SolidWorks in the secondary development. Is a standard part of a thread and the thread is calculated.)
- 2006-08-14 16:14:36下载
- 积分:1
-
MyMdi
1、建立第一个视图类的基类是CEditView。 10分。
2、在第二个文档中,实现动画画图,按下鼠标并拖动时画出一个图,自己设计
一个简单的图画,使用画笔和画刷。图形5分,动态画出图10分,画笔和画
刷10分,共25分。
3、在第三个文档中,单击菜单中的编辑可以打开对话框。对话框中实现计算
总成绩,平均成绩10分。
4、在第三个文档中,单击菜单中的编辑可以打开对话框。7种控件分别存放学
生的学号、姓名、年龄、班级、成绩、住址等信息,另外设置一个显示按钮,
按下显示按钮时,每种控件的信息读取后在文档中显示出来。每种控件的应
用5分。显示10分。共35分。
5、在第三个文档中实现串行化,可以输入、保存学生信息 10分。
6、实现图形多彩化,控件多样化,设置两个基本对话框录入学生信息。5分。(1, the establishment of the first view of the base class is CEditView. 10 points.
2, in the second document, the realization of animation drawing, press the mouse and drag to draw a map of their own design
A simple picture, use the brush and brush. Figure 5 points, the dynamic drawing of the figure 10 points, brush and painting
Brush 10 points, a total of 25 points.
3, in the third document, click the menu editor can open the dialog box. Dialog box to achieve the calculation
The total score, the average score of 10 points.
4, in the third document, click the menu editor can open the dialog box. 7 kinds of control storage
Student number, name, age, class, grade, address and other information, in addition to set up a display button,
When you press the display button, the information for each control is displayed in the document after reading. Each control should be
With 5 points. Show 10 points. A total of 35 points.
5, in the realization of the serialization of the third docum)
- 2017-04-17 21:18:56下载
- 积分:1
-
rainbowcrack-1.2-src
Rainbow加密算法的Crack程序,支持字典攻击。(Rainbow Crack Encryption Algorithm procedures, support dictionary attacks.)
- 2006-06-08 12:51:22下载
- 积分:1
-
xmz645
西门子公司的电表规约程序开发,已经通过测试希望能给大家带来帮助(Siemens meter the Statute program development, has been tested, I hope we can bring to help)
- 2012-04-10 09:29:34下载
- 积分:1
-
A11_碰撞检测老师
说明: opengl基于碰撞检测的简单第一人称射击游戏(Opengl Simple First Person Shooting Game Based on Collision Detection)
- 2020-06-25 20:20:02下载
- 积分:1
-
2
说明: 电子地图管理系统,实现文件的读取,检索,与排序(Electronic map management system, document read, search, and sort)
- 2013-07-07 15:52:11下载
- 积分:1
-
SharePoint-Creating-Content-Types-Programmaticall
Creating Content Types Programmatically for SharePoint 2010
- 2014-03-13 08:27:57下载
- 积分:1