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

搜索资源列表

  1. 传教士与野人问题程序

    0下载:
  2. 一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:高陈强
  1. datastructure

    0下载:
  2. 编写了一个关于图的操作的应用程序,可以自己手动输入图的节点和节点的关系,然后可以进行查找节点,求节点的出度和入度,求最短的路径等
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:taolizao
  1. longest-common-string

    0下载:
  2. 这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:210.85kb
    • 提供者:haha
  1. MiniSpanTree

    0下载:
  2. 我自己编写的一个C++ kruskal最小生成树程序,希望可以对初学者有所帮助,错误难以避免,希望大家谅解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:qwer
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15.11kb
    • 提供者:billsedison
  1. pi

    0下载:
  2. 一个求pi的源程序,可以精确到几十位 外加一个自己编写的记事本程序 pi.c-A source for pi can be accurate to plus a dozen have written the Notepad program pi.c
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:249.65kb
    • 提供者:阳丰俊
  1. migong.txt

    0下载:
  2. 用数据结构编写的迷宫问题 基本上是自己编写的小程序 希望大家喜欢-Data structure used to prepare the maze problem is basically I have written a small program I hope you like
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.59kb
    • 提供者:黄正远
  1. SanLie

    0下载:
  2. 自己编写的数据结构程序,主要是进行散列表的各种存储方式优越性 的比较-Their own procedures for the preparation of the data structure is primarily one of a variety of stored hash table comparison of the superiority of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.89kb
    • 提供者:雷文
  1. CppProgramofDateStruct

    0下载:
  2. C++编程——数据结构与程序设计实现,由美国资深教授通过自己的上课讲稿编写而成,是一本很好的提高c++编程能力的教程-C++ Programming- Data Structure and Program Design, a senior professor from the United States through its own scr ipt written in class, is a very good capacity to improve the c++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:24.91mb
    • 提供者:cuier
  1. 0-1

    0下载:
  2. 0-1背包问题的动态规划,根据算法书上自己编写的一个小程序,背包问题用动态规划的方法来解决-0-1 knapsack problem dynamic programming, according to algorithm I have written the book on a small program, knapsack problem using dynamic programming approach to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:104.73kb
    • 提供者:王周利
  1. C

    0下载:
  2. 这是我们学校自己举办的c语言大赛,我自己编写的猜数字程序-This is our school held their own competition c language, I write the number guessing program
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:15.01kb
    • 提供者:张青政
  1. main

    0下载:
  2. 自己编写的数据文件的哈夫曼编码算法压缩程序,纯C语言编写,应该可以直接使用。-Write my own data file compression program Huffman coding algorithm, written in pure C, should be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.48kb
    • 提供者:YinWenjie
  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.21mb
    • 提供者:
  1. Hash

    0下载:
  2. 自己编写的hash程序,带有调试界面,方便初学者学习参考-I have written hash program with debugging interface for beginners to learn reference ~ ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:907.96kb
    • 提供者:莫斌峰
  1. MergeSort2

    0下载:
  2. C#编写的归并排序的源程序,最近复习软设书中的排序,自己使用C#把原来的C++程序给重新改写了一下,提供给广大学生参考.-Written in C# source code of merge sort, the recent review of the book sort of soft set, their original use C# to C++ program to rewrite a bit available to the general students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:21.68kb
    • 提供者:zhaoshuo
  1. Queue

    0下载:
  2. VS2008编写的链表队列程序,自己实现编写的,数据结构学习用-VS2008 queue list written procedures, to achieve their own writing, and learning to use data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:517.54kb
    • 提供者:cmdeng
  1. 5

    0下载:
  2. 编写一个自己的函数,能够将一个字符串中最长的单词查找出来。 编写一个程序,功能是能够由键盘输入一行字符,并能调用自己编写的最长单词查找函数,输出这个单词。 -To write a function, can be the longest word in a string to find. Write a program that functions from the keyboard to input a line of characters, and can call the long
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.12mb
    • 提供者:t
  1. quicksort

    0下载:
  2. 这是一个用C语言编写的快速排序程序,只有一个源文件,原数据也是直接写到数组里的,只是为了测试,可根据自己的需要修改。-This is a quick sort program in C language, and is only one source file, the original data is written directly to the array, just to test, may be modified according to their needs.
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:8.42kb
    • 提供者:Alonso
  1. delete-linked-node-special

    0下载:
  2. 该源码用c语言编写,可以删除指定范围的链表结点,是数据结构中链表删除的一种基本练习程序,自己编写的哦。-The source code in C language, you can delete the specified range of the nodes of the linked list, is a basic exercise program delete list in the data structure, the preparation of their own oh.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:613byte
    • 提供者:王勇
  1. dijkstra

    1下载:
  2. 自己搜集和编写的dijkstra算法和改进dijkstra算法,可以求出所有最短路径,还有floyd算法及相应的搜索程序-Own collection and preparation dijkstra dijkstra algorithm and the improved algorithm can find all the shortest path, and floyd algorithm and the appropriate search program
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:gao
« 12 »
搜珍网 www.dssz.com