CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 排序 C语言

搜索资源列表

  1. Search_Sort

    0下载:
  2. 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:978
    • 提供者:bandianhong
  1. student_system

    0下载:
  2. 学生信息管理系统,控制台程序,标准C语言,学生信息的录入,增删改查、成绩排序等功能。-Student Information Management System, console application, standard C, student information input, additions and deletions to change search, results sorting functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3707590
    • 提供者:张磊磊
  1. StudentManagementSystem

    1下载:
  2. 在Linux系统下,使用C语言编写学生管理系统,实现添加、查询、排序、统计、删除、登陆等功能。-In the Linux system, using the C language student management system, to achieve added, query, sorting, statistics, delete, landing and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:14125
    • 提供者:suihansong
  1. CompanyManagementSystem

    0下载:
  2. 在Linux系统下,使用C++语言编写公司人员管理系统,实现添加、查询、排序、统计、删除、登陆等功能。-In the Linux system, using the C++ language company personnel management system, to achieve added, query, sorting, statistics, delete, landing and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:106128
    • 提供者:suihansong
  1. jinchengkongzhi

    0下载:
  2. 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:89017
    • 提供者:刘恋
  1. my_subject

    0下载:
  2. 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:34100
    • 提供者:PZJ
  1. uthash-1.5

    0下载:
  2. c语言实现的一组哈希操作,并附带文档 可以添加、删除、统计、排序等-a hash implement by c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:322931
    • 提供者:王健
  1. homework-536

    0下载:
  2. 计算文件中word出现的次数,并且按照字典顺序排序。使用UNIX编译器。C语言实现-Calculate the number of occurrences of the document word, and sorted according to the dictionary order. Using UNIX compiler. C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:119335
    • 提供者:Dongyu Li
  1. bubble_sort

    0下载:
  2. linux c语言编写的冒泡排序程序,已测试通过-linux c language bubble sort program has been tested
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:long
  1. insertion_sort

    0下载:
  2. linux c语言编写的插入法排序程序,已测试通过-linux c language insertion sort program, have been tested
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:559
    • 提供者:long
  1. quick_sort

    0下载:
  2. linux c语言编写的快速排序实例程序,已测试通过-linux c language quickly sort instance, have been tested by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:long
  1. htk-3.3

    0下载:
  2. HTK是英国剑桥大学开发的一套基于C语言的隐马尔科夫模型工具箱,主要应用于语音识别、语音合成的研究,也被用在其他领域,如字符识别和DNA排序等。HTK是重量级的HMM版本。-Cambridge University HTK is a C-based language developed by the Hidden Markov Model Toolkit, mainly used in speech recognition, speech synthesis research, has also
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2204625
    • 提供者:LiJiancheng
  1. 11Huffman_Tree

    0下载:
  2. 用C语言详细描述了哈弗曼树的构架,并且可以利用此哈弗曼树进行排序,或者实现数据的压缩和解压-In C language is described in harvard, tree structure, and can make use of the harvard sort tree, or for data compression and decompression
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1949883
    • 提供者:邵兆闯
  1. student

    0下载:
  2. 在某培训公司培训时基于linux操作系统 的用C语言学生管理系统,主要语法 链表,排序-Training in a training company based linux operating system using C language student management system, the main grammar- list, sorting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:29427
    • 提供者:liaimen
  1. RadixSort

    0下载:
  2. c语言单链表实现的基数排序也就是桶排(卡式排序)-c language to achieve single list radix sort is a barrel row (card-sorting)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:9461
    • 提供者:半仙
  1. bitncP

    0下载:
  2. 在linux下C语言使用线程并行实现双调排序的实例-An example of bitonic sort by using C language parallel processing on Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1060
    • 提供者:chbnjamin
  1. bitionic

    0下载:
  2. 在linux上使用C语言串行实现双调排序的一个实例。-An example of the bitonic sort by using C language serial programing on linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:943
    • 提供者:chbnjamin
  1. TimSort

    0下载:
  2. c语言实现的Tim排序算法,使用栈来实现非递归-TimSort in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3390
    • 提供者:魏亚运
  1. 链表排序

    0下载:
  2. 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:9216
    • 提供者:On my way
  1. sort

    1下载:
  2. 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:10240
    • 提供者:是你凯哥哈
« 12 »
搜珍网 www.dssz.com