搜索资源列表
yunchouxue.rar
- 运筹学ppt考试复习专用 第一章 线性规划与单纯形法 第二章 线性规划的对偶理论 第三章 整数规划 第四章 目标规划 第五章 运输与指派问题 第六章 网络模型,Operational research ppt exam review chapter dedicated linear programming and simplex method chapter on linear programming duality theory of integer programmi
C-integer-linear-sequence
- 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作(C++)。-C integer linear sequence of stored data table insert, delete and search operations
integerambiguityresolutioalgorithmfd
- An integer ambiguity resolution algorithm for real-time GPS attitude determination
1
- 实验1 线性表(1) 输入若干正整数,建立一个顺序表,并在顺序表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。 实验2 线性表(2) 输入若干正整数,建立一个带头结点的单链表,并在单链表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。(4)查找第3个元素,若存在则输出,否则打印没有该元素。 实验6
fraction
- 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的通分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.改造上述分数类,将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.从分数类派生出一个用来描述整型的Integer类,完善整型类Integer,使其
e3_4
- 考虑整数线性规划问题max(ci*xi)试设计一个解此问题的动态规划算法,并分析算法的计算复杂性-Consider the integer linear programming problem max (ci* xi) try to design a solution of this problem, dynamic programming algorithm, and analysis of algorithms computational complexity
Int2Float
- ieee754... integer to float-ieee754... integer to float...
MILP
- Mixed integer linear programming source code
minto
- 用带线性松驰的分支定界算法求解混合整数线性规划问题的软件系统源代码-MINTO is a software system that solves mixed-integer linear programs by a branch-and-bound algorithm with linear programming relaxations.
Big-integer--multiplies
- 用C语言解决了大数相乘的问题,CPU时间为16ms,内存战用420kb-Calculate A × B But A and B may be big integer. The biggest integer is less than 10^500.
integer-stream-files
- 以整数方式读写流文件,需要以整数方式读写流文件的读者可以作为参考。-Way of reading and writing stream files as an integer, you need to read and write integer flow file reader means can be used as reference.
Large-integer-large-integer
- 大整数加法器能够很方便地实现对大整数加法的快速运算-Large integer adder can easily achieve the rapid addition of large integer operations
Long-integer
- 长整数运算(双向链表),实现长整数无限长加减法的运算-Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing
long-integer-addition-
- 实现任意长整数的加法操作,输入为含有逗号的整数形式-To achieve any long-integer addition operation, the input is an integer that contains the form of a comma
Positive-integer-decomposition-
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer decomposition of the quality factor. For example: Type 90, print 90 = 2* 3* 3* 5.
adding-two-integer
- program for adding two integer number
Long-integer-arithmetic
- 一个实现任意长的整数进行四则运算的演示程序,在这里长整数没有范围限制,可任意长。可实现动态的输入,实时的输出。-A demonstration program carried out four operations to achieve any long integer, there is no range limit can be arbitrarily long in here a long integer. Can achieve the dynamic input, real-time
Integer.arithmetic.calculation.VC
- 整数运算VC计算软件代码Integer arithmetic calculation software code VC -Integer arithmetic calculation software code VC
The-handling-of-large-integer-class
- 处理大的整数类,能够实现大的整数的加减操作-The handling of large integer class, it is possible to realize a large integer addition and subtraction operation
Integer Programming Model for Sudoku
- An Integer Programming Model for the Sudoku Problem