CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - computation

搜索资源列表

  1. 一种使用小波分析的彩色图像压缩法

    0下载:
  2. 小波变换门限编码方法,计算简单,适用于硬件实现-A wavelet method based threshold code technique. Simply computation that can be easily implementation on hardware.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1034642
    • 提供者:付朝霞
  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:小城
  1. TWOAlgorithm

    0下载:
  2. 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4966
    • 提供者:陶丽丝
  1. kexuejisuanqi

    0下载:
  2. 科学计算器源程序用javascr ipt编写,可实现各种基本运算,供大家参考!-scientific calculator program with javascr ipt prepared to attain basic computation. for your reference!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2923
    • 提供者:光光
  1. jijiaqi

    0下载:
  2. 本设计基本实现了计算乘客打的费用、租车行驶里程和显示总金额、里程、单价、时间等基本功能,但还有不足之处,有待进一步改进,以使计价器的功能更完善,跟人性化。-the basic design of computation passengers to fight the charges, Car Rental mileage and shows the total amount of mileage, and the price the basic function of time, but the
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3621
    • 提供者:zhuguozheng
  1. pso_c+

    0下载:
  2. 这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。 优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an evolutionary algorithm. Advant
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12470
    • 提供者:张清
  1. RecursiveFibonacci

    0下载:
  2. 利用递归计算Fibonacci数列-recursive computation using Fibonacci Sequence
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:吕溪
  1. 1-5

    0下载:
  2. 电磁场计算过程和图2-electromagnetic computation and 2
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1812
    • 提供者:
  1. 1-7

    0下载:
  2. 电磁场计算过程和图3-electromagnetic computation and 3
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1811
    • 提供者:
  1. 1-9

    0下载:
  2. 电磁场计算过程和图4-electromagnetic computation and 4
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:
  1. 1-9a

    0下载:
  2. 电磁场计算过程和图5-electromagnetic computation and 5
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1800
    • 提供者:
  1. 45673234238996423

    0下载:
  2. JAVA用函数实现四则运算,加减乘除都有-JAVA use the function to achieve four computation, the arithmetic has
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:12089
    • 提供者:张锡良
  1. Calculator

    0下载:
  2. java计算器,能够实现简单运算,适合初学者-java calculator, to achieve a simple computation, suitable for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:16922
    • 提供者:博文
  1. Jama-1.0.2

    0下载:
  2. java 实现的matrix计算。能实现矩阵加减乘除-matrix computation, java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:32775
    • 提供者:成飞
  1. multiobjective_GA

    0下载:
  2. 多目标进化计算算法在JGAP包上的实现。程序演示了多目标进化中fitness function和search operator的实现。-Multi-objective evolutionary computation algorithm in the realization of JGAP package. Procedures to demonstrate the evolution of multi-objective fitness function and the realization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5213
    • 提供者:joe
  1. TSP_GA

    0下载:
  2. 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2464
    • 提供者:joe
  1. xishujuzhenyunsuanqi

    2下载:
  2. 用java编写的稀疏矩阵运算器,能实现简单的稀疏矩阵的运算,属于菜鸟的作品,呵呵,仅供参考哦~-Prepared using java sparse matrix operations, and to achieve a simple sparse matrix computation, which works rookie, huh, huh, oh, for reference purposes only ~
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-04-27
    • 文件大小:6617
    • 提供者:Orlando
  1. Springer.Data.Mining.with.Computational.Intelligen

    0下载:
  2. 本书详细讲解了各种计算智能方法并将之应用于数据挖掘,是一本很好的参考书。-this book combine the intelligence computation with the data mining, it is a good reference book for researchers.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:2014902
    • 提供者:chenhuiling
  1. 2

    0下载:
  2. 多项式之间的运算 以及 两个集合 之间的 交集-computation of polynomes using Linked List
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:15574
    • 提供者:赵飞
  1. calculator

    0下载:
  2. java课程设计 java编写 可以保存计算过程的计算器可进行简单计算-java program designed to prepare can save computation java calculator can be simple calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8549
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com