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

搜索资源列表

  1. DefaultTimer

    0下载:
  2. 与struts结合使用的计划任务调度程序,简易的方法解决启动加载的问题.-used in conjunction with the struts of task scheduling procedures, a simple solution to the problem boot loader.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:wtfeng
  1. mpcc

    1下载:
  2. MFCC,即倒谱系数,也是语音的一个特征之一,能够充分利用人耳的特性 % 具体的求法就是预处理,然后加窗,进行傅立叶变换,再求出功率普 % 然后得出其自然对数,最后进行dct变换 % 代码是用matlab写的,用到的一个语音工具箱,可以从网络上下载。-MFCC, that is, just a few pedigree, as well as a voice of one, to take full advantage of people's ears% of the spe
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1040
    • 提供者:杨海
  1. CodeGeneration

    0下载:
  2. 这是1个用C#写的代码生成器,可以根据用户选择的数据库,生成里面表的类代码,可以很方便的解决程序员关于Entity层的代码描写-This is a C# to write code generator, users can choose the database, Table generated inside the category code, it is convenient solution on the Entity level programmers code Descr iption
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:30724
    • 提供者:zhong
  1. ssudg.tar

    0下载:
  2. 数独游戏的自动解题程序,如果有不会解的数独题目可以找它来解决。-few games alone solving the automatic procedure, if no solution is the subject of several independence it can find a solution.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:297072
    • 提供者:赵博
  1. csdnalgorith

    0下载:
  2. 本材料积成了各种有关算法的问题讨论,包含了很多具体事例和问题的求解过程及说明,是学习算法不可或缺的资料-plot became the various algorithms to discuss the issue, contain many specific examples and problems in the solution process and explanations learning algorithm is essential for the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:392875
    • 提供者:hq
  1. hopfield_for_tsp

    0下载:
  2. Hopfield网络解决旅行商问题(TSP),迭代过程中采用保优方法,并计算最优解和次优解的个数。-Hopfield network Traveling Salesman Problem (TSP), iterative process used method for ensuring quality, and calculating the optimal solution and sub-optimal number of solutions.
  3. 所属分类:matlab例程

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

    0下载:
  2. 数字图像处理中,用热传导方程的解来做动态边界的matlab源代码-digital image processing, and use of heat conduction equation solution to the border to do dynamic source Matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:许微
  1. 13709828698

    0下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法,把系数阵A进行对角化,再从下层至上层逐一求解。有问题请联系13709828698,李。 -this program is the application of numerical analysis of multi-linear equations of a solution ... out PCA Gaussian Elimination Act, A coefficient matrix put right for k
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:40104
    • 提供者:李英楠
  1. liyingnan_3

    1下载:
  2. 解线性规划,等式约束和不等式约束均有,得到附和约束条件的一组最优解。-linear programming solution, equality and inequality constraints have been echoed by a restrictive conditions Optimal Solutions Group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46525
    • 提供者:李英楠
  1. tsplib

    0下载:
  2. matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,通过计算机仿真,得到结果与实际符合度较高-Matlab tsplib solution, the algorithm is simple and effective, tsplib can solve the common problems through computer simulation, and the actual outcome with a higher degree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18042
    • 提供者:吴伟锋
  1. flyMachine

    2下载:
  2. 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge - Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the sour
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17404
    • 提供者:wchen1983
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. Rectangle

    5下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中。-on rectangular pieces of arbitrary shape and pattern layout of genetic optimization algorithm. the remai
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:346646
    • 提供者:wayllen
  1. adms4

    0下载:
  2. 用Admas四阶预估-校正算法的PECE模式求下列初值问题的数值解,步长h=0.1。-with Adams estimated four bands - correction algorithm PECE following initial model for the numerical solution of the problem, Step-h = 0.1.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:yuyu
  1. rk

    0下载:
  2. 用四阶古典RK方法解初值问题: 取h=1/8。每隔8步打印出数值解与真解的值(u(t)=(t^2)/2-t),画出它们的大致图像,并对产生的结果做出解释。 -with four bands classical RK method for initial value problems : from h = 1 / 8. Every eight-step numerical solution print and in the true value (u (t) = (t ^ 2) /
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:yuyu
  1. cengcifenxi

    0下载:
  2. Matlab编程,关于层次分析发的求解过程和判优方法-Matlab programming, analysis of the level of the solution process and sentenced superior method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5345
    • 提供者:刘哥
  1. monkey_eat

    0下载:
  2. 一个小程序,算法也很简单,猴子吃桃子,大家看看有没有更好的解决办法-a small procedure, the algorithm is quite simple, and monkeys eat peaches, we see no better solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:huashen
  1. Mesdaghi - Pathing Tutorial

    0下载:
  2. PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanation and pseudo-codes. In order to get the most out of the tutorial, you should start with the \"PathPlannerApp.base\" and avoid looking through th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:496361
    • 提供者:毛毛
  1. MAOS_TSP_BIN

    0下载:
  2. 这个算法是解决tsp的,其中我也有不明白的地方,希望大家能改进他,谢谢了-tsp solution, which I did not understand in the hope we can improve him, to thank the
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:225896
    • 提供者:syx
  1. solution-for-maze

    0下载:
  2. 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,-a maze path for solving the source code, a note prepared by VC,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3170
    • 提供者:刘宇
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com