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

搜索资源列表

  1. gmsh-2.5.0-source

    2下载:
  2. 有限元前处理软件gmsh的源代码,用c语言编写,使用者可以修改-Finite element pre-processing software gmsh source code, using the c language, the user can modify the
  3. 所属分类:Algorithm

    • 发布日期:2015-12-01
    • 文件大小:4043776
    • 提供者:stupidboy
  1. GMP_src

    0下载:
  2. GMP大数运算C语言程序库源代码版本5.05-GMP of large numbers arithmetic library source code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1929806
    • 提供者:wangwang
  1. ISODATA(VC)PP

    1下载:
  2. ISODATA聚类的源代码 c语言实现 -ISODATA clustering source code c language
  3. 所属分类:Algorithm

    • 发布日期:2015-06-25
    • 文件大小:3072
    • 提供者:巩奕成
  1. Newton-Raphson-Algorithm

    0下载:
  2. 常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。-Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed descr iption and source code can be pasted di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:207015
    • 提供者:胡健
  1. ch02

    0下载:
  2. 复矩阵相乘4,C++源代码,速度快,效率高!- 翻译 英语 中文 德语 检测语言 中文(简体) 英语 日语 复矩阵相乘4,C++源代码,速度快,效率高!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:13515
    • 提供者:zwh
  1. ch03

    0下载:
  2. 一般实矩阵求逆8,C++源代码,速度快,效率高!-Complex matrix multiplication 4, C + + source code, high speed, high efficiency! 翻译 英语 中文 德语 检测语言 中文(简体) 英语 日语
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:26392
    • 提供者:zwh
  1. 51110ZA

    0下载:
  2. 在turboC上完成的猴子分桃问题,用C语言编程实现;便于学习理解以及交作业 另含求一元二次方程的根,筛选法求100以内素数的源代码-On completion of the monkeys of peach turboC problem, using C language programming easy to learn and understand the homework
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:913
    • 提供者:李天星
  1. mathmatical-calculation

    0下载:
  2. 所有数值计算的算法,源代码,C语言,可以用到各个地方-Resource code of mathmatical calcluation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2495243
    • 提供者:Li Kejiang
  1. Commonly-used-algorithm-code

    0下载:
  2. 常用算法程序集 源代码 用C语言编写 比较全面-Commonly used algorithm for assembly (C language) source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:199820
    • 提供者:Daisy
  1. Book-of-Algorithm-Code

    0下载:
  2. 常用算法程序集电子图书 基于C语言编写 同时有配套的源代码-Commonly used algorithm for assembly (C language)
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6351590
    • 提供者:Daisy
  1. yuandaima

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格-10 important algorithm C language implementation source code: Lagrangian, Newton interpolation, gaussian, dragon berg ~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7323
    • 提供者:赵龙
  1. Ant-Algorithm

    0下载:
  2. 蚁群算法的源代码,有MATLAB源程序和c语言的源代码。可以自己改进代码解决问题-Ant colony algorithm source code, with MATLAB source and c language source code. Can improve code to solve the problem by themselves
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:79275
    • 提供者:xi
  1. STACK-CALCULATOR

    0下载:
  2. 以c++为语言的基于栈的计算器源代码,支持括号优先级操作,而且可以对异常错误进行处理-c++ stack calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1944122
    • 提供者:shenyueling
  1. NanoSL

    2下载:
  2. 这是用四阶龙格库塔法计算半导体激光器速率方程的工程,源代码用C语言书写,开发平台为VC6.0。程序输出数据被写入文件SLdata.txt中,其中第一列为仿真时间,第二列为载流子浓度,第三列为光子密度。为了方便更多相关开发者调试,还提供了一个matlab源文件test.m。test.m用于将计算数据在matlab中用曲线显示。-This is project developed by Visual C++ 6.0 software platform, which uses the 4th orde
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1103424
    • 提供者:王刚
  1. ABC

    1下载:
  2. C++语言写的通用人工蜂群算法,里面有详细的注释。源代码中具有Main函数,里面写有测试代码,可直接运行看测试结果。-the artificial artificial bee colony algorithm of C++ language edition, which has a detailed note. Source code with Main function, which has written test code, can run directly to see the tes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2505
    • 提供者:Yang
  1. DFT

    0下载:
  2. DFT。使用c#语言,实际项目里的源代码,运算速度快,可实时分析计算。-DFT. Using c#,very fast
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:710
    • 提供者:lqw
  1. regexplib

    0下载:
  2. 正则表达式 C/C++ 语言库函数 源代码 -regular expression c language function library source code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-17
    • 文件大小:20480
    • 提供者:anonymouss
  1. simqwktion

    0下载:
  2. 用C语言编写的在Simulink环境下对3相交流逆变器进行数值仿真的S函数源代码-Written in C language in the Simulink environment numerical simulation of three phase ac inverter S function source code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:xajemine
  1. 高斯消去法

    0下载:
  2. 此文是 高斯消去法的c语言程序源代码,经调试可用
  3. 所属分类:数学计算/工程计算

« 1 2 3 4 5»
搜珍网 www.dssz.com