CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .41 .42 .43 .44 .45 25546.47 .48 .49 .50 .51 ... 28275 »
  1. soj1169Networking

    0下载:
  2. /* Name: soj 1169: Networking From: Computer Science Department of Sichuan University Author: LoyaltyJi Date: 03-05-06 00:35 Descr iption: 求最小生成树经典题! */-/ * Name : soj 1169 : Networking From : Computer Science Department of Sichuan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1966
    • 提供者:吉宗诚
  1. FilterEnter(C++)

    0下载:
  2. 用C++编制字符过滤程序,C++编写,环境为VC++6.0-C filter characters preparation procedures, C, the environment for the VC 6.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7273
    • 提供者:闫超
  1. 找出模式串t在主串s中的所有匹配

    0下载:
  2. 给定模式串t和主串s,找出模式串t在主串s中的所有匹配-to set the pattern and the main string t s, t find the pattern in the main string's match of all
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-14
    • 文件大小:1554
    • 提供者:小吴
  1. Jphus

    0下载:
  2. 对于给定的1,2,…,n 中的k 个数,Josephus 想知道是否存在一个正整数m 使得 (n,m)Josephus 排列的最后k 个数恰为事先指定的这k 个数。-given for the 1,2, ..., n and k the number, Josephus would like to know whether there is a positive integer m such that (n, m) Josephus with the final k and the num
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-14
    • 文件大小:4289
    • 提供者:小吴
  1. circle_wyb

    0下载:
  2. (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2个构造函数:允许用1 个参数或2个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1´ r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s的外接圆c2。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-14
    • 文件大小:1536
    • 提供者:小吴
  1. yangshuangxue

    0下载:
  2. 数据结构的迷宫问题 贵州大学计算机学院-data structure maze of computer problems Guizhou University College
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4786
    • 提供者:小白杨
  1. 040530513

    0下载:
  2. 学生成绩管理,用C写的,数据结构课程设计-student performance management, written in C, the data structure course design
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5050
    • 提供者:qgc
  1. template_tree

    0下载:
  2. C++ 模板方法实现树结构成员添加和去除 关键字 template tr-C template method tree structure to add and remove members of the keyword template tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2779
    • 提供者:ming
  1. qianzhui

    0下载:
  2. 前缀表达式 自己写的,不大好,呵…… 程序挺简单的,刚开始学,请多多指教-prefix expression wrote it myself, a little better, uh ... proceedings quite simple, just started school, please exhibitions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8341
    • 提供者:qian
  1. 5611969759

    0下载:
  2. 决策树分类的ID3算法[VC++],请大家多指教,-the ID3 decision tree classification algorithm [VC], please enlighten everyone, thank you
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19702
    • 提供者:yebin
  1. huffman-src

    0下载:
  2. 8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)或 gcc 3-eight different ways to achieve the Huffman coding algorithm, Visual Studio.NET (recommended VS.NET 2003 or later) or gcc 3
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38150
    • 提供者:易飞扬
  1. xiyangqishi

    0下载:
  2. 有多种方法喔!西洋棋中骑士的走法与象棋的马类似,只能横向二格,纵向一格或者横向一格,纵向两格(但是西洋棋棋子必须放在格子中),第1步有2种走法,第二步就有5种走法.今有5*5的棋盘,并将骑士的第一步放于左上角(0,0)的位置,试找出一个路径,使骑士在25步内把剩下的24个位置全部走完.输出结果时,将骑士的路径显示于的5*5的方格中,每一方格内显示出走到此方格内为第同步的数字. -are many ways! Chinese chess knight of the law and take a h
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3964
    • 提供者:tongyaozhang
« 1 2 ... .41 .42 .43 .44 .45 25546.47 .48 .49 .50 .51 ... 28275 »
搜珍网 www.dssz.com