搜索资源列表

  1. 数值vc

    0下载:
  2. 部分数值算法的c++实现,对于某些网友应该非常有用-part of the numerical algorithm c++, for some netizens should be very useful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:叶兴彬
  1. 数值分析课程设计

    0下载:
  2. 数值分析最常用的四十种算法,使用c++/matlab实现-numerical analysis of the 40 most commonly used algorithms, the use of c/Matlab achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:738304
    • 提供者:cwj
  1. 改进遗传算法-郭涛算法做最优化问题很管用

    0下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:龚文引
  1. 常用数值算法于程序C++常用算法2

    0下载:
  2. 包括了书中所有的C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过。盘中还包括由这些源程序在VC++6.0下生成的可执行文件(文件扩展名为.exe),以及由这些程序运行后产生的结果文件(文件扩展名为.dat)。另外,还包括若干类书中所介绍算法的头文件,由文件扩展名为.h和.inl所组成。 为了方便读者实际应用书中所介绍的算法
  3. 所属分类:菜单

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:李力
  1. 常用数值算法于程序C++常用算法4

    0下载:
  2. 包括了书中所有的C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过。盘中还包括由这些源程序在VC++6.0下生成的可执行文件(文件扩展名为.exe),以及由这些程序运行后产生的结果文件(文件扩展名为.dat)。另外,还包括若干类书中所介绍算法的头文件,由文件扩展名为.h和.inl所组成。 为了方便读者实际应用书中所介绍的算法
  3. 所属分类:菜单

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:李力
  1. csf

    0下载:
  2. c常用数值算法,主要包括矩阵特征值与特征向量的计算、数学变换与滤波等20多种算法的实现-c commonly used algorithm, including Matrix eigenvalues and eigenvectors of computing, mathematics and transform more than 20 filtering algorithm to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:282624
    • 提供者:李某
  1. c_CourseDesign_source

    0下载:
  2. C课程设计源代码。适合用来巩固、提高自己的C语言编程能力,内容包括小游戏、数值算法、管理系统、数据结构等。-C source code. Suited to consolidate and increase their ability to C language programming, including mini-games, numerical algorithm, management systems, data structu
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1423360
    • 提供者:皮皮狗
  1. numerial

    0下载:
  2. c语言数值算法,不是我本人设计。但确实很高效,编码习惯也很好-c language numerical algorithm is not my design. It is indeed very efficient, very good coding habits
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:文正
  1. C++Algorithm_datavalue

    0下载:
  2. C++通用算法之数值算法,其中包括元素求和,元素内积,序列相邻差算法-C Numerical Algorithms generic algorithms, which include elements of peace, elements within the plot, poor sequence adjacent algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:牛亚
  1. c++ty

    0下载:
  2. 一个非常经典的用C++写成的数值算法的源代码-a very classic use of the C++ algorithm written in the source code. .
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:329728
    • 提供者:王林
  1. sgayiyuanyouhua

    0下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm- Guo Tao algori
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. c-suanfa

    0下载:
  2. c语言数值计算算法,包括各种排序算法、差值、迭代等-c language numerical algorithms, including sorting algorithm, the margin, such as iterative
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:306176
    • 提供者:chenlm
  1. c

    0下载:
  2. C++经典数值算法源码, 包括线性代数方程组的求解,\数学变换与滤波等-C++ Classical numerical algorithm source code, including the linear algebra equations, mathematical transformation and filtering
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:207872
    • 提供者:jeadu
  1. Forward(c)

    0下载:
  2. 包含有波动方程正演的数值算法,可自由下载-Wave equation contains forward Numerical algorithms, are free to download
  3. 所属分类:其他行业

    • 发布日期:2024-05-19
    • 文件大小:227328
    • 提供者:杨祥森
  1. C

    0下载:
  2. c++数值算法集合,包含所有的c函数,徐士良版本-c numerical algorithm collection contains all of the c function,徐士良version
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:266240
    • 提供者:fff
  1. c-mathcode

    0下载:
  2. C语言数值算法,适合做科学计算和计算机视觉重建方面的开发-C language numerical algorithm, suitable for scientific computing and computer vision reconstruction development
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1009664
    • 提供者:王先生
  1. 2006817104421915

    0下载:
  2. 非线性方程组的解法,牛顿方法,参考数值算法集-Solution of nonlinear equations, Newton method, reference set numerical algorithm
  3. 所属分类:中间件编程

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:yyy
  1. Chap04

    0下载:
  2. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1041408
    • 提供者:
  1. C++shuzhisuanfa

    0下载:
  2. C++经典数值算法源码,包括了各个经典的算法源码.希望能给大家带来方便,好好利用.-C++ Classical numerical algorithm source code, including the various classic algorithm source code. Hope that I can bring convenience to everyone to take advantage of.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:316416
    • 提供者:rock
  1. jintuifa-C

    0下载:
  2. 讲述进退数值算法的c语言实现,在工程实际中有些许帮助-Numerical algorithm to advance and retreat on the c language, in the engineering practice a bit to help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:张繁
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org