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

搜索资源列表

  1. PackageProblem

    2下载:
  2. 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9296
    • 提供者:李昭明
  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:郑超
  1. eight_number

    0下载:
  2. 本程序可以实现有启发式函数的八数码搜索问题:你可以输入任何合理的初始值和中止值,就可以运行并输出最优解!-this program can achieve a heuristic function of eight digital Search : you can import any reasonable value and the initial value of the stay on the run and the output optimal solution!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:65163
    • 提供者:efeffeef
  1. HuaRD

    1下载:
  2. Win32下的华容道游戏程序,含源代码和设计文档。 用户可以走棋,也可任意走棋状态自动求解,用广度搜索实现,判重使用平衡二叉树,欢迎交流-under Win32 Puzzle procedures, including the source code and design documents. Users can take advantage of chess, chess can take arbitrary automatic state solution with breadth se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1289530
    • 提供者:enderlw
  1. Win32Maze

    0下载:
  2. Win32下立体迷宫程序,含自动求解,可求迷宫最短路径和所有路径,分别用广度优先搜索和深度优先搜索两种方法实现,欢迎讨论。-Win32 three-dimensional maze procedure, including automatic solution Stepping maze shortest path and all trails. priorities were used to search breadth and depth-first search in two ways,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24914
    • 提供者:enderlw
  1. zcx

    1下载:
  2. 基于遗传算法的PID控制 用于优化求解控制器的参数 -based on genetic algorithms for optimizing PID control parameters Controller Solution
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1445
    • 提供者:正南方
  1. pyzh1

    0下载:
  2. 在开发数据库应用程序过程中,经常会碰到使用“拼音码”进行商品编码的例子,好多商业软件模糊查询功能的关键就是“拼音码”技术。我们以前有手工输入、数据库表查询等解决方法,均不令人满意。经过多方对比和反复试验,开发出了这个“拼音码生成控件”,它自带查询接口函数,调用非常简单,该控件的开发环境为Win2000Server+VB6.0-in the development of database application process, frequently encountered "phone
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:2966
    • 提供者:高惠国
  1. FEAL8

    0下载:
  2. 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:逍遥
  1. jiefangchengju

    0下载:
  2. 求解方程组。输入方程组的系数距阵,程序先判断是否有解,有解输出解向量。-solving equations. The importation of the equation coefficient matrix procedure first determine whether explicit, explicit solution vector output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:920
    • 提供者:宁微
  1. QAP

    0下载:
  2. 解决TSP QAP问题的小程序,C++编制,可以直接运行,详见程序-QAP TSP solution to the problem of small programs, C + +, and can directly run, as detailed procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2204
    • 提供者:huanxong
  1. tina

    0下载:
  2. C++解线性方程组 复系数方程组的全选主元高斯消去法-C + + solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:张宁
  1. CUMCM_prize

    0下载:
  2. 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:882
    • 提供者:张天翼
  1. danziyouzhendong

    2下载:
  2. 单自由度振动系统--基于MATLAB建模仿真。根据单自由度振动系统数学模型,设计了单自由度振动系统的数学仿真实验,实验结果给出了振动方程的数值解,并用几何方式定量描述了振动过程和频幅特性.-single-freedom vibration systems -- based on MATLAB simulation modeling. Under the single-freedom vibration systems mathematical model, the design of sing
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6023
    • 提供者:郇世昶
  1. MPSO

    4下载:
  2. 多目标粒子群的matlab程序,文中设置了两个目标,f1和f2,采用加权求解的方式-more goals in Matlab PSO procedures, the text set up two goals, f1 and f2. using the weighted solution!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:张波
  1. designpattern

    0下载:
  2. 而是一本关于设计模式的书,它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。 设计模式并不要求使用独特的语言特性-but a model for the design of the book, It descr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7928825
    • 提供者:龙铮
  1. jinchengyincang

    0下载:
  2. 进程的隐藏一直是木马程序设计者不断探求的重要技术,本文采用远程线程技术,通过动态链接库方法,较好地解决了这一问题,通过远程线程将木马作为线程隐藏在其他进程中,从而达到隐藏的目的。-process has been hidden Trojan program designers continuously exploring the technology, the paper distance threading technology, Through a dynamic link library,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7976
    • 提供者:周发之
  1. dsproject3

    0下载:
  2. 解决一个加权遍历的问题。 文件包含一个word文档,作为原问题。 还有一个c文件,解决遍历。-solve a weighted traversal issue. Document contains a word document, as the original question. There is also a c document traversal solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9611
    • 提供者:本本
  1. fgAPI

    0下载:
  2. [解决方法]覆盖了已过时的 API 替换掉过时的API方法-[solution] coverage of the obsolete API replace outdated methods API
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:xuming
  1. com_excel

    0下载:
  2. 该组件通过HTTP调用ASP对数据库进行读取,并通过EXCEL Automation进行EXCEL数据表操作,解决了ASP与EXCEL直接的互联问题-the component via HTTP call ASP database to read, through Excel Automation for Excel data table operation, the ASP solution directly with Excel connectivity issues
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:86386
    • 提供者:高图
  1. wordedit

    0下载:
  2. c#的写字版程序我自己写的.本文探讨了使用C#从底层开发一个带格式的文本编辑器的任务,深入探讨了其中的文档对象模型的设计,图形化用户界面的处理和用户操作的响应,说明了其中的某些技术问题和解决之道。 -version of the writing process I wrote it myself. This paper discusses the use of C# development from the ground up with a format of the text editor&#
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:143351
    • 提供者:滕龙飞
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com