-
computer_design
该程序能够实现计算器程序设计,采用C++编程,来自C++程序设计原理与实践。(The program can achieve calculator program design, using C++ programming, program design from C++ Principles and Practice)
- 2014-02-19 14:34:59下载
- 积分:1
-
XLCNC
VB读取dxf文件并转换为单片机能识别的圆心坐标数据。
- 2010-03-02 16:08:33下载
- 积分: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
-
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
-
myTask0
有的科技图书会附有索引,其中列出书中重要术语出现的页码,便于读者查看。试设计一个类似的程序。输入是一个英文文本文件,输出是文件中关键字及其出现的行号的列表并按照关键字有序排列。程序运行方式:>index inputfile keys outputflie
(Some books will be accompanied by technology index, which lists important terms appear in the book pages, easy to readers to view. Try to design a similar procedure. English text input is a file, the output is a file that appears in the keywords and their line numbers list and ordered according to keywords. Program run mode:> index inputfile keys outputflie)
- 2013-10-28 21:15:13下载
- 积分:1
-
stdTemplate
一个学习标准模版的好例子!大学时候老师给的!供大家参考!(a study standard template good example! University teachers to time! For your reference!)
- 2006-11-13 15:19:06下载
- 积分: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
-
LotterySelection
MFC实现一个好玩的 号码快速变化 再停止的抽奖程序(MFC implements a fun number to stop the fast-changing lottery process again)
- 2011-11-29 12:39:59下载
- 积分:1
-
16jinzhizhuanhuan
16进制如何转化为10进制的,进制转换是需要注意什么,怎么样会更简单(0x d)
- 2015-01-30 14:31:15下载
- 积分:1
-
fushu
复数类的运用输入、输出、加、减、乘、除、模长、幅角、共轭、关系(The use of complex type input, output, add, subtract, multiply, divide, die a long, pieces of angle, conjugate, relationship)
- 2010-07-08 09:16:40下载
- 积分:1