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

搜索资源列表

  1. 李森数据结构作业

    1下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19992
    • 提供者:李森
  1. taosheng

    1下载:
  2. 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:王涛
  1. sourcecode

    0下载:
  2. 以上一共五个在VC环境下编写的程序,分别为串的基本操作,哈夫曼编译码系统,简单词法分析器,进程转换模拟控制,最短路径搜索算法。为节省上传时间,只有源代码,工程文件都删除了,但是上述源码都在本机上编译通过,并且能够正确运行。谢谢!-More than a total of five in the VC environment prepared by the procedure, namely the basic string operations, Huffman encoding and dec
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:47861
    • 提供者:zgz
  1. stack

    0下载:
  2. 三个文件实现了栈的三个基本应用:进制转换、迷宫、四则运算。-Implementation of the stack of three documents, the three basic applications: M-ary conversion, the maze, four computing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:13748
    • 提供者:shuiyeshan
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3186
    • 提供者:hunter
  1. huffman_3

    0下载:
  2. 功能包括从文件中读取文章,将文章转换为哈夫曼编码,将哈夫曼编码还原,就是那几个基本算法的实现啦。 为了方便查看,这里输出的哈夫曼编码是1byte的,其实真正应该将其变为1bit存储,这样才能达到压缩的目的。-Features include articles to read from the file, the article is converted to Huffman coding, Huffman coding will be restored and that is the rea
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2393
    • 提供者:xiang
  1. zhuanhuan

    0下载:
  2. 这是大小不写转换的一个文件,是文便将字母的大小写进行转换-This is not the size of a file to write conversion is the case of Wen Bian Jiang convert letters
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:11490
    • 提供者:dfdf
  1. 4

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。-Enter a string from the keyboard will be all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:8140
    • 提供者:
  1. Classic_structures

    0下载:
  2. VC++数据结构经典算法源码包,包括底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找等! -VC++ source package classical algorithm data structures, including low-level programming, calibration algorithm, the problem algorithms, file algorithms, case conversion, base con
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:316572
    • 提供者:xcan
  1. wenjianjiegou

    0下载:
  2. 把文件的逻辑结构转换成存储结构,设计便于顺序存取和直接存取的文件存储结构-Logical structure of the file into a storage structure, designed to facilitate sequential access and direct access to the file storage structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:109239
    • 提供者:
  1. MyPro

    0下载:
  2. 处理输入文件,通过特定的算法,转换形成输出文件。可自定义输出格式。-A program source which can process input files and convert them to outputfiles using select algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1896913
    • 提供者:张平
  1. string_trans

    0下载:
  2. 从文本文件中读取按照一定格式存储的数据,并经过字符串处理,将数据存储到数组中。主要用到了char*到浮点数的转换,文件读取的一些常用函数。-Read from a text file format for storing data according to certain, and after a string processing, the data stored in the array. Main use of the floating-point conversion to char*,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:241258
    • 提供者:ZYZ
  1. input-string

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。    输入的字符串以!结束 -From the keyboard a string, will be small letters all converted into capital letters, and then the output to a disk file "test" save. The input string to! end
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3086
    • 提供者:么龙
  1. diguizhuhuandaofeidigui

    0下载:
  2. 递归怎样转换到非递归的形式的PPt文件,方便初学者更好理解递归。-Recursive How to convert PPt file to a non-recursive form, easy for beginners to better understand recursion.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:55597
    • 提供者:唐佳伟
  1. WordCount

    0下载:
  2. 文字转换--将输入的文字转换成相应的输出文字,可实现文件加密-Text conversion- the input text into the corresponding output text file encryption can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1568637
    • 提供者:Andy
  1. MidastoFlac3D

    0下载:
  2. 迈达斯建模,然后由软件模型转换,形成FLAC文件,可以连接到勤达后手- Midas modeling, and then converted by the software model, the formation of flac files, get connected to the flac of
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7972
    • 提供者:陈西磊
  1. off2stl

    0下载:
  2. 三维模型文件的数据结构转换,能将off格式文件转换成stl格式,可用于3d打印-transform off to stl
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3300617
    • 提供者:WYJ
  1. seedFormatParse

    1下载:
  2. java版本的seed解析,包括seed转换miniseed(Seed analysis of java version)
  3. 所属分类:数据结构

    • 发布日期:2020-07-24
    • 文件大小:33792
    • 提供者:梦浮桥
搜珍网 www.dssz.com