CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - best

搜索资源列表

  1. 会议安排

    0下载:
  2. 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:904byte
    • 提供者:汪永威
  1. 0下载:
  2. 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:195.56kb
    • 提供者:张亮
  1. 国际大学生程序设计竞赛题解

    0下载:
  2. 要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to make the software look like t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.79mb
    • 提供者:srgr
  1. 四种差分方法求微分方程

    3下载:
  2. 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:叶真
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:丘方
  1. LimitBin

    1下载:
  2. 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。 解装箱问题的Best Fit 算法: 设
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.6kb
    • 提供者:严林
  1. zhuanzidongpingheng

    0下载:
  2. 转子动平衡的几个优化算法 影响系数法 定位相角最佳算法-rotor balancing algorithm optimization of several factors affecting the statutory phase angle best algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:157.46kb
    • 提供者:ant
  1. lqx10002

    2下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:卢起雪
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.53kb
    • 提供者:刘利辉
  1. bbwt

    0下载:
  2. 自己随便写的 大家看看 最好有人帮我写个回溯算法0-1背包问题的演示软件 -own writing any of us look at the best people to help me write a backtracking algorithm 0-1 knapsack problem of presentation software
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1010byte
    • 提供者:手电筒
  1. park_guide

    1下载:
  2. 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a par
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:agang
  1. Sterren_ASe_Explorer

    0下载:
  2. A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A * algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A * search algorithm road course. Includes source is studying A * algorithm for the best tools.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:380.74kb
    • 提供者:river
  1. H_a_s_h

    0下载:
  2. hash表操作,提供表中查找插入操作,并比较相同关键字下HASH长度为多少时最好.-hash table operation, the provision of the table you insert operation, and the same as the keyword under HASH For what length of the best.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.36kb
    • 提供者:haoyu
  1. c_program_shiyan10

    0下载:
  2. 初学C程序设计者的最好方法就是编程实验,从简单的开始,这里提供了几个小实验,非常经典啊.也许考试还会碰到!-novice designers C program is the best way to programming experiment, a simple, here for a few small experiments, the very classic ah. Perhaps examination will encounter!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.34kb
    • 提供者:董轻
  1. zuijialujin

    0下载:
  2. 数据结构常用算法,求最佳路径的,供大家参考-data structures, algorithms, seeking the best path for your reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:fanghe
  1. show_zuiduan

    1下载:
  2. 这是我的作业,是当时全班最好的,最短路径演示系统,能自定义节点和路径,显示出最短路径,节点用了组件,整个程序用了皮肤组件。-This is my work, then the whole class is the best, shortest path demonstration system can be defined nodes and trails. show that the shortest path, using a node components, with the whole
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:641.06kb
    • 提供者:虚名
  1. 8queen_sc

    0下载:
  2. #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:王晓敬
  1. 模拟

    0下载:
  2. 用BP算法对某个表达式进行模拟,通过模拟来得到最优的结果-BP algorithm for the simulation of a certain expression, through simulation to get the best results
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:记忆裂痕
  1. 动态规划-矩阵连乘

    0下载:
  2. 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best combination of a way, and then th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1kb
    • 提供者:小康
  1. 8

    0下载:
  2. This program identifies the best poker hand made up of 5 cards from the 7 provided. These cards are - or space separated and look like this: 3S-9D 5S-6D-TH-2S-KC. The first letter of each pair is the value which is one of 2,3,4,5,6,7,8,9,T,J,Q,K, A.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:ed
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com