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

搜索资源列表

  1. newboxman

    0下载:
  2. 完整的的推箱子游戏,另外加入了搜索算法,能自动演示解法-Tuixiangzi integrity of the game, adding a search algorithm to automatically display Solution
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:175847
    • 提供者:潘晓钟
  1. OporatingSYStem

    0下载:
  2. 本书揭示了Windows 2000注册表的强大功能。它提供了450余个问题的解决方案,涉及系统管理、硬件系统、网络协议、打印管理、远程访问、系统安全、IIS、COM+、SQL Server、多媒体、MTS和Internet Explorer等众多方面。本书是Windows 2000系统管理员必备的参考书。它是系统管理员用来直接解决最困难、最复杂问题的最新参考资料-book reveals the Windows 2000 registry of powerful functions. It pr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22081631
    • 提供者:hhuhuuuh
  1. AssemblylineScheduling

    0下载:
  2. 使用动态规划方法解决多个生产线上的调度问题,进而解决生产线调度的最小时间问题-use dynamic programming solution to a number of production line scheduling problem, thereby solving production line scheduling the minimum time
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38497
    • 提供者:fasfas
  1. tsp_classic

    0下载:
  2. TSP 问题, 用hopfeild 神经网络求解,-TSP questions, hopfeild neural network solution
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:7060
    • 提供者:lily
  1. math-MELBP

    0下载:
  2. 求函数最优解经典方法的C语言源程序,对编程有很大帮助-optimal solution for the classical function of the C language source of programming will be of great help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:124019
    • 提供者:赵建
  1. danchunxingyouhua

    0下载:
  2. 单纯形求解函数最优解小程序,可以运行,出来乍到,请多关照。-simplex function optimal solution for small procedures that will run out at that news conference for.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2125
    • 提供者:water
  1. c++_opengl_selection

    0下载:
  2. 本文提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。-this paper, and for the realization of a three-dimensional coordinates of the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40862
    • 提供者:wanhy
  1. LinearProgram

    0下载:
  2. 本代码用单纯形法有效的解决运筹学中LP线性规划问题-code with the simplex method effective solution tacticians were LP Linear Programming
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2748
    • 提供者:aaa
  1. hanio1

    0下载:
  2. 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1076
    • 提供者:孙益
  1. TwelveBalls

    0下载:
  2. 12个球:有这样一个问题:在12个大小和颜色都相同的球中,其中有一个球的重量与其它的11个球的重量不同。现在有一架天平,你能够只用这架天平只称3次就能够将该球找出来吗?该程序解决这个问题。虽然算法简单些,但是解该问题还是够难的。与大家共享!-12 balls : such a problem : In 12 sizes and colors are the same ball, There is a ball with the weight of the other 11 different w
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:164921
    • 提供者:谭俊哲
  1. zhangwoC++

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。 -class
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19843
    • 提供者:讼师为
  1. exciese

    0下载:
  2. 解ode的算法源程序,算例为一阶常微分方程-ode solution algorithm source code, examples of first-order differential equation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3003
    • 提供者:章华容
  1. RichEditDemo

    0下载:
  2. Introduction I see many questions about printing, when helping people on the VC++ forum here at CP, but the one thing I have never been able to help people with, was printing the content of a Rich Edit Control. So off I went to the documentation to
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:32285
    • 提供者:孙磊
  1. CodematicDemo

    0下载:
  2. 该项目是一个基于接口的工厂模式的三层架构示例解决方案.Net 1.0版本。-,其他,C#编程/CSharp-The project is an interface based on the factory model of the three-tier solution examples. Net version 1.0. - Other, C# Programming / CSharp
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2430385
    • 提供者:lyf
  1. search_GA

    0下载:
  2. 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3200
    • 提供者:李建新
  1. monituihuoTSP

    0下载:
  2. 一个模拟退火算法的程序,使用matlab编写。实现了tsp问题的求解-a simulated annealing procedures, the use of Matlab prepared. Implementation of the solution tsp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1172
    • 提供者:蒋赛
  1. lanczos

    1下载:
  2. lanczos迭代残差变化计算,给定矩阵,初值和右端项,返回残差,迭代次数和矩阵解-lanczos iterative changes residuals, given matrix, and the initial subguadratic return to residuals, the number of iterations and the solution matrix
  3. 所属分类:matlab例程

    • 发布日期:2014-01-13
    • 文件大小:1004
    • 提供者:卜凡民
  1. HopfieldofTSP

    0下载:
  2. 这是在MATLAB上的Hopfield解决简单的TSP问题,虽然有点简单,但效果很好~-This is the MATLAB on the Hopfield simple solution of TSP, Although somewhat simple, but very effective ~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1327
    • 提供者:Hzu
  1. optLib

    0下载:
  2. 提供了常用的优化算法,包括约束变尺度法,拟牛顿法,遗传算法,多目标优化算法,Hookjeeves算法等多种算法。使用时先写好优化模型,生成相应的dll此优化库可以根据选择的算法对优化模型进行优化求解。-provide a common method of optimization, including CVMO1-, quasi-Newton method, genetic algorithm, multi-objective optimization algorithm, Hookjeeves
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:387760
    • 提供者:吴义忠
  1. lambdatool

    0下载:
  2. gps 模糊度求解方法-gps ambiguity solution, out-and-out dd kkkk
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:331543
    • 提供者:唐康华
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com