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

搜索资源列表

  1. GIFLIB.ZIP

    0下载:
  2. GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to support GIF89a, the vc used, decodi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:164281
    • 提供者:pyh
  1. TestFileInfo

    0下载:
  2. 用C#代码编写,主要是获取文件的具体信息!-With C# Coding, the main document is to obtain specific information!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:3968
    • 提供者:
  1. huffman-adaptive

    0下载:
  2. huffman coding and decoding adaptive huffman coding and decoding it is a assignment from my course and code is main-c decode is main-e hope it is useful for everybody
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:2509647
    • 提供者:yuyu
  1. HuffmannTree

    0下载:
  2. Huffman树的C++实现,有可视化界面,主要是译码功能-Huffman tree of the C++ to achieve, there are visual interface, the main function is to decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:423042
    • 提供者:pf
  1. main

    0下载:
  2. 一个用C编写的3字节浮点数转十进制的软件。-Written using a C-byte floating-point switch to three decimal software.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:2423
    • 提供者:joansun
  1. CPP-China_speaking_CPP

    0下载:
  2. C++-China speaking C++为C++之父中国之行于清华北大的演讲稿另一份讲稿,以C++的设计者的身份,独到的介绍了C++的主要特征和优点-C++-China speaking C++ for C++ father' s trip to China, Tsinghua University Beijing University speech in a separate scr ipt to C++, the identity of the designer, unique i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:173793
    • 提供者:万富元
  1. wangshangshudian

    0下载:
  2. 用C#开发的网上书店,可以在网上进行购书,其主要功能包括注册会员,新闻浏览,图书查询,最新图书,购物车,在线客服,文件管理,会员管理,订单管理,新闻管理。-C# development of the online bookstore, online books, its main functions include registered member, press browse, search for a book, the latest books, shopping cart, online
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:4803211
    • 提供者:mrshuang
  1. peng

    0下载:
  2. C功能主要执行文件概要题我们的题目好-Summary of the main executable file C function topic questions our good oh ah ah ah ah ah
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:1342
    • 提供者:彭新科
  1. 30gedanpianji

    0下载:
  2. 主要内容: (1)将<AT89S51单片机试验及实践教程>里面的实验用Proteus仿真!!!!包括C语言的和汇编的!!! (2)加了注释(本人也是刚学的,可能有些错误,望提出!) 还加了部分与该实验有关的资料!! (3)将本人发现的原版中的问题加以改正.(里面还有小部分问题,目前仍然不明) -Main content: (1) inside the <AT89S51单片机试验及实践教程> experimental Proteus simulation!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:5064704
    • 提供者:hehe
  1. xiaoche.c

    0下载:
  2. 单片机控制循迹小车程序,包括舵机的控制,小车主程序,传感器程序。经验证可以使用。-SCM control tracking car program, including steering gear control, car main sensor program. Proven available.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:2619
    • 提供者:Mr_Wang
  1. DS4

    0下载:
  2. 设电文字符集D及各字符出现的概率F如下: D={a,b,c,d,e,f,g,h}(字符数n=8) F={5,29,7,8,14,23,3,11}( ) 编写完成下列功能的程序: ①构造关于F的Huffman树; ②求出并打印D总各字符的Huffman编码。 程序结构: 类型说明; 构造Huffman树的函数:Huffman_tree(H[m+1]); 求Huffman编码的函数:Huffman_code(code[n+1]); mai
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:103529
    • 提供者:Kai
  1. Huffman

    0下载:
  2. 利用Huffman编码实现文件压缩解压的算法,改源码为C++面向过程的。主要是由函数组成,包括主函数、压缩函数、解压函数、界面函数。-Use Huffman encoding for file compression and decompression algorithms, change-oriented C++ source code for the procedure. It is mainly made up of functions, including the main functi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3168
    • 提供者:XCK
搜珍网 www.dssz.com