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

搜索资源列表

  1. 书店管理

    0下载:
  2. 书店管理程序,TC3下调试成功,可以实现书籍增加,删除,查询等功能,数据采用文本保存-Bookstore management procedures, debug TC3 success can be achieved books to add, delete, query capabilities, data using text preservation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:148.16kb
    • 提供者:张亮
  1. LevelTraverse-cengxubianlierchashu

    0下载:
  2. LevelTraverse.c 上次写的“cengxubianlierchashu.rar(二叉树层序遍历程序)”遍历不能将二叉树的所有结点都遍历,现对其做了微小修改,并调试好。本程序用于层序遍历二叉树.程序开始时先由用户先根序输入二叉树各结点值,建立好二叉树后即可自动进行遍历依次层序输出各结点的值.----Author:zhg 2006.12 E-mail:wudazhg@163.com -LevelTraverse.c last book, "cengxubianlier
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.19kb
    • 提供者:z
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.55kb
    • 提供者:紫罗兰
  1. jasonkingde

    0下载:
  2. 排序及应用 题目一:统计成绩 1. 实验目的:掌握常用的排序方法,深刻理解排序的定义和各种排序方法的特点,并能灵活应用。 2. 实验内容: (1) 输入n个学生的考试成绩,每个学生信息由姓名与分数组成; (2)选择一种排序算法,按分数高低次序,打印出每个学生的名次,分数相同的为同一名次。 (3)按名次给出每个学生的姓名与分数。 3. 实验要求:任选一种高级程序语言编写源程序,并调试通过,测试正确。 题目二:按字典顺序排序 1. 实验目的:掌握常用的排序方
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.5kb
    • 提供者:jason
  1. strcmp

    0下载:
  2. 这是我制的,调试过,小意思别见笑可以将输入的两字符串进行比较相等返回0,不等时返回两字符串的差值-This is my system, and the debugging that other small token of kindly feelings can be a laughing stock of the two input strings equal to 0 comparison, the returns ranging from two strings of the margin
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.89kb
    • 提供者:张元佑
  1. LIST_LCOURSE

    0下载:
  2. 这是一个顺序列表的基本操作,调试好的,可以作为数据结构中的基本操作直接来用。-This is a chronological list of the basic operation, debug good data structure can be used as the basic operation of direct use.
  3. 所属分类:Data structs

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

    0下载:
  2. 最高1024点的FFT程序,可根据用户设定修改点数,在Microsoft Visual C++平台下调试通过-Maximum 1024 points FFT procedures, can be modified according to user set points in the Microsoft Visual C++ Platform debugging through
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:21.3kb
    • 提供者:
  1. tingche

    0下载:
  2. 模拟停车场的管理软件,已调试过的,可以运行。-Simulation of the car park management software, has been testing, you can run.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2.11kb
    • 提供者:dingj
  1. Qinck_Sort_Classic

    0下载:
  2. 算法导论上的快速排序经典算法实现。用动态数组vector实现,调试通过。大家可以看一下。自己写的。-Introduction to the algorithm on the classic Quick Sort algorithm. Vector with dynamic array implementation, debugging through. We can look at. Wrote it myself.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.11mb
    • 提供者:cherry
  1. AVL.doc

    0下载:
  2. 次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8.31kb
    • 提供者:liuhua
  1. Cyuyanjiaocheng

    0下载:
  2. C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型,便于实现各类复杂的数据结构。它还可以直接访问内存的物理地址,进行位(bit)一级的操作。由于C语言实现了对硬件的编程操作,因此C语言集高级语言和低级语言的功能于一体。既可用于系统软件的开发,也适合于应用软件的开发。-C language is a structured language. It is level, clear and easy modul
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:193.97kb
    • 提供者:linhaicong168
  1. shujujiegou_erfenfachazhaoshuju

    0下载:
  2. 《数据结构》课程中,利用二分法查找数据,压缩包里是源代码,在vc++6.0中可以直接调试-" Data Structure" Course, using binary search data, compression bag is the source code, in vc++6.0 can directly debug
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1003byte
    • 提供者:叶杨
  1. diguifashixianxianxubianli

    0下载:
  2. 《数据结构》中利用递归法实现“线序遍历”,在vc++6.0中可以直接调试-" Data Structure" in the use of recursive method to achieve " line preorder traversal" , in vc++6.0 can directly debug
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:655byte
    • 提供者:叶杨
  1. Factorial

    0下载:
  2. 数据结构实习题目,经过调试,可以运行大数阶乘。-Internship topic data structure, after debugging, you can run the factorial of large numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:9.71kb
    • 提供者:杨泽崎
  1. alg10-11

    0下载:
  2. 数据结构练习编程第10-11程序代码,经调试可以运行-Exercise programming data structures 10-11 program code can be run through the debug
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:renguangjue
  1. Algo2-5

    0下载:
  2. 数据结构练习编程第1-1程序代码,经调试可以运行,很大很复杂-Data structure the first 2-5 exercise programming code, you can run through the debugger, a large complex
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:984byte
    • 提供者:renguangjue
  1. DataStructCode

    0下载:
  2. 数据结构代码,已经经过调试,都能够运行,请放心使用。-This is the code for the DataStruct.It can be debug
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.54mb
    • 提供者:Mily
  1. gen

    0下载:
  2. 用vc编写的混流装配线算法,经过调试,可以取得较优解-Using vc compilation of mixed flow line algorithm,After commissioning, can achieve optimal solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:15.24kb
    • 提供者:豆子敬
  1. Deepc

    0下载:
  2. C语言程序,具备画图、十进制数转换、汉诺塔和二叉树编码功能。调试运行都没有问题,代码还可以进一步完善-C language program.It contains drawing graphic, decimal conversion, Tower of Hanoi code and the binary tree encoding. Commissioning are no problems, the code can be further improved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:304.71kb
    • 提供者:
  1. danlianbiao

    0下载:
  2. 单链表基本操作的实现,里面含有相关语句的注解,调试通过了,可以放心使用。-The realization of the basic operation of a single list, which contains comments related to statements, debugging through, you can rest assured that use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:8.57kb
    • 提供者:刘英瑛
« 12 »
搜珍网 www.dssz.com