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

搜索资源列表

  1. vc511678900355

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

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

    1下载:
  2. 二分法求方程的实根 很简单的一个程序 要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:慕幽香
  1. myBP_vise

    0下载:
  2. C版BP(逆向传播神经网络算法)的实现,感兴趣的可以看下!-C version BP (reverse propagation neural network algorithm) is the realization interested can see next!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.05kb
    • 提供者:chenlaijun
  1. fgfgfg

    0下载:
  2. 是非曲直中草药要不得中草药地区性下一步上下班-merits of herbal condemned herbal regional work on the next step
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:yangshaosong
  1. NextNewnext

    0下载:
  2. next new next 函数原代码程序,用于求next new next 函数next new next 函数原代码程序,用于求next new next 函数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.08kb
    • 提供者:wsad
  1. flash过河算法

    0下载:
  2. 警察小偷爸爸妈妈儿子女儿过河,这个游戏不用说的吧,应该很多人见过,一般是考察隔壁邻居家小朋友智商的,有人把他做成了FLASH游戏。规则如游戏图。详细请看文件中那个FLASH游戏-police thieves Mom and Dad son daughter to cross the river, the game goes without saying that it should be seen many people, the general is to investigate the ch
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:433.98kb
    • 提供者:代泽伟
  1. VC6动态链接库的编写和调用——四则表达式计算

    0下载:
  2. 先编写MFC DLL,打开VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里输入Calc =>Next => Finish. 好了,现在你打开Workspace的FileView就可以看到已经有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp这4个文件了.-first prepared MFC DLL, opening VC 6.0 = gt;
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:45.88kb
    • 提供者:东方旭
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. HanoiProblem

    0下载:
  2. 汉诺塔问题: 有ABC三根柱子,A柱上有n个大小不等的盘子,大盘在下,小盘在上。要求将所有的盘子从A柱搬到C柱上,每次只能搬动一个,搬动过程中可以借助另一个柱子,但是必须满足大盘在下,小盘在上。 -Tower of Hanoi problem: There are three pillars ABC, A column has n different sizes of plates, the broader market in the next, small cap on. Requir
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:153.13kb
    • 提供者:刘星
  1. AERODYN

    3下载:
  2. 这是采用Fortran语言编写的用于风力机性能预测的动量叶素理论的程序,大家可以一起研究下。-It is written using Fortran for performance prediction of wind turbine blade element momentum theory of the process, we can study together the next.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:545.31kb
    • 提供者:peter
  1. codes

    0下载:
  2. SPH作为下一代数值模拟的新方法,应该多多学习;-SPH as a new method for the numerical simulation of the next generation should be a lot to learn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:80.9kb
    • 提供者:李冰
  1. MaxHeap

    0下载:
  2. 利用最大排序法進行數字的排序,將一串數列依照大小進行排列! 每次比對下一個數字最大的放至前面 依序做回圈之後 就出現結果-Sequencing method using the maximum number of sort will be a string of numbers arranged in accordance with the size! Every time a figure than the next largest release to the front were doin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.86kb
    • 提供者:王小居
  1. router_calc

    0下载:
  2. 根据一个有权的无向图生成指定结点(路由器)的路由表设有结点N,N的路由表由若干个路由项组成,路由项是<目的结点,下一跳>的二元组,其中目的结点是以N结点为源结点,通过N结点可以直接到达(目的结点是N结点的邻居)或通过N结点的邻居可间接到达的结点,其中下一跳即N结点的某领居,通过该邻居可间接到达目的结点,且到达目的结点的路径为最小代价路径.-According to a right of the undirected graph to generate the specified no
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:luowen
  1. kalman

    0下载:
  2. kalman滤波,能够读取数据样本,并对下一数据进行滤波-kalman filtering, be able to read data samples, and the next data filtering
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:887.02kb
    • 提供者:zhou
  1. prime

    0下载:
  2. 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Centra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:54.02kb
    • 提供者:bingo
  1. fuliyebianhuan

    0下载:
  2. 256色图像的傅里叶变换的源代码,需要的就下吧,-256 color images of the Fourier transform of the source code, you need the next,! !
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:144.31kb
    • 提供者:
  1. 1

    0下载:
  2. 9层汉诺塔。有关汉诺塔的源代码。可以试下-9-storey Tower of Hanoi. Tower of Hanoi on the source code. Can try the next
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:陈庆
  1. Perm_char

    0下载:
  2. A C++ function which returns the next lexicographic permutation of characters in a string.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:piyu
  1. LSM

    0下载:
  2. 递推最小二乘法估计的实现方法,很简单,有需要的就下吧-Recursive least squares estimation method is very simple, there is a need for it on the next
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:259.76kb
    • 提供者:sada
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.59mb
    • 提供者:shz
« 12 3 4 »
搜珍网 www.dssz.com