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

搜索资源列表

  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  1. Expression-D.S.Report2

    0下载:
  2. 数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the result shows that the user inte
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:234832
    • 提供者:
  1. shu2

    0下载:
  2. 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7096
    • 提供者:Demonic
  1. 7MethodsOfQsort

    0下载:
  2. 快速排序(qsort)在程序开发中的七种用法(VC)。其中列举了对int和char型数组排序、结构和类的一级二级排序等,具体的cmp函数。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28220
    • 提供者:sql
  1. Text

    2下载:
  2. 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:zhudong
  1. c

    0下载:
  2. #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:全文
  1. InOutData

    0下载:
  2. 此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式-this procedure to the Internet to transmit data transmission is a very good Eastern, mainly for data indentation made and squeezed out the package, the right int, long, byt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11219
    • 提供者:llg
  1. CPP1 顺序表的基本操作实现实验

    0下载:
  2. 一、顺序表的基本操作实现实验 要求:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法: 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入)的顺序存储结构(即顺序表),长度限定在25之内; 2)打印/显示(遍历)该线性表(依次打印/显示出表中元素值); 3)在顺序表中查找第i个元素,并返回其值; 4)在顺序表第i个元素之前插入一已知元素; 5)在顺序表中删除第i个元素; 6)求顺序表中所有元素值(整数)之和; 二、链表(
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2761
    • 提供者:goudezong
  1. 编写一个函数单词逆序存放

    0下载:
  2. 编写一个函数InverseByWord(char *sentence), 实现一个英文句子按单词逆序存放的功能,并给出测试程序。(50分) 如:This is an interesting programme. 逆序后变为:.programme interesting an is This-Write a function InverseByWord (char* sentence), to achieve an English sentence by the word st
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:622
    • 提供者:qianfan
  1. char_base64

    0下载:
  2. 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:20284
    • 提供者:llg
  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
    • 文件大小:15476
    • 提供者:billsedison
  1. tongjigongzi

    0下载:
  2. 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向compan
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6458
    • 提供者:龙君
  1. Guessthenumberofgames

    0下载:
  2. 猜数游戏,用char型存储输入的数,筛选功能强,欢迎大家指点,songhshen@126.com-Guess the number of games, with char-type storage input the number of filtering, and welcome advice, songhshen@126.com
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1158
    • 提供者:宋海深
  1. Theestablishmentandtraversebinarytreeinc

    0下载:
  2. 二叉树的建立与遍历.中序建立一棵二叉树,每个结点的数据域数据为char型,并按三种方式遍历(前序,中序,后序)。输出遍历结果。-The establishment and tree traversal. In order to establish a binary tree, each node of the data field for the char data type, and three ways traversal (pre-order, in sequence, after the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:873
    • 提供者:刘正朝
  1. include

    0下载:
  2. 用一个结构体存储每个节点,每个结构体包括一个char 和指向左右孩子的指针,每次扫进来它自身的char和i, 如果i为偶则放进左子树,否则放进右子树。然后就是利用递归前序遍历此树-Structure with a store on each node, each structure includes a char and a pointer to the children about each sweep into its own char and i, for even if i was in
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4699
    • 提供者:闫晨曦
  1. c_methods_of_quick_sort

    0下载:
  2. 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1045
    • 提供者:Chueng
  1. long_division

    0下载:
  2. 大整数整除,char *d返回余数,char*c返回结果 -Large integer divisible, char* d return the remainder, char* c return result
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1220
    • 提供者:deng yang
  1. jiadian

    0下载:
  2. 数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,打印,更新,销毁。-Data structures curriculum design, home appliance management system, including the type of appliance, model (not type the letter, if necessary, can be type int
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2145
    • 提供者:江浩
  1. basicoperationfortree

    0下载:
  2. 包括了树的一些基本操作及一些树的结构表示,如二叉树(以char 为数据和以int为数据 ),线索二叉树,二叉排序树(int),HuffmanCoding and Huffman tree,建表达式树,遍历及与遍历有关的操作等-Includes some of the tree basic operations and a number of tree structure representation, such as the binary tree (in char to int for the
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:428418
    • 提供者:seckCoder
  1. data_struct3

    0下载:
  2. 数据结构课后设计题第三章 ◆3.17③ 试写一个算法,识别依次读入的一个以@ 为结束符的字符序列是否为形如 序列1&序列2 模式 的字符序列。其中序列1和序列2中都不含字符 & , 且序列2是序列1的逆序列。例如, a+b&b+a 是属该 模式的字符序列,而 1+3&3-1 则不是。 实现下列函数: Status match(char *str) -Data structure design question after class Chapter ◆
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3385
    • 提供者:W.Y.T.S
« 12 3 »
搜珍网 www.dssz.com