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

搜索资源列表

  1. C语言图形方式下的编程1

    0下载:
  2. 不同的显示器适配器有不同的图形分辨率。即使是同一显示器适配器,在不同模式下也有不同分辨率。因此,在屏幕作图之前,必须根据显示器适配器的种类将显示器设置成为某种图形模式。在未设置图形模式之前,微机系统默认屏幕为文本模式(80列,25行字符模式),此时所有图形函数均不能工作。-different display adapters with different graphics resolution. Even with the same display adapter, in different m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23205
    • 提供者:高俊杰
  1. compress11

    0下载:
  2. 这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。-lzw algorithm source code, pure c programming language, and I hope to you useful.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13049
    • 提供者:zc
  1. humanshu

    0下载:
  2. 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:647
    • 提供者:tom
  1. xiansuohua1

    0下载:
  2. 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:910
    • 提供者:tom
  1. zuoyediaodu

    0下载:
  2. 这是一个操作系统的作业调度的算法,是用C语言来编程的-This is a system of job scheduling algorithm is the use of C language programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1770
    • 提供者:tom
  1. 100.001

    0下载:
  2. c编程技巧100之1-100 of 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1336
    • 提供者:施航
  1. chap07

    0下载:
  2. C#网络编程中的多线程的应用。本实例是一个网上书店
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:72358
    • 提供者:吴俊杰
  1. videocompressdecompress

    0下载:
  2. 这是一个压缩解压包,用C语言进行编程的,里面有详细的源代码.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:859522
    • 提供者:Rachel
  1. bianyi

    0下载:
  2. 用C编程实现对26个字母用于电报打字的优先权进行编程,生成哈夫曼数,并可实现对某一语句的编码,译码。本文举例此语句为:this program is my favorite.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3239
    • 提供者:梁娟
  1. G711_G721_G723

    0下载:
  2. 音频ADPCM编解码器,采用标准C语言编程,实现G.711,G.72 3,16K,24K,32K算法
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20334
    • 提供者:guobing
  1. VC++NETDigitalImagingProssing

    0下载:
  2. 本光盘提供了《Visual C++.NET图像处理编程》一书演示程序的所有源代码以及所需的图像实例,目录结构如下: 图像 源程序 VC++ VC++.NET
  3. 所属分类:压缩解压

  1. ReadDataFromDatabase

    0下载:
  2. 利用C++编程实现读取数据库数据并绘制曲线-Using C++ programming to read database data and plot curves
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:120725
    • 提供者:尤章金
  1. blackjack_src

    0下载:
  2. 这是一个BLACKJACK的源代码,使用C++编程,较容易。-This is a BLACKJACK the source code, using C++ programming easier.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:145673
    • 提供者:王超
  1. MySchool

    0下载:
  2. MySchool系统是一个北大青鸟的基本c##编程语言的简单作品-The MySchool systems a Beida Jade Bird basic c## a simple programming language works
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:65140
    • 提供者:陈仲春
  1. cs

    0下载:
  2. 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:14205
    • 提供者:mike
  1. matrixcompress

    1下载:
  2. C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1689
    • 提供者:123
  1. HAP_C-Free5_CJY

    0下载:
  2. cfree 5.0编程工具,很好用,喜欢的朋友可以下载用,安全无毒-cfree 5.0 programming tools, useful, like a friend you can download to use, safe non-toxic
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:14776008
    • 提供者:yehaitao
  1. C

    0下载:
  2. c语言编程集合,汇聚多个实例,有一定的指导作用-collection of c programming language, multiple instances of convergence
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:80657
    • 提供者:zxcvbnm
  1. LZW-C

    0下载:
  2. LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:2654
    • 提供者:zhou
  1. C-jianggao

    0下载:
  2. C语言的基础学习课程,可以实现简单的编程与运算-C language-based learning courses that can achieve a simple programming and operation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:562609
    • 提供者:常洪涛
« 12 3 »
搜珍网 www.dssz.com