CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Search

搜索资源列表

  1. Answer C2

    0下载:
  2. 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:王鹏
  1. Suffix_tree

    0下载:
  2. Suffix tree的相关查找,定位,Suffix_tre用于基因查找中很有用处.-Suffix tree related to search, positioning, Suffix_tre search for the gene had very useful.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:叶剑
  1. BSTtsinghua

    0下载:
  2. 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8.75kb
    • 提供者:李海涛
  1. MarkManagement

    0下载:
  2. 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:36.38kb
    • 提供者:xuwei
  1. TableDivision

    0下载:
  2. 用C语言描述数据库中两个表之间的关系,并建立简单的查找-C language descr iption of the database table between the two, and the establishment of a simple search
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12.03kb
    • 提供者:卜友竹
  1. search_GA

    0下载:
  2. 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.13kb
    • 提供者:李建新
  1. 数据结构的课程设计

    0下载:
  2. 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:1.59mb
    • 提供者:麦思明
  1. SqList

    1下载:
  2. C语言顺序表程序,包括建立,查找,添加,删除等线性表的基本操作-C language program order list, including the establishment, search, add, delete, the basic operation of the linear list
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:3.06kb
    • 提供者:赵志杰
  1. dancunxing

    0下载:
  2. 最优化理论与方法,一维搜索法,一条完整的单纯形法程序,用C语言编的-Optimization theory and methods, one-dimensional search, a complete program of the simplex method, using the C language. . .
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:5.25kb
    • 提供者:zhoulei
  1. new8

    0下载:
  2. 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:7.07kb
    • 提供者:苏打
  1. zju1008

    0下载:
  2. zju1008魔板程序,练习搜索的好题目,使用了哈希表的相关知识。-Magic zju1008 board procedures, practice good Title search, use a hash table of relevant knowledge.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:44.27kb
    • 提供者:ly
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1.94kb
    • 提供者:ym
  1. Search-and-Sorting

    0下载:
  2. Proof - How to work Search and Sorting algorithms in c-Proof - How to work Search and Sorting algorithms in c++
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:5.1kb
    • 提供者:Alex
  1. Binary-search-algorithm

    0下载:
  2. 二分查找算法,vc6.0编写,控制台程序-Binary search algorithm, vc6.0 writing, the console program
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:10.42kb
    • 提供者:guan
  1. automatic-origin-search

    0下载:
  2. 实现USB1020的自动原点搜寻功能,分为4步实现,可供参考-Achieve USB1020 automatic origin search function is divided into four steps to achieve, for reference
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:383.83kb
    • 提供者:于瑾瑜
  1. search

    0下载:
  2. 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5.13kb
    • 提供者:郭悠悠
  1. deep-search-for-eight-digital-issue

    0下载:
  2. 深度搜索实现八数码问题。控制台应用,源码和exe文件-Depth search to achieve eight digital problem. Console applications, source code and exe files
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:284.51kb
    • 提供者:雷建华
  1. large-search

    0下载:
  2. implementation of the large search
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:300.02kb
    • 提供者:junior cesar
  1. sorting-and-search-alg

    0下载:
  2. search,sorting algorithm insertion,binary,merge sort application include c++ language
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:49.94kb
    • 提供者:unal
  1. Binary-search

    0下载:
  2. 实 现 二 分查找法,有简单的使用列子。-Realization of binary search method, there is a simple to use examples.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:430.46kb
    • 提供者:黄浩
« 12 3 4 5 6 »
搜珍网 www.dssz.com