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

搜索资源列表

  1. ExpressCalculate

    0下载:
  2. 数值计算,表达式求值, 如计算3 + 2 * ( 3 + 2) / 5 + 8 + Sin( pi() / 180 * 30 ) + 1 + 2 ^ 10, 可自定义函数, 采用递归算法-numerical calculation, in the expression evaluates, as calculated 3 2 * (2) / 5 8 Sin (pi () / 180 * 30) 1 2 ^ 10, - defined functions using recursive algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57186
    • 提供者:凌有生
  1. 雅可比迭代计算方程组

    0下载:
  2. 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of -8
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20868
    • 提供者:
  1. 3D_Solid_src空间8节点等参元计算源程序

    0下载:
  2. FEM计算应用软件,提供3D Solid src 空间8结点等参单元计算-FEM calculation software application, to provide space for 3D Solid src eight node isoparametric element calculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:135096
    • 提供者:李风
  1. netsafe

    0下载:
  2. 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗?   1、在一条街上,有5座房子,喷了5种颜色。   2、每个房里住着不同国籍的人   3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物   问题是:谁养鱼?   提示:   1、英国人住红色房子  
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14306
    • 提供者:李东
  1. libsvm-2.8.4VC2005

    0下载:
  2. vc 2005下的libsvm2.8.4
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:393480
    • 提供者:liuyupeng
  1. puzzles.rar

    0下载:
  2. 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:64855
    • 提供者:PT
  1. 8Pointfft

    0下载:
  2. 8点FFT算法在DSP2407上的应用,对初学FFT的人可能有点启发-8 point FFT mathmetic,apply to TI DSP2407
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4447
    • 提供者:王佳
  1. puzzlesolver

    0下载:
  2. A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2464
    • 提供者:lih
  1. 8-queenProblem

    0下载:
  2. The famous 8-queen problem in java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3394
    • 提供者:gokc3n
  1. 8-Queen

    0下载:
  2. 8-Queen problem, that is one of the most famous algorithm problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:Gabriel
  1. crc

    0下载:
  2. 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:564
    • 提供者:夏治文
  1. 8-queen

    0下载:
  2. It is a graphical representation of the famous 8 queen problem . the program is in accordance to the algorithm described in Cormen.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:45950
    • 提供者:amannith
  1. 8-classical-algorithm-c-language

    0下载:
  2. 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:471407
    • 提供者:
  1. RF-8

    0下载:
  2. 有限元分析 清华大学 范子杰 有限元作业第8讲 薄板单元作业-Finite element analysis of finite element Tsinghua Fan Zijie job Lecture 8 sheet unit operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:647
    • 提供者:熊刚
  1. BPV3.8

    0下载:
  2. BP网络拓扑结构算法,软件3.8版本,有一些改动-BP network topology algorithms, software version 3.8, there are some changes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:57232
    • 提供者:邮编
  1. eigen3.2.8

    0下载:
  2. Eigen3.2.8为矩阵计算工具,需要编译后才能运行,在官网找了很久,发现没有这个版本了,然后上传一份,方便后面有需要的人使用,可以在openCV、PCL等库中应用-Eigen3.2.8 for the matrix calculation tool, you need to compile to run, in the official website to find a long time, found that there is no such version, and then upl
  3. 所属分类:Algorithm

    • 发布日期:2017-12-17
    • 文件大小:2276352
    • 提供者:wlliang
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2810880
    • 提供者:也都一样
  1. 8点和16点FFT

    0下载:
  2. 本程序可以计算8点和16点序列的快速傅里叶变换(This program can calculate fourier transform of time series wth 8 and 16 points)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:yanyanecho
  1. chp6-8

    1下载:
  2. 费康abaqus在岩土工程中的应用第6章到第8章代码(Application of Fei Kang ABAQUS in geotechnical engineering 6 chapters to 8 chapters)
  3. 所属分类:数学计算

    • 发布日期:2021-03-05
    • 文件大小:1245184
    • 提供者:弑神者
  1. 8

    1下载:
  2. Anderson计算流体力学第八章二维超声速流通例子源码(Anderson computational fluid dynamics Chapter 8 two dimensional supersonic flow example source code)
  3. 所属分类:数学计算

    • 发布日期:2020-10-20
    • 文件大小:369664
    • 提供者:bxgtn
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com