搜索资源列表
-
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下载:
数模竞赛评审分析 优秀论文 非线形的整数规划模型-Analysis of digital-to-analog Contest outstanding papers integer non-linear programming model
-
-
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下载:
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下载:
一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,
每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数
字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,
2,…,9。
« 编程任务:
给定表示书的总页码的10 进制整数n (1≤n≤109) 。编程计算书的全部页码中分别用
到多少次数字0,1,2,…,9。
« 数据输入:
输入数据由文件名为inp
-
-
0下载:
编程任务:
对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优
先搜索序列
数据输入:
由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶
点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结
点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表
的顺序给出。-Programming tasks: For a given of t
-
-
0下载:
编写程序。从键盘输入一个整数x,如果x是偶数,输出“x是个偶数”的提示;否则,输出“x是个奇数”的提示信息。
-Programming. An integer from keyboard input x, if x is even, the output " x is an even number" prompt Otherwise, output " x is an odd number" message.
-
-
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下载:
整型栈是一种先进后出的存储结构,对其进行的操作通常包括判断栈是否为空、向栈顶添加一个整型元素、出栈等。整型栈类型及其操作函数采用非面向对象的纯C语言定义,请将完成上述操作的所有函数采用纯C语言编程, 然后写一个main函数对栈的所有操作函数进行测试。-Integer stack is advanced out after a storage structure, operating its typically include determining whether the stack is em
-
-
0下载:
这个任务的目的是更熟悉位级表示和操作。你会通过解决一系列的编程难题来解决这个问题。“很多这样的谜题都是人为的,但你会发现的。你自己想的更多的是通过你的方式通过他们,你将学到很多关于如何计算机表示整型数据。(The purpose of this assignment is to become more familiar with bit-level representations and manipulations. You'll do this by solving a series of p
-