搜索资源列表
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
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...
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.
Long-integer
- 长整数运算(双向链表),实现长整数无限长加减法的运算-Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing
The-handling-of-large-integer-class
- 处理大的整数类,能够实现大的整数的加减操作-The handling of large integer class, it is possible to realize a large integer addition and subtraction operation
large-integer-calculator
- 可以在100位以内进行大整数的加减运算,支持负数运算。-100 within large integer addition and subtraction
long-integer
- 设计程序实现两个任意长整数的求和运算。利用双向循环链表实现长整数的存储, 每个结点含一个整型变量. 任何整型 变量的范围是 -(215-1)~(215-1)。输入和输出形式: 按中国对于长整数的表 示习惯, 每四位一组,组间用逗号隔开。 -Design process to achieve the summation of two arbitrarily long integers. Two-way circular linked list storage of long integ
Four-long-integer-operations
- .本演示程序中,利用双向循环链表实现长整数的存储,每个结点含一个整型变量任何整型变量的范围是-(215-1)—(215-1)。在每个结点中仅存十进制数的4位,即不超过9999的非负整数,整个链表表示为万进制数。输入和输出形式按中国对于长整数的习惯,每四位一组,组间用逗号隔开。-The demonstration program, the use of two-way circular linked list to achieve long integer storage, each node c
large-integer-multiplication
- 链表实现大整数乘法,其中以时间为种子随机产生1000位数,经过暂停继续产生第二个1000位数,使用回溯递归做乘法。-List realize large integer multiplication, in which time is 1000 bits randomly generated seed, after the suspension continue to generate a second 1000 digits, using recursive backtracking to d
long-integer-
- c++数据结构利用双循环链表实现长整数的加减乘-c++ using two circular linked list data structure to achieve long integer addition and subtraction
Integer-factor-decomposition
- 算法: 对于给定正整数n,计算n共有多少种不同的分解式。-Algorithm: For a given positive integer n, n calculate how many different factorization total.
large-integer
- introduction large integer in c++ using overloading operators
integer-linear-programming
- 最优化的里整数规划里0—1规划算法和分枝定界法,matlab编写,代码规范,方便初学者学习!-the program is with the binary integer linear programming and integer linear programming use branch and bound method!
integer-partitioning
- 整数划分问题 编程序求某一个正整数的所有划分数-Integer partition problem all programmed to seek a number of divisions a positive integer.
long-integer-addition-
- 用的code blocks编写,实现长整数相加-With code blocks prepared to achieve long integer addition
Sort-the-integer
- 整数的排序?对,就这么简单! 你的任务是对于给定的10个整数,按从小到大的顺序输出。 Input 第一行一个数N,表示下面有N组测试数据。 紧接着下面N行,每行10个整数,每个整数在[0,100]范围内。 Output 对于每组输入,按从小到大的顺序输出。 每两个数用空格分开,每个输出占一行。 -The sorting of integers? Yes, it s that simple! Your task is to output small t
Integer Programming Model for Sudoku
- An Integer Programming Model for the Sudoku Problem