-
simplex
说明: 一个C#开发的线性规划 单纯形算法,能够求解中小规模的线性规划问题,欢迎大家下载,自己写的哦!!(A C# development of linear programming simplex algorithm to solve the small and medium-scale linear programming problem, welcome to download their own writing Oh! !)
- 2021-03-29 10:39:11下载
- 积分:1
-
caibei
非常经典的C++程序,十分实用对于练习程序来说。(good programme)
- 2013-09-14 21:23:56下载
- 积分:1
-
minip
一个小ANTLR程序,实现了计算器实现的语法,是学习编译原理的很好的例子(A small ANTLR procedures, implementation of the implementation of the calculator grammar, studying compilers are good example of the principle of)
- 2009-02-24 16:20:19下载
- 积分:1
-
Lupin
面向对象程序设计(C++)简易计算器,实现最简单的计算(C++ calculator)
- 2013-04-21 20:13:57下载
- 积分:1
-
aToI
这是一个工程,包括了所有组成aToI 应用的文件。可以直接在编译器里运行。(This file contains a summary of what you will find in each of the files that
make up your aToI application.)
- 2011-05-20 08:06:56下载
- 积分:1
-
zhong-dian-hua-yuan-fa
用中点画圆法画椭圆。可以改变大小和位置。(Ellipse midpoint drawcircle.You can change the size and position.)
- 2012-03-23 16:53:18下载
- 积分:1
-
911516
- 2017-09-27 20:09:10下载
- 积分:1
-
check_counter
vc查看计数器值的程序源码,希望对大家有所帮助(vc view the source code program counter value, we hope to help)
- 2011-06-05 23:15:12下载
- 积分: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
-
bintohex
bin 格式转 hex 格式小程序,大家可以自己编译一下.(bin format to hex format applet, we can compile their own look.)
- 2009-06-12 14:11:59下载
- 积分:1