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

搜索资源列表

  1. lpsolve

    0下载:
  2. 非常好,非常有名的求解线性规划和混合整型规划的源代码,用c语言编写,作者M. Berkelaar-very good, very well-known for linear programming and mixed-integer planning the source code, using the c language, the author M. Berkelaar
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:315022
    • 提供者:雷锋
  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:112255
    • 提供者:zhangyoufu
  1. emap3

    0下载:
  2. 计算电磁学的3维矢量有限元程序 EMAP-3 is a vector (edge element) code. Vector codes are generally not affected by spurious modes and have other inherent advantages. The code is written in the C programming language and can be compiled and run on PCs, workstat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12288
    • 提供者:danielwood
  1. count1

    0下载:
  2. C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9246
    • 提供者:夏辉达
  1. correl

    0下载:
  2. 相关运算和自相关运算的C语言实现代码,适合初学者对于这两种数学运算编程实现的理解。-Related operations and related operations C language code, suitable for beginners understanding of these two math programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:453750
    • 提供者:xiao2
  1. C_chang_yong_suan_fa

    0下载:
  2. 《C常用算法程序集 第三版》源代码,是进行C语言编程不可多得的资料- C assembly algorithm used the third edition of the source code, C language programming is invaluable information
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:178664
    • 提供者:Tony
  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
    • 文件大小:1473
    • 提供者: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
    • 文件大小:11320
    • 提供者:mofafeng
  1. diedai

    0下载:
  2. 该段代码主要用于实现用雅克比迭代法和赛德尔迭代法求解方程组,编程平台vs2008,使用语言c-When the code used to implement the main with Jacques iterative method and the than del iterative equations, a programming vs2008 platform, the use of language c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:776
    • 提供者:闫皓渊
  1. concorde.tar

    1下载:
  2. Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written in the ANSI C programming language and it is available for academic research use.-Concorde is a computer co
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:700853
    • 提供者:cellsplicer
  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
    • 文件大小:161757
    • 提供者:文昆
  1. dsjc

    0下载:
  2. 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:116420
    • 提供者:namejiang
  1. MELBP

    0下载:
  2. 求函数最优解经典方法的C语言源程序,对编程有很大帮助。-The classical method for function optimal solution C language source code, the programming is very helpful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:118220
    • 提供者:刘才
  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
    • 文件大小:19295
    • 提供者:wang
  1. gra

    0下载:
  2. This is a matlab corner detection programming language source code.
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:3050496
    • 提供者:Fawad
  1. geo

    0下载:
  2. This is a c programming corner detection programming language source code.
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:9216
    • 提供者:Fawad
  1. rrr

    0下载:
  2. This is a matlab corner detection programming language source code.
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:9216
    • 提供者:Fawad
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30720
    • 提供者:东篱
  1. 程序代码

    0下载:
  2. 用C语言编程实现神经网络的构建和训练的程序代码 以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1510400
    • 提供者:qingman
搜珍网 www.dssz.com