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

搜索资源列表

  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. SglCon

    0下载:
  2. 绘图函数用mcc生成的代码嵌入VC工程实例,Win32 Console版本-mapping function using mcc generated code embedded VC engineering example, Win32 Console Version
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:141756
    • 提供者:谢芊芊
  1. FuzzyCluster

    1下载:
  2. 一个用于模糊聚类的算法。源码是基于VC平台下的Win32 console application-for a fuzzy clustering algorithm. VC source is based on the Win32 platform console application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9150
    • 提供者:史剑
  1. Data_Struction_prim_MST

    0下载:
  2. 数据结构作业代码。 最小生成树 Prim实现。 win32 Console界面。-operation code data structure. Prim achieve the minimum spanning tree. Win32 Console interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7018
    • 提供者:张钊宁
  1. yiyuan

    0下载:
  2. 医院模拟:经典堆栈队列应用;VC++控制台程序;小弟上数据结构是作品.-hospital simulation : classic stack Queue application; VC console; Finding data on the structure of work.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18895
    • 提供者:li
  1. xiansuobtree

    0下载:
  2. win3 console 平台下程序,线索化二叉树算法程序,欢迎讨论。-791bp console platforms procedures and the clues of a binary tree algorithm welcome discussion.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6069
    • 提供者:enderlw
  1. 20032315

    0下载:
  2. 这是一个计算器的程序,使用C++编写, 在VC控制台下运行-This is a calculator, the use of C + +, VC console running
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2292
    • 提供者:wsjok
  1. tubaoTest

    0下载:
  2. 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6914
    • 提供者:bjsheng
  1. MifRd

    0下载:
  2. mapInfo图形文件的读取程序,可在DOS/控制台下读取tab文件数据-graphics document reader, the DOS / console read tab document data
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12640
    • 提供者:Norman
  1. unrarsrc-3.6.6.tar

    0下载:
  2. Rar 的控制台解压程序,为rarlab公司发布-Rar console decompression procedures for the rarlab company.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:125044
    • 提供者:stray
  1. Knight2

    0下载:
  2. 这是自己写的骑士巡游问题的源代码,控制台实现没有图形化-This is, the parade was the Knights of the source code, not realizing console Graphic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7737
    • 提供者:赵亮
  1. 23952

    0下载:
  2. My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP '
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53517
    • 提供者:郭春阳
  1. 24703

    0下载:
  2. This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:36147
    • 提供者:郭春阳
  1. Calculator_cmd

    0下载:
  2. 同Windows自带的计算器类似的程序,命令行界面,可以识别表达式,大小括号,弧度等,也可以使用一些控制台命令,界面为彩色,使用方便。主要练习栈的使用。-with Windows built-in calculator similar procedure, a command line interface can be identified expression, Size brackets, such as Radian, we can use some of the console comm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10603
    • 提供者:小花猫
  1. ExpressionCalculato

    0下载:
  2. 表达式算法,console程序-expression algorithm console procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10847
    • 提供者:吴奇
  1. ENA_TSP

    0下载:
  2. 开发环境:Visual C++ .net2003 功能介绍:神经网络算法实验;分Console版本和MFC版本;主要用来求解TSP问题。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:93071
    • 提供者:jimin
  1. hruota

    0下载:
  2. 我用C编写的汉诺塔算法的源程序,自认为写的不错,呵呵- I use the Chinese which C compiles to promise the tower algorithm the source program, confessed for writes is good, ha-ha ,C-C++,控制台编程/Console
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5981
    • 提供者:卢文
  1. newhh_table1_src

    0下载:
  2. A console-based hah calculators
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:278032
    • 提供者:srhg
  1. g729a

    1下载:
  2. g729 的源码,我调试我,可以用了, 用vc6 编译,建个console的应用程序工程
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:579027
    • 提供者:kenneth
  1. huanfanfshu

    0下载:
  2. 这是一个生成幻方数的算法,console程序,简单实用,需要的朋友可以看看。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5718
    • 提供者:彦竹
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com