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

搜索资源列表

  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. 三种模式匹配算法的比较

    1下载:
  2. Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14652
    • 提供者:lxr
  1. PI的编程

    0下载:
  2. 求pi的程序,包括实验报告,误差分析,收敛性分析-for pi procedures, including experimental report, error analysis, convergence analysis, and so on
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:261341
    • 提供者:林林
  1. Universityschoolregistermanagementsystemmanagement

    0下载:
  2. 要求完成以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。-asked to perform the following functions : 1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7157
    • 提供者:顾俊
  1. fox

    0下载:
  2. Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER \"MICROCALC - A Turbo C D
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:991877
    • 提供者:狐狸
  1. chazhaoyuansu

    0下载:
  2. 查找线性表中的某元素:L为带头接点的单链表的头指针,当第i个元素存在的时候,其值赋给e并返回OK,否则返回ERROR */ -linear search of a table of elements : L tap for the lead single linked list for the first guide, When the first i elements exist, the value assigned to the e and return to the lounges, o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3632
    • 提供者:周伯通
  1. wenbenkuangshuruneirong

    0下载:
  2. 此程序可控制文本框输入的内容,当输入为数字时为正确,否则提示出错信息.-this procedure can control the input text box, when the input of the correct figures, otherwise suggest error messages.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2204
    • 提供者:宋冬玲
  1. CRC32数据检验算法代码

    0下载:
  2. 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19028
    • 提供者:zhou
  1. rs.rar

    1下载:
  2. rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助,rs error correction algorithm, described in detail RS encoding and decoding process, and its help for all of us
  3. 所属分类:Data structs

    • 发布日期:2015-12-02
    • 文件大小:14134
    • 提供者:jasper
  1. ChaZhiHuanyuan

    1下载:
  2. 利用插值原理,实现波形曲线的还原处理--方波锯齿波误差改进版。-The use of interpolation theory, to achieve the reduction of processing waveform curve- an improved version of the square wave sawtooth error.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:774337
    • 提供者:zjl
  1. stamp

    0下载:
  2. 连续邮资问题的完整代码,修改了王晓东《计算机算法设计与分析》(第三版)中代码的错误,为使计算y[k]的过程更清楚,添加了一些中间调试代码。-Continuous postage question the integrity of the code, modify the Xiaodong " Computer Algorithm Design and Analysis" (third edition), the error code, for the calculation o
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1305
    • 提供者:huang
  1. main

    0下载:
  2. 数据结构中表达式求值算法问题,具体可以运算四则运算,对于输入错误有错误提示!-Data structure evaluation algorithm expression issues, specific to four computing operations for input errors have error!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3928
    • 提供者:张林
  1. Dijkstra_new

    0下载:
  2. 数据结构中表达式求值算法问题,具体可以运算四则运算,对于输入错误有错误提示!-Data structure evaluation algorithm expression issues, specific to four computing operations for input errors have error!
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2472
    • 提供者:张林
  1. yinhangjia

    0下载:
  2. 用C++写的 银行家算法 还带有检错功能 并带有注释 很容易看懂-With C++ Write the banker s algorithm with error detection function also with the Notes is easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6351
    • 提供者:刘峰
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:201756
    • 提供者:tubo
  1. yanweimincoursewareofdataorganization

    0下载:
  2. 严蔚敏数据结构的课件修订版,修订了原有一些代码的误写-YAN Wei-min data structures courseware revised edition, revised the original error to write some code
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:865219
    • 提供者:zhoufang
  1. sourcewhirl

    0下载:
  2. 这是一个洄溯法的源程序已经经过编译运行了没有错误-This is a source whirl back laws have been compiled to run without error
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:81235
    • 提供者:刘祖恩
  1. TheUnderlyingProgramming

    0下载:
  2. c写的小程序,包括鼠标检测,时间陷阱,检测出错等。-c write small procedures, including the mouse detection, time traps, such as error detection
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:11514
    • 提供者:liyang
  1. 2chashu

    0下载:
  2. 二叉树,用于交流,互相学习,共同提高,如有错误请指正-Binary tree for the exchanges, learn from each other, co-improved, if there is an error, please correct me
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:20998
    • 提供者:sunjunjie
  1. ssjg

    0下载:
  2. 数据结构中的huffman链表存储,huffman四元组法,纠错码的实现-Huffman data structure in memory list, huffman quaternion group law, the achievement of error-correcting codes
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3174
    • 提供者:初蕾
« 12 3 4 5 »
搜珍网 www.dssz.com