CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - integer programming

搜索资源列表

  1. test6-2

    0下载:
  2. 描述 问题描述: 给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。 注意,字符串中的每个字符只能使用一次。 编程任务: 求由给定字符串构建的能够整除15的最大整数。-Descr iption of the problem descr iption: Given a contain only numbers [0 .. 9] of the string, seeking to use some of the charac
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:729306
    • 提供者:伍超洋
  1. 360compkill

    0下载:
  2. 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
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:3000663
    • 提供者:shuisheng
  1. project

    0下载:
  2. 已知资金总数为a(万元),工程数n,以及利润值g(i,j)(表示对工程i投资j万元所获得的利润,其中 ,且j只取整数),试用动态规划方法求出如何分配资金才能使获得的利润 最大(资金的分配以万元为单位)。 -The total number of funds are known to a (million), project the number of n, as well as the profits of the value of g (i, j) (expressed j milli
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:9743
    • 提供者:mr wu
  1. miracl

    0下载:
  2. miracl库,用于密码编程者使用,有大整数运算,AES,HASH,等-miracl library programming for the password to use, large integer arithmetic, AES, HASH, and so on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1716308
    • 提供者:小蜜蜂
  1. 2

    0下载:
  2. 请按以下要求编程实现: ① 从键盘输入两个升序排列的整数序列linka和linkb, 每个序列以输入0为结束标记。 ② 将链表linka和linkb归并为linkc,linkc仍然为升序排列。归并完成后,linka和linkb为空表。输出linkc。 ③ 对linkc进行处理,保持升序不变,删除其中重复的整数,对重复的整数只保留一个,输出删除重复整数后的链表。 -Please click the following requirements programming: ① asce
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1061
    • 提供者:lira
  1. huichanganpaiwenti

    0下载:
  2. 会场安排问题 Descr iption 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的 贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个 顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小 会场数。) 编程任务: 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。 Input 由文件input.txt给出输入数据。第一行有1 个正整数k,表示有k个
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1228
    • 提供者:ahangin
  1. test2

    0下载:
  2. 编写程序,通过设置showbase标志强制输出整型数值的基数,包括强制整型数按十进制、八进制和十六进制格式输出。 -Programming, by setting showbase flag integer values of the base force output, including the mandatory integer decimal, octal and hexadecimal output format.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1035178
    • 提供者:李攀
  1. hebing

    0下载:
  2. 石子合并问题 问题描述: 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。 数据输入: 第1 行是正整数n,1<=n<=100,表示有n堆石子。 第二行有n个数,分别表示每堆石子的个数。 结果输出:
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:729
    • 提供者:姚旭东
  1. iostream2

    0下载:
  2. 编写程序,通过设置showbase标志强制输出整型数值的基数,包括强制整型数按十进制、八进制和十六进制格式输出。-Programming, by setting showbase flag integer values of the base force output, including the mandatory integer decimal, octal and hexadecimal output format.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:666670
    • 提供者:傅扬
  1. exp6-4

    0下载:
  2. 4. 实现函数max(),来输出树中的最大值。 template <typename T> tnode<T> *max(tnode<T> *t) 请参考第三题中计算树的深度算法,编写程序,调用max()显示整数树中的最大值。-4. To achieve function max (), to maximum output in the tree. template <typename T> tnode <T>* Max (
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:662
    • 提供者:宝宝余
  1. CZS

    0下载:
  2. 数据结构的C语言编程——长整数四则运算的源程序代码-The C programming language data structure- a long integer arithmetic of the source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2029
    • 提供者:laoqiqi
  1. OtsekPlosk

    0下载:
  2. Gomory algorithm used to solve pure integer linear programming problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:18765
    • 提供者:Tanya
  1. bignumber

    0下载:
  2. Java中的简单浮点数类型float和double不能够进行精确的运算,只能用来做科学计算或者是工程计算。 不光是Java,在其它很多编程语言中也有这样的问题。在大多数情况下,计算的结果是准确的, 但是多试几次(可以做一个循环)就可以试出类似上面的错误。 这个问题相当严重,如果你有9.999999999999元,你的计算机是不会认为你可以购买10元的商品的。 为了解决Java基本数据类型在运算时会出现的溢出和计算不精确的问题。 Java 提供了两个类BigInteger和Bi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2158
    • 提供者:w_y_loong
  1. number1

    0下载:
  2. 设n是一个k(1≤k≤80)位的十进制正整数。 问题:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 -Set n is a k (1 ≤ k ≤ 80)-bit decimal integer. Question: For a given any integer n, programming to solve the meet p3+ p2+3 p ≤ n the p maximum.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:907
    • 提供者:春江花都
  1. VC_Programming_calculated_unsigned_integer_type_sa

    0下载:
  2. VC编程开发计算的无符号大整数类及范例代码VC Programming calculated unsigned integer type, and sample code for large-VC Programming calculated unsigned integer type, and sample code for large
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12056
    • 提供者:yi
  1. xu5

    0下载:
  2. 实验目的 掌握栈的特性,能利用栈的特性进行实际应用。 掌握“运算符优先法”,并能利用该算法对表达式求值。 实验要求 求一个表达式的值:输入一个包含“+”、“-”、“*”、“/”、正整数和圆括号的合法表达式,计算该表达方式的运算结果。 有能力的同学可以考虑操作数为多位浮点数的情况。 所写源代码编程风格良好,有详细注释。 程序运行界面良好。-Objective To know the characteristics of the stack test, can take
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:918
    • 提供者:王微
  1. Program

    0下载:
  2. 实验一: 输入一个高精度的正整数N,去掉其中任意S个数字后剩下的数字按原左右次序组成一个新的正整数。写算法对给定的N和S,寻找一种方案使得剩下的数字组成的新数最小。 实验二: 编程解决带限期的单机作业排序问题。-Test one: Enter a positive integer precision N, to remove any of them left after the S numbers about the number of the original order o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3639
    • 提供者:wzq
  1. work1

    0下载:
  2. 编写程序实现单链表,要提供插入,删除,排序,统计等功能,链表节点中的数据要求是整数。-Programming single-linked list, to provide insert, delete, sort, and statistics functions, data requirements list node is an integer.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:1295
    • 提供者:wind
  1. kartrider

    0下载:
  2. 跑跑卡丁车 ★实验任务 有 n 辆卡丁车车牌号分别为 1,2,…,n 在高速公路上竞速。Coffee 是位跑跑卡丁车爱 好者,她在比赛的过程中拍摄了两张照片,在照片上可以清晰的看到每辆车的的车牌号。 给出两张照片上从第一名到最后一名的车牌号,请你编程计算这两张照片的拍摄时间段内 至少发生了几次超车。 ★数据输入 输入第一行包括一个正整数 n(1<=n<=50000),表示卡丁车数量。接下来两行,每行 包括 n 个整数,表示照片上从第一名到最后一名的车牌
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:66350
    • 提供者:张泉
  1. Basic_C_Programing

    0下载:
  2. 这是在学完C语言程序设计,在没学数据结构的时候老师布置的几道题目,包括“简单的学生成绩管理软件”、“螺旋阵列”、“任意年份日历的打印”、“长整数运算”和“八皇后问题”,所有代码都是我自己实现的。-This is the completion of C programming language, in not studied the data structure when the teacher arranged a few, topics, including " simple stud
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1274230
    • 提供者:冯小康
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 22 23 »
搜珍网 www.dssz.com