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

搜索资源列表

  1. armshiyanbaogao

    0下载:
  2. ARM的多字节整数加减法 完成两个128位无符号整数加法程序。 完成两个128位无符号整数减法程序。  掌握ARM汇编语言程序设计和调试方法;  熟悉Embest IDE集成开发环境的操作方法。-ARM' s multi-byte integer addition and subtraction to complete two 128-bit unsigned integer addition procedure. The completio
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:34419
    • 提供者:meijiao
  1. MATLAB-Central-File-Exchange--YALMIP.ZIP

    0下载:
  2. 解决整数线性规划的yalmip工具箱,比较好用的-Solve the integer linear programming yalmip toolbox, more useful
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:774028
    • 提供者:xingwuzong
  1. lingo11

    0下载:
  2. lingo 11.0破解版安装包,其中那个补丁绝不是病毒。需要解症性规划的童鞋会发现这个软件的重要性-Lingo 11.0 which can solve Integer Linear Programming problems efficiently. Please note that the patch is not virus.
  3. 所属分类:matlab

    • 发布日期:2016-03-20
    • 文件大小:23395328
    • 提供者:frog
  1. IPF

    0下载:
  2. MATLAB整数线性规划程序,通过对约束条数的调整,用以求解各类线性规划问题-MATLAB integer linear programming procedures, the number of articles on the adjustment of binding to various types of linear programming problem solving
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:742
    • 提供者:dai
  1. RSA

    0下载:
  2. 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:44903
    • 提供者:semmir
  1. bulldozer

    0下载:
  2. 动态规划求解:第一行包含两个数R 和C ( 2 ≤ R,C ≤ 1500 )为矩形地块的长和宽。接下来有R 行,每行有C 个用空格隔开的字符串,字符串要么以A 开头(表示 苹果),要么以B 开头(表示香蕉),后面接一个不超过99 的整数,表示对应的树木的数量。-Dynamic Programming: The first line contains two numbers R and C (2 ≤ R, C ≤ 1500) for the rectangular block of lengt
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1714
    • 提供者:徐梁
  1. Demo

    0下载:
  2. 用netbeans写的swing程序,写了非递归求两整数最大公因子、分治法求大整数乘法、动态规划求最长公共子串,集合划分问题。 -Netbeans swing with written procedures, write a non recursive find the greatest common factor of two integers, divide and conquer seek large integer multiplication, dynamic programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:442476
    • 提供者:
  1. include1

    0下载:
  2. 有理数运算程序 设计内容:有理数是一个可以化为一个分数的数,例如2/3,533/920,-12/49都是有理数。在C++中,并没有预先定义有理数,该课程设计要求定义一个有理数类,将有理数的分子和分母分别存放在两个整型变量中,模拟进行针对有理数的各种操作。 -RATIONAL programming content: is a rational number can be reduced to a fraction of the number, say 2/3, 533/920,-12/4
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:4376
    • 提供者:张烨
  1. 2

    0下载:
  2. 输入一个整数,判别是偶数或是奇数,用C++编程。-Enter an integer is even or odd discriminant, using C++ programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:5941
    • 提供者:彭莉
  1. Cquestionpdf

    0下载:
  2. c语言名题精选百篇,作者花费一年时间搜集了各种常见C程序段的极具技巧性的编程法,其内容都是大有来头的,而且给出了详细的参考资料。如一个普通的Fibonacci数就给出了非递归解、快速算法、扩充算法等,步步深入,直至几无油水可榨。对于视速度如生命,连一个普通的浮点数转化为整数都另辟蹊径以减少CPU cycle的游戏程序员,怎可不看?-c language name selected one hundred questions, to spend a year of collecting a var
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26159628
    • 提供者:
  1. Java_3

    0下载:
  2. 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:4140
    • 提供者:小李
  1. Java_3

    1下载:
  2. 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:3553
    • 提供者:小李
  1. cPPpractice

    0下载:
  2. 第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。 可设
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1105
    • 提供者:zhj
  1. DIV16

    0下载:
  2. DIV在编程中又叫做整除,即只得商的整数。DIV16实现16位的整除,一般用在分频。-DIV in the programming, also known as divisible, that' s only an integer. DIV16 to achieve 16-bit divides, usually used in frequency.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:2841
    • 提供者:吴海勇
  1. python

    0下载:
  2. Number Detector:The purpose of this experiment is to improve your understanding of programming with Python on problem solving. In detail, you are to write a simple Python program that first asks for an integer input and then detect if it is a squ
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:626
    • 提供者:wang hu
  1. lp_solve_5.5.0.14_source

    0下载:
  2. 线性规划算法,用C语言开发,可以在多种不同的操作系统上编译运行-Mixed Integer Linear Programming (MILP) solver lp_solve solves pure linear, (mixed) integer/binary, semi-cont and special ordered sets (SOS) models.lp_solve is written in ANSI C and can be compiled on many different pl
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3604480
    • 提供者:bilin
  1. MaxSum-(2)

    0下载:
  2. 用动态规划算法实现最大m子段和问题,给定N个整数组成的序列,以及一个正整数m,要求确定序列的m个不相交子段,使这m个子段的总和达到最大-Dynamic programming algorithm with the maximum m sub-section and the problem, given a sequence of N integers, and a positive integer m, required to determine the sequence of m disjoi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:524
    • 提供者:奚雅诺
  1. 1

    0下载:
  2. 利用C语言,编写程序使字符123变成整型数据123-Using C language, programming to 123 characters into integer data 123
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:335411
    • 提供者:huanxin
  1. 10.19

    0下载:
  2. windows操作系统编程示例,主进程由命令行参数输入两个整数,主进程创建两个子进程,分别把两个整数传给两个子进程,子进程计算1+2+..+n一直加到整数的前N项和并输出。如果是输入的整数是负数,则退出进程。-windows operating system, programming examples, the main process parameters from the command line input two integers, the main process to create
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1194
    • 提供者:程少博
  1. Detection_C_integer_definitions

    0下载:
  2. 利用自动机编写程序,以实现检测C整形变量定义的程序。-The use of automated machine programming, in order to achieve detection of C integer variables defined procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:885
    • 提供者:王明
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 23 »
搜珍网 www.dssz.com