-
例题13.1 一元二次方程及出错信息
一元二次方程及出错信息,在程序中输入一元二次方程,获得解析解(A quadratic equation and error information. Enter a quadratic equation in the program, access to analytic solution)
- 2018-03-03 12:37:09下载
- 积分:1
-
myeyes
说明: 使用vc++6.0开发的一个小例子,保护视力程序,界面简单,主要是实现将应用放到系统托盘中。(Use vc++ 6.0 to develop a small example of procedures to protect their eyesight, the interface simple, the main factor will be applied to achieve on the system tray.)
- 2008-11-23 15:49:26下载
- 积分:1
-
CoolClockl
Cool Clock Control,You can enjoy it!
- 2010-02-17 01:15:30下载
- 积分:1
-
mpxviewer
A viewer for the games Metroid Prime 1-3
(A viewer for the games Metroid Prime 1-3
This was a research project I did to mainly help me understand how to do 3D programming, early in the beginning revel8n messaged and asked if I wanted to help, heck yes I did.)
- 2011-05-25 11:36:50下载
- 积分:1
-
Pham_Van_project_summary_report
项目工作总结报告范文,项目的前期市场调研总结等例子,对项目管理人员有帮助(Pham Van project summary report)
- 2010-09-03 14:20:50下载
- 积分:1
-
VB自动缩放窗体控件源码
可以自动伸缩窗体(Auto scale form can be retractable)
- 2018-01-05 15:54:05下载
- 积分:1
-
suiji
这是一个上课时老师随机抽奖的程序,在老师点名找同学回答问题的时候很有帮助(This is a school teacher random lottery program, the teachers named when looking for students to answer questions very helpful)
- 2016-01-22 18:38:51下载
- 积分:1
-
pqx
平曲线计算程序,是道路设计中计算曲线要素的程序(Flat curve calculation program, is calculated curve of road design elements of the procedure)
- 2021-04-11 13:08:58下载
- 积分:1
-
expat_only_with_header_and_lib
expat lib and include files(expat lib)
- 2012-05-06 19:27:17下载
- 积分: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