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

搜索资源列表

  1. TP2-3_Ex4.py

    0下载:
  2. Basic programming in Python: Display the sum of the digits of any given integer number.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1206
    • 提供者:xandromeda10
  1. yinshifenjie

    0下载:
  2. 对于给定的正整数n,C语言编程计算n共有多少种不同的分解式-For a given positive integer n, C language programming to calculate how many different n-type total decomposition.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:9887
    • 提供者:胡快快
  1. 4

    0下载:
  2. 初始化栈、判栈为空、出栈、入栈、求栈顶元素等运算,自己填写主函数。 利用顺序栈的基本操作,实现将任意一个十进制整数转化为R进制整数 3、用顺序存储来定义循环队列结构。编程实现, 初始化队列、判队列为空、出队列、入队列、求队列头部元素等运算。 只有尾指针的单循环链表表示的队列的入队和出队程序.-Initialize the stack, the stack is empty sentence, stack, stack, seeking the top element and ot
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:110852
    • 提供者:露露
  1. calculator-uint-

    0下载:
  2. 是一个正整数的计算器,实现加减乘除等运算,含有源码,以及已经编译生成的exe文件,可以直接使用,编程语言为C#,工具为VS2012.-It is a positive integer calculator, implement operations such as arithmetic operations, contains the source code, and have to compile the Generated exe file can be directly used, for
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:126761
    • 提供者:KaiKu
  1. Compiler

    0下载:
  2. PL/0语言是一种类PASCAL语言,是教学用程序设计语言,它比PASCAL语言简单,作了一些限制。PL/0的程序结构比较完全,赋值语句作为基本结构,构造概念有  顺序执行、条件执行和重复执行,分别由begin/end,if then else和while do语句表示。  PL0还具有子程序概念,包括过程说明和过程调用语句。  在数据类型方面,PL0只包含唯一的整型,可以说明这种类型的常量和变量。  运算符有+,-
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:25085
    • 提供者:时永祥
  1. sa

    0下载:
  2. This paper considers the problem of hybrid flow shops with sublots and sequence dependent setup times to minimize the total tardiness. A mixed integer linear programming model is presented for the problem. The paper also proposes an imperialist compe
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:48561
    • 提供者:payam/baban
  1. huiwen1111

    0下载:
  2. 回文是指正向读和反向读都一样的一段数字或者文字,如321123或“able was I ere I saw elba”。编写程序,输入一个9位整数,并判断它是否是回文-Palindrome is a correction to the reading and reverse reading of the same period the number or text, such as 321,123, or able was I ere I saw elba . Programming, ent
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:shang40699
  1. tongji

    0下载:
  2. 编程实现从键盘任意输入20个整数,统计非负数个数,并计算非负数之和。-Programming any input the keyboard 20 integer, non-negative number of statistics and calculate the sum of non-negative.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2370
    • 提供者:chengwangxin
  1. shujujiegoukeshe

    0下载:
  2. 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。-An arithmetic expression is
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2897554
    • 提供者:刘燕青
  1. WinTcpS7_1K

    4下载:
  2. PC高级语言VB、C#等与西门子S7-1200可编程控制器直接通讯,采用S7协议,无须PLC内编程配合,通过普通网口直接读取S7-1200的数据,包括I、Q、M、DB,数据类型包括浮点、双整型等。-PC high-level language VB, C# and other Siemens S7-1200 programmable controller direct communication, using S7 protocol, without PLC programming with,
  3. 所属分类:Driver Develop

    • 发布日期:2016-11-10
    • 文件大小:982016
    • 提供者:effect
  1. A.2

    0下载:
  2. C#程序设计及应用教程(第三版)上机练习的源代码,包含密码输入和显示练习,简单计算器设计练习,字符提取和整数整除练习,Visual Studio 2015编写。学生作业,有缺陷的话请谅解-C# Programming and Application Tutorial (third edition) on the machine exercises the source code, including the password input and display exercises, simple
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:140728
    • 提供者:王润泽
  1. Convert-infix

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:王乐
  1. BendersDecomposition

    3下载:
  2. BENDERS分解算法,用来求解MIPS,即混合整数线性规划问题。我已经做了注释。-Benders decomposition of solving MIPS problem, which is mixed integer linear programming, I have done Notes
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:林哲
  1. VB-CS-S7-1200-S7TCP

    2下载:
  2. VB2010,C#2010与西门子S7-1200/S7-1500的PLC进行以太网通讯的工程代码,支持浮点、双整型数据等类型,无须在PLC内编程配合,直接通过网络接口访问PLC的数据区域,包括DI,DQ,M,DB;-VB2010, C# 2010 and Siemens S7-1200/S7-1500 PLC for Ethernet communication engineering code to support floating-point, double integer data typ
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:981861
    • 提供者:effect
  1. S7-200Smart-TCP-VB-CSharp-CODE

    7下载:
  2. VB2010,C#2010与西门子S7-200SMART的PLC进行以太网通讯的工程代码,支持浮点、双整型数据等类型,无须在PLC内编程配合,直接通过网络接口访问PLC的数据区域,包括DI,DQ,M,V;-VB2010, C# 2010 and Siemens S7-200SMART PLC for Ethernet communication engineering code to support floating-point, double integer data types, witho
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:978492
    • 提供者:effect
  1. VB-CSharp-S7-300-S7TCP-CODE

    1下载:
  2. VB2010,C#2010与西门子S7-300/400的PLC进行以太网通讯的工程代码,支持浮点、双整型数据等类型,无须在PLC内编程配合,直接通过网络接口访问PLC的数据区域,包括DI,DQ,M,DB;-VB2010, C# 2010 and Siemens S7-300/400 PLC for Ethernet communications engineering code to support floating-point, double integer data types, witho
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:599386
    • 提供者:effect
  1. big_jiecheng

    0下载:
  2. java编程,解决大数据的阶乘运算,一般程序只能承载100以内的阶乘运算,超出则运算错误,该程序不限,只要在整数内都可以运算-Java programming to solve the large data factorial operation, the general procedure can only carry less than 100 factorial operation, beyond the operation error, the program is not limite
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:4012
    • 提供者:樱桃
  1. WinTcpS7_1k

    0下载:
  2. PC高级语言VB、C#等与西门子S7-1200可编程控制器直接通讯,采用S7协议,无须PLC内编程配合,通过普通网口直接读取S7-1200的数据,包括I、Q、M、DB,数据类型包括浮点、双整型等。--PC high-level language VB, C# and other Siemens S7-1200 programmable controller direct communication, using S7 protocol, without PLC programming with,
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-16
    • 文件大小:3603328
    • 提供者:effect
  1. Hermes

    1下载:
  2. Hermes算法 随着越来越多可连接的嵌入式设备,大量在网络上的资源,以云计算的形式,变得更容易获得。这些设备要么遭受严格电池使用限制,或有限的处理能力,像传感器,不能够本地运行计算复杂型任务。利用远程资源,更高效的应用程序,需要大量的数据处理和计算才可以及时实现可接受的性能。因此计算卸载 -将发送计算密集型任务给资源更丰富的服务设备。是一种潜在的处理本地资源,和缩短处理时间的方式。-With mobile devices increasingly able to connect to
  3. 所属分类:Linux Network

    • 发布日期:2017-12-16
    • 文件大小:537600
    • 提供者:安云初
  1. pl0

    0下载:
  2. PL/0程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0中唯一的数据类型是整型,可以用来说明该类型的常量和变量。当然PL/0也具有通常的算术运算和关系运算。-PL/0 programming language is a relatively simple language, it is based on the assignment statement, a sequence
  3. 所属分类:Other systems

    • 发布日期:2017-12-12
    • 文件大小:233304
    • 提供者:倩倩
« 1 2 ... 17 18 19 20 21 2223 »
搜珍网 www.dssz.com