CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 C语言

搜索资源列表

  1. 系科技节之种子杯编程热身赛

    0下载:
  2. 系科技节之种子杯编程热身赛.doc 校科技节老牌活动2010“种子杯”编程PK赛即将启动,对于电信系学生来说这是一个很好的锻炼自我和证明自我的机会。电信系团学联为大家提供一个热身的机会——种子杯编程热身赛。 希望借此契机让大三同学重拾对程序设计的热情,为期末的软件课设做准备并提高课设质量;让大二同学回忆起C语言的精华,提高对数据结构课程的理解;让大一新生了解程序设计世界的神奇,为制定自己的发展方向做一个良好的参考,为2010“种子杯”编程PK赛奠定良好基础。
  3. 所属分类:文档资料

  1. 用折半查找法找出该职工的姓名

    0下载:
  2. 用折半查找法找出该职工的姓名.txt 这个问题并不是C语言,是数据结构方面的问题 首先,你要查找的表是有规定的有序表 表中数据元素按关键码升序或降序排列的表称为有序表。 折半查找的思路是,在有序表中取中间元素作为比较对象,若给定值与中间元素的关键码相等,则查找成功;若给定值小于中间元素的关键码,则在中间元素的左半区继续查找;同理,如果找不到在右半部查找。不断重复上述的查找过程,直到查找成功,或所查找的区域无数据元素,查找失败。 如果还是不懂的话,可以查找一下有关数据结构方面的书,会更加
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-17
    • 文件大小:4821
    • 提供者:3345143
  1. DataStructor

    1下载:
  2. 数据结构与程序设计——C++语言描述(影印版)-Data Structure and Program Design- C++ language descr iption (photocopy edition)
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4034758
    • 提供者:
  1. Mbank1.0

    0下载:
  2. 代码Mbank1.0.cpp在Dev-C++环境编译运行成功。离散事件模拟---银行模拟。P100 严蔚敏 数据结构题集C语言版-Code Mbank1.0.cpp in Dev-C++ environment, compile and run successfully.--- Bank of simulated discrete event simulation. P100 YAN Wei-min data structure set of C language version of titl
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-04
    • 文件大小:2065
    • 提供者:郭学海
  1. gsoap-2.7.tar

    0下载:
  2. gSoap工具源代码,gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来.-gSoap tools source code, gSOAP compil
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-27
    • 文件大小:10045642
    • 提供者:曹俊杰
  1. FILE42

    0下载:
  2. 数据结构的三元组顺序表来实现稀疏矩阵的快速转置 C语言版 有解压的密码 请大家小心用好 压缩文件有密码 源码太简单-Data structure of the triple sequence table to achieve fast sparse matrix transpose C language version has unzip password, please make good use of everyone carefully compressed file has a pa
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:719
    • 提供者:fu xingyou
  1. mowang

    0下载:
  2. 魔王语言解释,实现数据结构中魔王语言的解释程序,用C++运行~-Beelzebub language interpretation, data structure of the language to explain procedures devil, and C++ Run ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:25689
    • 提供者:张三丰
  1. MCO

    0下载:
  2. 在数据结构的基础上,用C++语言实现传教士与野人过河问题。-Based on the structure in the data, using C++ language implementation issues across the river missionaries and savages.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:76740
    • 提供者:
  1. CMMB

    0下载:
  2. 主要采用C语言解复用出视频段、音频段以及数据段的相关复用内容,并将其里面的数据储存在结构体数组里,以供其他模块使用。-Mainly uses the C language demultiplexing a video segment, audio segment, and data re-use the contents of the relevant section, and its inside structure of data stored in an array of years, f
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:1809
    • 提供者:吴非
  1. gerris-snapshot.tar

    3下载:
  2. Gerris是C语言编写的开源流体力学软件包,基于8叉树数据结构和自适应网格。适用于不可压缩流体的数值计算与视频输出,功能强大,linux环境,用户可以根据源码进行自己的修改。-Gerris is a powerful open-source flow solver, and it is written in C language under Linux environment.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-24
    • 文件大小:2621440
    • 提供者:maming
  1. cpp200

    0下载:
  2. 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:104496
    • 提供者:jd
  1. data_structure

    2下载:
  2. 数据结构与程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2544560
    • 提供者:hu jin
  1. XiShuJuZhenZhuanZhi

    0下载:
  2. 数据结构稀疏矩阵转换成三元组然后再进行转置的具体实现方法,C语言实现,详细的操作解释-Interpretation of the sparse matrix data structure is converted into triples and then transpose the specific implementation method, C language, detailed operation
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1162
    • 提供者:123
  1. 链表结点的删除

    0下载:
  2. 利用C语言的数据结构的算法实现链表结点的删除
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-10
    • 文件大小:166291
    • 提供者:tangenkui
  1. Queue

    0下载:
  2. 队列的代码实现,VC++开发平台,C语言描述的数据结构。-The queue code, VC++ development platform, the C language to describe the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:184767
    • 提供者:李海锋
  1. ALGraph

    0下载:
  2. 邻接链表图的代码实现,VC++开发平台,C语言描述的数据结构。-Source implementation of the adjacency lists map, VC++ development platform, the C language to describe the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:210414
    • 提供者:李海锋
  1. swr1

    0下载:
  2. 这是数据结构的四则运算的c语言程序,只要编译就能运行呀!-This is the data structure of the four operations c language program, as long as the compiler can run!
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:1159
    • 提供者:宋维仁
  1. c02

    0下载:
  2. 数据结构,算法与应用 --C++语言描述 第二章源代码-data structures, algorithms and applications-- C language descr iption of the second chapter source code.
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:19115
    • 提供者:voostone
  1. LONG_ADD

    0下载:
  2. 利用C语言实现了数据结构中任意长整数相加算法,包括进位、借位等算法-use of the C language data structure arbitrarily long integer column algorithm, including rounding, etc. through algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:3068
    • 提供者:王大力
  1. shujujiegou

    0下载:
  2. C语言数据结构知识原代码 C语言数据结构知识原代码C语言数据结构知识原代码-C language data structure knowledge of the original code C language data structure knowledge of the original code C language data structure knowledge of the original code
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:28471
    • 提供者:张中云
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com