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

搜索资源列表

  1. Numerical_Recipes_source_code-cpp

    0下载:
  2. Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program's source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:404.35kb
    • 提供者:贺亮
  1. 公历(阳历)和农历(阴历)相互转换

    2下载:
  2. 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.31kb
    • 提供者:谢红伟
  1. GoldenSectionSearch

    0下载:
  2. 此代码为公司生产用的黄金搜索算法,极其珍贵。美国人写的。-this code for the company's production of gold search algorithm is extremely valuable. Americans writes.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:793byte
    • 提供者:张力
  1. chinapi_demo

    0下载:
  2. 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111.04kb
    • 提供者:侯欣杰
  1. ConvertNum

    0下载:
  2. 这个程序有别于已经做好exe文件的2-8-10-16进制转换程序而是可以被其他程序调用,或简单地用ctrl c,来复制其中一段至目标程序的源代码-have made exe files 2-8-10-16 base for the conversion process, but the other procedures can be called, or simply use the ctrl c, to replicate some of which target program's
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21.24kb
    • 提供者:罗宾
  1. Nqueenn的C++源码

    0下载:
  2. 采用c++编写,上机运行通过的N皇后实现代码,绝对可用-used to prepare, on the plane running through the realization of the code N Queen's absolutely available!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31.4kb
    • 提供者:zbing0203
  1. ScienceAndEngineeringNumericalAlgorithms

    1下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common reali
  3. 所属分类:Algorithm

    • 发布日期:2015-02-25
    • 文件大小:1.13mb
    • 提供者:王伟
  1. MathBoy

    0下载:
  2. 有交互界面的一款可以进行的符号函数运算,简单排序,简单矩阵加减乘运算,自编的软件的源代码-There are interactive interface can be a function of operator symbols, simple sorting, simple addition and subtraction matrix multiplication, written and directed the software' s source code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1005.67kb
    • 提供者:汪雨平
  1. 7

    0下载:
  2. 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是7段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成ASCII码中的竖线‘|’和下划线 ‘_’。你需要设计一个程序,从扫描转换的结果推测原始的账号,假定: (1)若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原 始的账号; (2)9位数中最多只有一位在扫描转换中失去正确的数字形式; (3)扫描转换不会引入额外的数位段。 -A bank wishin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.93kb
    • 提供者:hjx
  1. gedebahecaixiang

    0下载:
  2. 这段代码是算法设计和ACM程序设计里的一道哥德巴赫猜想的源代码。-This code is ACM algorithm design and program design inside the source code for a Goldbach' s conjecture.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:104.67kb
    • 提供者:天使
  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. differentialequations

    0下载:
  2. 本源码为原创代码。包含分别用改进欧拉方法、龙格-库塔法、阿当母斯法求解形如y =f(x,y)的常微分方程的源代码。希望对用到数值计算算法的起帮助作用。-The source for the original code. Included were the improved Euler method, Runge- Kutta method, Adam mother there method of the form y ' = f (x, y) of ordinary differentia
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:99.79kb
    • 提供者:风流云散
  1. shuzhi

    0下载:
  2. 数值计算方法中的数值积分和数值微分的应用的源代码,可以学习怎样积分和微分;-Numerical method of numerical integration and numerical differentiation of the application' s source code, you can learn how to integration and differentiation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:93.73kb
    • 提供者:李子
  1. horse

    0下载:
  2. 用JAVA写的一个比较好的骑士巡游问题的解决代码,时间复杂度极低-Written with JAVA A good knight' s tour solution to the problem code, the time complexity is very low
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:945byte
    • 提供者:cannon
  1. f_interp_first_version

    0下载:
  2. 此程序碼為隊三維之曲面進行有效切割,以提高精度-This procedure code for the team' s three-dimensional effective cutting surfaces to improve accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:519byte
    • 提供者:li
  1. calcutelate

    0下载:
  2. 演示计算某年某月某日是星期几的代码 主要是实现蔡勒公式-Demonstrate the calculation of a certain period of a day of the week' s code is to achieve Cai Le formula
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.28mb
    • 提供者:new
  1. half-space-Greens-function-code

    5下载:
  2. 理论地震学:半无限空间格林函数的数值模拟-Theoretical seismology: numerical simulation of a semi-infinite space Green' s function
  3. 所属分类:Algorithm

    • 发布日期:2016-04-08
    • 文件大小:17kb
    • 提供者:wuyu
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3.58kb
    • 提供者:陈亮
  1. VOF-model-CPP-code

    2下载:
  2. 水流界面追踪VOF模型的CPP源码,比较准确,用于界面变化分析-Water interface tracking the VOF model' s CPP source
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:2.92kb
    • 提供者:王龙
  1. BWT-14-05-24(12-37-39)

    0下载:
  2. The source code for BWT search & compress algorithm Good code quality.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:329.49kb
    • 提供者:Bear
« 12 »
搜珍网 www.dssz.com