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

搜索资源列表

  1. Laplace

    0下载:
  2. Laplace算法实现,分解多个方程组,可以同时实现数值计算上的要求-Laplace algorithm, decomposition of multiple equations, can achieve the requirements on the numerical
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:5217
    • 提供者:ruyi
  1. LUPsolve.tar

    0下载:
  2. 这是我写的实现矩阵对LU分解的算法,可以用于线性方程组的求解。-This is what I wrote to achieve matrix LU decomposition algorithm can be used for solving linear equations.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3911
    • 提供者:胡海啸
  1. Large-prime

    0下载:
  2. 在密码学中,大素数分解是一个难题,同样大素数的生成在素性检测中也是一个难点,本文主要围绕这个中心点展开-In cryptography, a large prime number decomposition is a problem, as the generation of large prime numbers primality testing is also in a difficult, this paper started around this central point
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:3478
    • 提供者:拈龙刺穹
  1. Mnigupiao

    0下载:
  2. 模拟股票源代码 供大家分解 多给意见-Simulation of stock source code For the decomposition of give advice
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:720295
    • 提供者:丛渐辉
  1. rib.java

    0下载:
  2. 判别指数,使得输入一个数判别是否可以分解为质数,并输出-choosing to figure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:630
    • 提供者:Hao Zhang
  1. 4

    0下载:
  2. TestStudent.java 要求: 1、将一个类文件分解成两个类文件Student.java和TestStudent.java,其中:Student.java存放在cn\sotrain\model包下,TestStudent.java存放在cn\sotrain\test包下。 2、分别对两个类进行编译,编译好的字节码也必须拥有和源文件相同的包路径。-TestStudent.java Requirements: 1, a class file is broke
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9643
    • 提供者:杨斌
  1. Mechanic

    0下载:
  2. 采用Java语言开发的,基于序单开链理论的机构结构分解程序,可以将各种分解路线和生成的对应回路完整保存-The development of the Java language, the decomposition procedure based on the institutional structure of the sequence a single open-chain theory, the various decomposition route and generate the co
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:24079
    • 提供者:kimliu
  1. ImageDeal

    0下载:
  2. 读取图片,对像素点任意操作,生成图片.如对像素点进行ARGB的分解,或者将ARGB恢复成像素值,对每个像素点进行修改转换等等。-Read the image, any operation on the pixels to generate the picture. If the pixel of ARGB decomposition or ARGB back into pixel values, modify the conversion, and so each pixel.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3332
    • 提供者:吴玲祥
  1. ProjectForge-jsp

    0下载:
  2. ProjectForge是一个基于Web的项目管理解决方案包括:工时表(Timesheet)、费用管理、项目甘特图,控制和管理工程分解结构。集成JiRA做为问题管理系统。-ProjectForge is a Web-based project management solutions include: Timesheet (Timesheet), cost management, project Gantt chart, control and management of project bre
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-06
    • 文件大小:10720387
    • 提供者:蓝澄澈
  1. fiting

    0下载:
  2. 这是一个学习struts2的很好一个项目的源码,把内容去不分解成一个包!每个知识点都是一个包-struts2 learning
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-05
    • 文件大小:4224969
    • 提供者:赵志红
  1. Eigenvalue

    0下载:
  2. 本压缩文件包括:求矩阵特征根、求奇异值、QR分解矩阵转置-Seeking the root of the matrix eigenvalue problem
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9541
    • 提供者:彭成松
  1. Greedy

    0下载:
  2. 设n是一个正整数。现在要求将n分解为若干个互不相同的自然数的和,且使这些自然 数的乘积最大。 对于给定的正整数n,编程计算最优分解方案。-Let n be a positive integer. Now requires that the n-divided into a number of mutually different natural numbers, and that the product of the number of these natural maximum. For a
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:1400
    • 提供者:胡晓思
  1. Fenjie

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 -The prime factors of a positive integer factorization. For example: Enter 90 to print out 90 = 2* 3* 3* 5.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-27
    • 文件大小:636
    • 提供者:谢一春
  1. ScientificComputing

    0下载:
  2. 山东大学软件学院数值计算实验源代码LU分解、前代、回代函数、部分列主元求解线性方程组 用Cholesky分解求解线性方程组,分析残差与误差的关系 迭代法求解线性方程组 最小二乘法及病态性的分析 求非线性方程的根 多项式插值-science computing
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:39847
    • 提供者:王古月
  1. Jama-1.0.3

    0下载:
  2. JAVA 处理矩阵非常好的一个工具,不过就是SVD分解的时候只能按照他的要求来-JAVA processing matrix is ​ ​ a very good tool, but it is the SVD decomposition only in accordance with his request to
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:111167
    • 提供者:
  1. arithmetic

    0下载:
  2. Java常用算法20例 方法描述: 兔子生兔子问题 插入排序,快速排序 杨辉三角形 循环移动数组 4个计算题 2个排列 素数,水仙花数,回文数 因子,分解质因数,完数 最大公约数和最小公倍数 Date类计算 一个实际问题的对象化 -Java methods commonly used algorithm 20 cases Descr iption: Bunny Rabbit Health problems insertion sort, qui
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:18983
    • 提供者:席晓明
  1. pdftk-2.02-src

    1下载:
  2. 可执行的jar包,PDF分解 加水印 PDF转成JPG的批量处理-PDF add water mark an split pdf and pdt change to jpg
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-10
    • 文件大小:2239008
    • 提供者:jack2008
  1. mobilegamingPhysicsM

    0下载:
  2. 物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。- -Objects do parabolic movement is one of the basic sports physical model of the game! Can be easily simula
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:55333
    • 提供者:向宇
  1. communiate

    0下载:
  2. 班级通讯录管理系统,实现全面,功能分解详细,界面美观。-classroom communiate
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-26
    • 文件大小:72074
    • 提供者:冯丽丽
  1. GeneticAlgorithms

    0下载:
  2. 用Java实现的遗传算法代码,有很详细的代码的分解,可以参考一下-GeneticAlgorithms use java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6945
    • 提供者:chenhongyu
« 1 2 34 »
搜珍网 www.dssz.com