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

搜索资源列表

  1. Data_structure

    0下载:
  2. 数据结构中的:线性表(含链表)、树、图的操作的子程序。用C写成,有测试代码。非VC写成,但源文件可直接导入到VC项目中。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39888
    • 提供者:李刚
  1. Untitled1

    0下载:
  2. 【问题描述】 设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; (4)设字符集及频度如下表: 字符:A B C D E F 频度:4 9 23 2 17 15 字符:G H I J K 频度:1 2 3 3 4 -【Descr iption】 d
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1317
    • 提供者:Fiona
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:551312
    • 提供者:赵刚
  1. yuyundonghui

    0下载:
  2. 参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:138239
    • 提供者:张蔷
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:155443
    • 提供者:张艳彬
  1. Toplogical_Sorting

    1下载:
  2. 这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:501377
    • 提供者:hunter
  1. rbtree

    0下载:
  2. c代码的红黑树的源码,从一个open source的项目中取出来得,效率还是不错的-red black tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9975
    • 提供者:刘健
  1. twotree

    0下载:
  2. C++ 实现的一个二叉树算法,值得参考与收藏,可以直接用在项目中-C++ implementation of a binary tree algorithm, it is also useful with the collection, can be directly used in the project
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4527
    • 提供者:cygnus
  1. fp_growth

    1下载:
  2. fp-growth的c实现算法fp-growth将发现所有的频繁项目集的过程分为以下两步:构造频繁模式树fp-tree;调用fp-growth(挖掘出所有的频繁项目集。-fp-growth of the c fp-growth algorithm will find all the frequent item sets is divided into the following two-step process: frequent pattern tree structure fp-tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:245413
    • 提供者:yang lin
  1. txt_editor

    0下载:
  2. C++文本记事本 数据结构作业的实践项目 测试成功 内有查找删除编辑等功能-txt editor in C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2995
    • 提供者:冉雨晨
  1. 432324324

    0下载:
  2. 约瑟夫问题C++和测试报告,这是在3月份编写的用VS C++制作的项目,您可以把代码直接复制到CPP文件中运行-Joseph problems C++ and test reports
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2068043
    • 提供者:fsf
  1. double-link

    0下载:
  2. 双向链表,用C++语言描述,课程设计项目,源码。双向链表,用C++语言描述,课程设计项目-Doubly linked list, with C++ language descr iption, course design project, the source code. Doubly linked list, with C++ language descr iption, course design projects
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:516473
    • 提供者:lala
  1. ximuguanlixitongcPP

    0下载:
  2. 项目管理系统的c++ 源码 是基本条例思路-Project the management system c++ source is essential Ordinance ideas
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:21161
    • 提供者:张健
  1. LinkedStack

    0下载:
  2. 用C++实现的链式栈,使用了模板类,可以直接引入头文件用于其它项目-Chain stack with C++ implementation, use the template class can be introduced directly into the header files for other projects
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:532367
    • 提供者:jym
  1. LinkedQueue

    0下载:
  2. 用C++实现的链式队列,使用了模板类,可以直接引入头文件用于其它项目-Chain C++ achieved queue, use a template class can be introduced directly into the header files for other projects
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:517670
    • 提供者:jym
  1. apriorio算法

    0下载:
  2. apriorio算法,C#编写,生成频繁项目集。
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-09-23
    • 文件大小:2920
    • 提供者:kristen1975
  1. skepTable

    0下载:
  2. skipList,跳表。使用c++实现,无测试用例,可直接加到项目中使用-skipList,can be directly put into projects.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1937
    • 提供者:王耿
  1. Polynomial

    0下载:
  2. 本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of data structure in the order of
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3707529
    • 提供者:
  1. student

    0下载:
  2. 简单c++项目,建立班级通讯录,可实现增删查改功能(Simple c++ project, set up class address book, can realize the function of adding, deletions, check and change)
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:暴宝宝
  1. 代码脚本

    0下载:
  2. 代码脚本:集合算法、爬虫、人工智能小项目、数据结构算法、等等(Code scr ipts: set algorithms, crawlers, AI small projects, data structure algorithms, and so on)
  3. 所属分类:数据结构

    • 发布日期:2020-02-25
    • 文件大小:24576
    • 提供者:Debroon
« 12 »
搜珍网 www.dssz.com