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

搜索资源列表

  1. Visual_Cpp

    0下载:
  2. 最短路径查询,用的是ESRI公司arcobject组件开发的,已经作成dll,用起来非常的方便-Shortest Path inquiries, the company is ESRI arcobject development of the components, make dll with it is very convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37802
    • 提供者:丁胜
  1. 四级上机_30

    0下载:
  2. 全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的),对考四级的朋友和正在学习C的朋友会有帮助的-National Computer Rank Examination four aircraft on the part Exercises, equipped with my own writing algorithm, the algorithm descr iption and inp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10515
    • 提供者:沈毅
  1. 通配符查找算法

    0下载:
  2. 一个效率很高的通配符查找算法,适用于对\"*\"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法-a highly efficient wildcard search algorithm that applies to the "*" and "the" wildcard search, it may need to make changes apply to different applications,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1877
    • 提供者:
  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
    • 文件大小:1880102
    • 提供者:srgr
  1. code3

    0下载:
  2. C写的填充算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法-C wrote filling algorithm source algorithm But in programming is very important but we can make reference to the code , and study how Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41390
    • 提供者:sdm68
  1. code4

    0下载:
  2. C写的裁剪算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法-C was cut algorithm source algorithm But in programming is very important but we can make reference to the code, and study how Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:133477
    • 提供者:sdm68
  1. AVL_Lib

    0下载:
  2. Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:87430
    • 提供者:高名
  1. accepted1

    0下载:
  2. 解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1308
    • 提供者:王冠
  1. elcshuiping

    0下载:
  2. 产生水平地震波的小程序,希望对作地震分析的同仁有用处!-level of seismic waves generated by small program, and I hope to make seismic analysis of the usefulness of us!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6680
    • 提供者:小脚丫
  1. 3SAT

    1下载:
  2. 对于给定的带权3-CNF,设计一个蒙特卡罗算法,使其权值之和尽可能大-regard to the right to bring 3-CNF, a Monte Carlo algorithm design, make it the right value and the greatest possible
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1785
    • 提供者:自由人
  1. beibaowenti007

    0下载:
  2. 用动态规划的向后处理法求解背包问题的最优决策序列。即给定一个背包序列的重量和相对应的效益值。做出一个最优决策序列Xi(i=1~n),使得最终效益和最大。-dynamic planning backward processing method knapsack problem of optimal decision-making sequence. That is, given a sequence of backpack weight and the relative value of the
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  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. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7880
    • 提供者:李昭明
  1. color.cpp

    0下载:
  2. 对于给定的图G,如果存在一种用2种颜色对顶点着色的 方案,使得图中任意一条边所连接的2 个顶点着有不同 颜色,则称图G 是可2着色的。-for the given graph G, if there is a use two colors of vertex programs, make a map arbitrary edge connected with two vertices are different colors, says G is 2-colored.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:2888
    • 提供者:Nouth
  1. ppmd_src

    0下载:
  2. 一个压缩算法, 名字叫PPMD,压缩率比较高, 同时, 可以自行修改并编译,请各位研究算法的同僚一同研究.-a compression algorithm, named PPMD, higher compression ratio, and can make its own decisions and build, please algorithm research colleagues to study together.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12686
    • 提供者:丁国银
  1. Generic_Pool_demo

    0下载:
  2. Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:174272
    • 提供者:zhuxin
  1. chagnshengjiangjun

    0下载:
  2. 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:黄波
  1. huishuo-VB

    0下载:
  2. 回溯演算法解迷宮問題-VB 本代碼是回溯演算法的非常經典的例子,可以做遊戲作簡單參考-backtracking algorithm maze problem - the VB code is backtracking algorithm very classic example. can be done to make the game simple reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3419
    • 提供者:張小龍
  1. lunhuan

    0下载:
  2. 这是个操作系统的时间片转换代码 希望可以对大家有所帮补 ^_^-this is the operating system for time-code conversion hope you all have a right to help make ^ _ ^
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1344
    • 提供者:lili
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com