搜索资源列表
-
0下载:
所谓排序是指把一组杂乱无章的数按
照大小顺序排列。包括整数、实数、字符及字符串排序。C语言编程中排序的方法
很多,?这里归纳较常用的几种排序方法。它们同样适合于其他高级语言。
-Refers to the so-called sort of a chaotic number according to the size of order. Including integer, real, character and string sorting. Sort of C language
-
-
0下载:
编写程序。要求:程序运行初期,在窗体左边的列表框中生成10个由小到大排列的10到100之间的随机整数,相应的动态菜单如下图所示;如果选择“转移”菜单下面的“右移”命令,则左边列表框的10个数移动到右边的列表框中,并由大到小排列;再打开“转移”菜单,则只有“左移”命令可用。-Programming. Requirements: run early in the form on the left list box to generate 10 small to large between 10 an
-
-
0下载:
分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。
,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
-
-
0下载:
数模竞赛评审分析 优秀论文 非线形的整数规划模型-Analysis of digital-to-analog Contest outstanding papers integer non-linear programming model
-
-
0下载:
多约数问题
正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。
编程任务:对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。
Input
输入数据的第1 行有2 个正整数a和b。
Output -More than a few issues about some positive int
-
-
0下载:
最多约数问题
正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。
编程任务:对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。
Input
输入数据的第1 行有2 个正整数a和b。
Output -Up to a few issues about some positive intege
-
-
0下载:
The solution of the Chinese postman problem using matching theory is given. The convex
hull of integer solutions is described as a linear programming polyhedron. This polyhedron is
used to show that a good algorithm gives an optimum solution. The
-
-
0下载:
一种多阶段供应商选择的混合整数规划模型A multi-stage vendor selection mixed integer programming model-A multi-stage vendor selection mixed integer programming model
-
-
0下载:
运筹学软件,可算对偶,灵敏度分析,线性规划,整数规划等-Or Software, you can count on even and sensitivity analysis, linear programming, integer programming
-
-
0下载:
第6章(上)编程作业第1题题目:
1、输入一个正整数n,它代表一个人民币钱数(元数)。求取这样一个方案,使用最少张数的人民币纸币,凑成上述的钱数n。
注:共有七种元以上面值的人民币纸币,分别为:100,50,20,10,5,2,1。假设输入数据为196时,
则最少要用6张人民币纸币:196 = 1*100 + 1*50 2*20 + 1*5 + 1*1。当输入数据为908时,
则最少要用12张人民币纸币:908 = 9*100 + 1*5 + 1*2 + 1*1。
可设
-
-
0下载:
Inter-Cell Interference Coordination in OFDMA Networks based on integer programming
-
-
0下载:
LINDO and LINGO software
LINGO and LINDO are computer software packages developed by LINDO systems.
designed for formulating and solving a wide variety of optimization problems include :
Linear programming
Integer programming
Nonlinear p
-
-
0下载:
利用Java编程实现了将一个整数的分解,将一个正整数分解质因数。
-Java programming to achieve the prime factors of an integer decomposition, a positive integer factorization.
-
-
0下载:
一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,
每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数
字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,
2,…,9。
« 编程任务:
给定表示书的总页码的10 进制整数n (1≤n≤109) 。编程计算书的全部页码中分别用
到多少次数字0,1,2,…,9。
« 数据输入:
输入数据由文件名为inp
-
-
0下载:
遗传算法解非线性问题,0-1整数规划,附图表,实例-Genetic Algorithm for Nonlinear 0-1 integer programming problems, drawing tables, examples
-
-
0下载:
通过键盘输入一个高精度的正整数n(n的有效位数≤240),去掉其中任意s个数字后,剩下的数字按原左右次序将组成一个新的正整数。编程对给定的n 和s,寻找一种方案,使得剩下的数字组成的新数最小。 -Through the keypad to enter a high-precision integer n (n significant digits ≤240), remove any of s digits, the remaining figures about the original ord
-
-
0下载:
大学生数学建模整数规划,MATLAB学习资料,含例题讲解-Mathematical modeling of integer programming, MATLAB learning materials, including examples explain
-
-
0下载:
This paper presents an overview of our most recent results concerning the Particle
Swarm Optimization (PSO) method. Techniques for the alleviation of local minima, and for
detecting multiple minimizers are described. Moreover, results on the abil
-
-
0下载:
The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly modifies a population of individ
-
-
0下载:
一些题目的lingo解答,如目标运输,最小费用最大流,整数规划等(Lingo solutions for some topics, such as target transportation, minimum cost maximum flow, integer programming, etc.)
-