CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - programming code

搜索资源列表

  1. solver

    0下载:
  2. 线形规划代码:包括单纯形法,对偶形法,-linear programming code include : simplex method, the dual method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.17mb
    • 提供者:baihuafei
  1. linear_programming

    0下载:
  2. 线性规划问题求解代码 可用于运筹学作业-problem solving linear programming code can be used for operational research operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51.3kb
    • 提供者:张钊宁
  1. yunchouxuexianxingguihuadaima

    0下载:
  2. 以下是本人的线性规划部分代码,呵呵,需要说明和更完整的用好的目标规划程序来换吧 -Following is part of the linear programming code Oh, need a more complete descr iption and the use of good planning process to target for it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:jx
  1. SIMPLEX

    0下载:
  2. 运筹学线性规划算法代码,只是用C语言求解而已。过程算法靠自己弄明白了,有高手最好。-Operations research linear programming algorithm code, but with C language to solve it. Algorithm to understand the process on their own, and have the best players.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.44kb
    • 提供者:Yuchen
  1. 5-C-code

    0下载:
  2. 病毒检测,黑白棋,扫雷,速算24,五子棋 中文注释-C Programming language source code Virus detection, Reversi, minesweeping, 24-speed calculation, backgammon
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:11.05kb
    • 提供者:mofafeng
  1. Complete_self-study_manual_FORTRAN(source_code).ra

    0下载:
  2. FORTRAN 完全自学手册源代码(编程红宝书)这本书首先从比较基础的地方讲起走,把握住了我们真正应该学的,应该用得着的东西。-Complete self-study manual FORTRAN source code (programming Little Red Book) This book begins with a place from a basis of comparison Let' s talk about walking, grasp of what we reall
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:243.17kb
    • 提供者:swreal
  1. CRC-verify-programming

    0下载:
  2. CRC校验算法详解(从校验码原理到源码的详细说明)。-CRC checksum algorithm Xiang Jie (from the principle of parity to the source code for details).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:24.08kb
    • 提供者:Higharea
  1. matrix

    0下载:
  2. Its programming code how to calculated matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:557byte
    • 提供者:mrohaizat
  1. shuxuejianmo

    0下载:
  2. matlab 数学建模常用的编程代码 数值计算 微分方程 随机数生成 函数计算-matlab programming code commonly used in mathematical modeling of differential equations numerical calculation of the random number generating function, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:254.74kb
    • 提供者:代代
  1. code

    0下载:
  2. 偏最小二乘法程序代码,使用MATLAB编程。-Partial least squares procedure code, the use of MATLAB programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6.82kb
    • 提供者:colin
  1. Programming-code

    1下载:
  2. 离散数学中命题公式是否合法的判断的编程代码-Programming code of the lawful judgment of propositional formulas in discrete mathematics
  3. 所属分类:Algorithm

    • 发布日期:2016-01-24
    • 文件大小:1kb
    • 提供者:魏小刚
  1. Programming-code

    0下载:
  2. 离散数学中的很重要的关系闭包的编程代码代码-Discrete Mathematics in the very important relationship between the closure of programming code code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:151.45kb
    • 提供者:魏小刚
  1. Dijkstra

    0下载:
  2. 离散数学中Dijkstra算法求赋权图中最短距离问题的编程代码-Dijkstra algorithm for the programming code of the weighted graph, the shortest distance in Discrete Mathematics
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:136.94kb
    • 提供者:魏小刚
  1. 10_23

    0下载:
  2. 乘幂法C语言编程实现代码乘幂法是计算按模最大的一个或几个特征值(成为优势特征值)和相应特征向量的方法-Multiply the power method C language programming code exponentiation method is calculated according to one or several of the largest eigenvalue (became the dominant eigenvalues) and the corresponding
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:157.97kb
    • 提供者:文昆
  1. code

    0下载:
  2. 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次至少选2 堆最多选k堆石子合并成新的一堆,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n堆石子合并成一堆的最大总费用和最小总费用。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最大总费用和最小总费用。 Input 测试数据的第1 行有2个正整数n和k,表示有n堆石子,每次至少选2堆最多选k堆石子合并。第2行有n个数,分别表示每堆石子的个数。 O
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:765byte
    • 提供者:ldy
  1. CG_DESCENT-C-2.0.tar

    0下载:
  2. 共轭梯度法求解凸二次规划,代码由C语言开发,老外编写的程序,很值得一读。-Conjugate gradient method for solving convex quadratic programming, code generated by C language development, foreigners prepared program, it is worth reading.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:18.84kb
    • 提供者:wang
  1. ldpcc_MaxLogSPA_dec_on_gfq

    0下载:
  2. LDPC编译码程序,用MAXLOG-SPA算法译码,值得学习参考-LDPC PROGRAMMING CODE by maxlog-spa algorithms and it is deserved for learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:170.59kb
    • 提供者:陈丹
  1. CUDA-code

    0下载:
  2. 本代码是CUDA C/C++编程入门者学习的,其中包括对GPU设备参数的获取代码,原子操作,流等代码。初学者掌握并行计算不错的入门程序-The code is CUDA C/C++ beginners to learn programming, including the GPU to get the code of the device parameters, atomic operation, flow, etc. code. Parallel Computing for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:453.26kb
    • 提供者:刘楠
  1. nonlinear-programming

    0下载:
  2. 各种非线性规划源代码,C++写的,可以供参考,非常有用!-All kinds of nonlinear programming source code, c++ written, can be for reference, very useful!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:5.89mb
    • 提供者:mifeng
  1. SUBROUTINE-RPIM_ShapeFunc_2D

    0下载:
  2. 《无网格法理论及程序设计》(G. R. Liu) 源代码 RPIM形函数 code 3.1SUBROUTINE RPIM_ShapeFunc_2D 手敲代码 已校订-An introduction to meshfree methods and their programming code 3.1SUBROUTINE RPIM_ShapeFunc_2D
  3. 所属分类:Algorithm

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:黄锡
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com