CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - GCC E

搜索资源列表

  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:冯灿科
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:冯灿科
  1. rsa_code

    0下载:
  2. rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:潘伟波
  1. smp86xx_rootfs.tar.bz2

    0下载:
  2.  sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt =================   This is the Sigma Designs customization of the root file system for the SMP86xx family of chips.   This package is of course
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-12-27
    • 文件大小:228.76kb
    • 提供者:mattli001
  1. MPLABC30.rar

    1下载:
  2. Mplab C30编译器,帮助使用PIC的用户编译PIC18,PIC24等系列的单片机。该版本编译器,足够普通用户使用,不要购买。,Mplab C30 compiler to help users use the PIC compiler PIC18, PIC24 microcontroller series. The compiler version is sufficient to ordinary users, not to buy.
  3. 所属分类:其他小程序

    • 发布日期:2014-01-09
    • 文件大小:28.89mb
    • 提供者:visteon
  1. XMEGA_External_Bus_Interface

    0下载:
  2. Atmel官方外部总线接口(EBI)应用参考代码,使用GCC编译器-Atmel official external bus interface (EBI) application reference code, use the GCC compiler
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:129.16kb
    • 提供者:luoyunkai
  1. ppm_encoder

    0下载:
  2. 遥控程序开发这个软件是免费的。根据你自己的选择-Title : C file for the rc ppm encoder (servo2ppm_v4_2.c) Author: Chris Efstathiou E-mail: hendrix at vivodinet dot gr Homepage: ........................ Date: 3/Aug/2009 Compiler: AVR-GCC with
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:48.83kb
    • 提供者:曹英
  1. ARM_GCC_Inline_Assembler_Cookbook

    0下载:
  2. 介绍了ARM GCC内嵌汇编的使用方法,E文的-ARM GCC Inline Assembler Cookbook
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:30.81kb
    • 提供者:zhang
  1. mingw

    0下载:
  2. mingw32.rar,支持所有的windows版本。 解决编译时g++太老不能编译某些程序的问题。-the latest mingw32,solve the problem of g++ cc new file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:20.97mb
    • 提供者:liuquancai
  1. AVR_GCC

    0下载:
  2. AVR单片机GCC程序设计电子书,GCC程序设计电子书-Programming AVR Single Chip GCC e-book
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1.01mb
    • 提供者:LJ
  1. djgpp

    1下载:
  2. djgpp编译环境,已经将gcc,ar等解开到其中,直接可以使用。使用时参考内部readme.lst文件,设置好路径即可: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN PATH -djgpp compiler environment, have gcc, ar, such as the one to solve, can be used directly. The use of internal reference readme.
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6.68mb
    • 提供者:张炜
  1. maugis

    0下载:
  2. 模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:84kb
    • 提供者:孙博
  1. BreakGcc

    0下载:
  2. The most horrible onliner in C you even have seen :-) Use gcc -E to generate the code... This code just return true if a solution exist. This code solves the problem of the "count down number" http://en.wikipedia.org/wiki/Countdown_ 28game_show
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:824byte
    • 提供者:blanvill
  1. E-version-of-Gcc-grammar-instruction

    0下载:
  2. E版Gcc语法指导书,英文版的,有英语基础的可以-E version of Gcc grammar instruction
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:137.87kb
    • 提供者:李可可
  1. AVR-Single-Chip-GCC-Programming

    0下载:
  2. AVR 单片机 GCC 程序设计 , 电子书参考用-AVR Single Chip GCC Programming , e-Book for reference
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:967.02kb
    • 提供者:Pro Goodo
  1. Virus-c

    0下载:
  2. 1.在C、D、E盘和c:\windows\system、c:\windows中生成本病毒体文件 2.在C、D、E盘中生成自动运行文件 3.注册c:\windows\system\svchost.exe,使其开机自动运行 4.在C:\windows\system下生成隐蔽DLL文件 5.病毒在执行后具有相联复制能力 本病毒类似普通U盘病毒雏形,具备自我复制、运行能力。 程序在DEV-CPP 4.9.9.2(GCC编译器)下编译通过-1 in C, D, E di
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5.95kb
    • 提供者:名额
  1. base64

    0下载:
  2. 本程序用于将任何文件进行Base64编码,是否是标准Base64编码取决于Makefile的DFLAGS变量是否添加-DPRIVATE_BASE64。 使用本程序的方法是: ./base64convert -e 1.mp3 encode.data //将1.mp3进行Base64编码,编码后的结果存放到encode.data文件 ./base64convert -d encode.data 2.mp3 //通过encode.data进行解码,解码的结果2.mp3这个文件
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:6.23kb
    • 提供者:yangjiaming
搜珍网 www.dssz.com