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

搜索资源列表

  1. RANDOMS

    0下载:
  2. 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.26kb
    • 提供者:张张
  1. 非线性方程组的迭代解法

    1下载:
  2. 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15.96kb
    • 提供者:周思良
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23.5kb
    • 提供者:周思良
  1. vc511678900355

    0下载:
  2. 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:梁小姐
  1. EncryptionPack

    0下载:
  2. 非常完整的加密算法实现,不过没有什么注释,看着有点累,开发工具为VC++! -very integrity of the encryption algorithm, but no notes, watching a little tired, development tools for VC!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:329.46kb
    • 提供者:wmx
  1. threeD_sourceE_NearToFar

    1下载:
  2. 使用Matlab编制的3D-FDTD程序,程序中使用拉夫等效原理进行时谐场外推.程序中给出了阵子天线的注释代码.-using Matlab based 3D-FDTD procedures, procedures for the use of Lyford equivalence principle for the time-harmonic extrapolations. Procedures given the stream of the Notes code antenna.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.98kb
    • 提供者:向阳
  1. CODEOFGA

    0下载:
  2. 本代码是用遗传算法求解一般问题的基本程序,注释清晰-the code is using genetic algorithms to solve the general problem of the basic procedures clear Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.97kb
    • 提供者:王文哲
  1. 8SPL1

    0下载:
  2. 第一种三次样条插值函数 SPL1为函数文件, SPL10为主文件。 相关参数说明见注释-first cubic spline interpolation function for function SPL1 documents, SPL10-based documents. Note See related parameters Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-15
    • 文件大小:1.35kb
    • 提供者:dxy
  1. 单纯形法11

    1下载:
  2. 适合解线性规划问题,配合VB的界面,非专业人士也可根据说明运用。-solutions for linear programming problem with VB interface, non-professionals can use, according to the notes.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.13kb
    • 提供者:董延军
  1. jameson.rar

    6下载:
  2. 基于jameson格式的欧拉方程求解程序,fortran语言的,网格文件是非结构网格,注释少了点,不过对学习cfd的朋友来说,看懂是没有问题的,Jameson format based on the Euler equation solver, fortran language, the non-grid grid paper, notes少了点, but a friend of the CFD study is to understand there is no problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-02-02
    • 文件大小:1.89mb
    • 提供者:袁振伟
  1. Newton-Raphson

    0下载:
  2. Newton-Raphsond 算法的源程序,对于要用牛顿法的来说很中重要的,程序注释很仔细,方便阅读-Newton-Raphsond algorithm source code, for use in Newton-Raphsons method is very important, the program notes very carefully, easy to read
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:83.05kb
    • 提供者:秦德成
  1. c_for_FEM_postpro

    1下载:
  2. 利用c++进行有限元分析的可视化实现 xyz.txt是ansys有限元分析后输出的所有节点坐标 danyuan.txt为有限元分析的所有单元包含的节点编号 jiedianjie.txt为有限元分析后,每个节点的应力值-a.dsp This file (the project file) contains information at the project level and is used to build a single project or subpr
  3. 所属分类:Algorithm

    • 发布日期:2016-09-23
    • 文件大小:3.06mb
    • 提供者:paradisedragon
  1. iccg

    0下载:
  2. 无法直接编译,见内容有注释,参考刘颖的论文和程序,自己加入了部分代码-Can not directly compile, see the Notes content
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.42kb
    • 提供者:lx
  1. LyapunovspectrumforLorenzattractor

    0下载:
  2. 附件中是我用Fortran写的lorenz混沌吸引子的lyapunov指数谱产生程序。包括三部分内容:如何产生lorenz吸引子,详细注释,如何计算lyapunov指数谱。 需要的话也可以单独提取子程序中的四阶龙格库塔算法。 希望有所用。-Annex is written in Fortran I used the Lorenz chaotic attractor of lyapunov index spectrum generation process. Includes three
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.64kb
    • 提供者:辛培明
  1. Split_radix

    1下载:
  2. FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:975byte
    • 提供者:尚龙
  1. Fortran90-Course-Notes

    0下载:
  2. 利物浦大学的Fortran 90课程笔记-Course notes for Fortran90 in University of Liverpool
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:820.98kb
    • 提供者:隋兴华
  1. CFD-notes

    2下载:
  2. 计算流体力学讲义(基础篇) 任玉新(清华大学工程力学系 流体力学研究所)-The computational fluid dynamics notes (foundation article)
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1.76mb
    • 提供者:ZhangYuan
  1. notes-of-Fortran95-progrma-degsining

    0下载:
  2. Fortran95程序设计【彭国伦】学习笔记-notes of Fortran95 progrma degsining(Peng Guolun)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:193.82kb
    • 提供者:godclever
  1. Bee-colony-algorithm-C-Notes

    0下载:
  2. 蜂群算法C语言程序,程序中有详细的注释,适合初学者-Bee colony algorithm C language program, the program has detailed notes for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.11kb
    • 提供者:fanzhe
  1. Duddeck Struct. Opt. Lecture Notes 01

    0下载:
  2. Lecture notes on Gradient-free optimization
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:1.08mb
    • 提供者:eeeerer
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com