CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - mingw gcc

搜索资源列表

  1. Kruscal_C++_implement

    0下载:
  2. 1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,区别主要在于compare函数 4.kruscal算法里面,我有两个不同的实现,一个是最小化堆里面放EdgeNode的指针,一个是最小化堆里面放EdgeNode的Object实例。前者使用了compare函数来比较大小,后者则是在EdgeNode的class里面重载运算符。-1.kru
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:983909
    • 提供者:gfoto
  1. thunkgcc.MinGW结合Thunk实现Win32框架封装

    1下载:
  2. MinGW结合Thunk实现Win32框架封装,目前网上第一份公开的gcc使用的thunk代码。,Thunk combination MinGW framework to achieve Win32 package, the current first-line use of the gcc open source thunk.
  3. 所属分类:界面编程

    • 发布日期:2017-03-30
    • 文件大小:3841
    • 提供者:loaden
  1. mingw32-runtime-source-19991107

    1下载:
  2. gcc使用的win32库和头文件-gcc use win32 storehouse and document
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:635176
    • 提供者:站长
  1. line-intersect

    0下载:
  2. Algorithm to find intersection between 2 lines. Note: does not handle the special case when one of the lines is vertical. Compile with MinGW: gcc -Wall li2.c -Wall -s -o li2.exe -lgdi32-Algorithm to find intersection between 2 lines. Note:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1896
    • 提供者:johna
  1. a_string

    0下载:
  2. 包含一个通用泛型字符串模块,在 Window MinGW 以及 Linux GCC 下编译成功。包含 UTF-8、UTF-16 以及 UCS-4 编码互转,a_string<T> 类型以及对 a_string<T> 的输入输出支持。-Generic string module, compiled under the Window MinGW and the Linux GCC successfully. Contains UTF-8, UTF-16 and UCS-4 e
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:21386
    • 提供者:飞絮哀
  1. mingw-w64-v1.0-snapshot-20100411

    3下载:
  2. The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. -The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit a
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:46182400
    • 提供者:李鹏程
  1. dev-cpp

    0下载:
  2. Dev-C++是一个C&C++开发工具,使用 Delphi/Kylix 开发, 它是一款自由软件,遵守GPL协议。它集合了GCC、MinGW等众多自由软件,并且可以从工具支持网站上取得最新版本的各种工具支持,而这一切工作都是来自全球的狂热者所做的工作,并且你拥有对这一切工具自由使用的权利,包括取得源代码等,前提是你也必 须遵守GNU协议。它使用 MinGW/GCC/Cygwin 编译器,遵循C/C++标准。 DEV-C++ 已被全国青少年信息学奥林匹克联赛设为C++语言指定编译器-Dev-C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4892885
    • 提供者:little_cui
  1. mingw-w64-v2.0.7.tar

    0下载:
  2. Min GW...comandos gcc, make
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-24
    • 文件大小:7036448
    • 提供者:Rafael Monaco
  1. RS-232.tar

    1下载:
  2. RS232串口通信代码,一个封装好的串口通信代码,同时支持window及linux系统,接口清晰,使用便利。-Here you can find code to use the serial port. It has been tested with GCC on Linux and Mingw-w64 on Windows. Handshaking or flowcontrol is not supported. It uses polling to receive charact
  3. 所属分类:Other systems

    • 发布日期:2015-09-26
    • 文件大小:12288
    • 提供者:
  1. C-Free-5.0-mingw-gcc

    0下载:
  2. C-Free 5.0编辑程序,mingw配置,命令行模式下gcc编译器进行预编译、编译、汇编、链接、运行-C-Free 5 editor, MinGW configuration, the command line mode the gcc compiler compiler, assembler, pre compile, link, operation
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:473920
    • 提供者:陈波
  1. SetEnv

    0下载:
  2. 自动设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。-Automatically sets the Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compiler system environment variables.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:16296
    • 提供者:whoozit
  1. SetEnv

    0下载:
  2. 设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。最终版本:修改上一版的bug;运行即生效,无需重启。本人只会这三种语言,等以后学习别的语言,有必要再修改吧。-Setting Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compiler system environment variables. final version. I only three languages,
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-30
    • 文件大小:16384
    • 提供者:whoozit
  1. SetEnv

    0下载:
  2. 设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。 本程序依据三种编译器安装目录的不同关键字自行区分设置。 复制可执行文件到编译器的安装目录下,右键以管理员身份运行即可。 最终版本:运行即生效,无需重启;已存在与当前目录不同的目录会自动修改。本人只会这三种语言,等以后学习别的语言,有必要再修改吧。-Setting Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:15062
    • 提供者:whoozit
搜珍网 www.dssz.com