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

搜索资源列表

  1. mine0001

    0下载:
  2. 一个C语言的扫雷游戏 用WASD控制光标 使用DEVCPP编译-A C language WASD control minesweeping game cursor used by the compiler DEVCPP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:9246
    • 提供者:Archon
  1. VIRUNNER

    0下载:
  2. 读写VIJOS题库时所用的GUI版界面,全部采用C语言编写,编译器为GCC,(DEVCPP) 调用WINAPI-Reading and writing questions VIJOS used version of the GUI interface, all using C language, the compiler for GCC, (DEVCPP) call WINAPI
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:296153
    • 提供者:hackest@msn.com
  1. mylife

    0下载:
  2. 细胞生命游戏,用Win32SDK写的。开发环境是devcpp4.9.9.2。原创哦!-Game of Life cells with Win32SDK written. Development environment is devcpp4.9.9.2. Original Oh!
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:119167
    • 提供者:自由民
  1. Md5Code

    0下载:
  2. 可以用devcpp编译,可以测试文件,字符的md5值-Can be devcpp compile, you can test the file, the character of the md5 value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3741
    • 提供者:songzhu
  1. SetDevCPPArm5

    0下载:
  2. Guide to make a Linux cross compiler on DevC-Guide to make a Linux cross compiler on DevCpp
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:111760
    • 提供者:steven
  1. VC6

    0下载:
  2. vc++绿色版开发环境,很好用的,一点就行了。-green version of vc++ development environment, useful, and a little on the line.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:44381407
    • 提供者:huang
  1. devcpp-4.9.9.2_setup

    0下载:
  2. C++编译器,一款很不错的C++编译软件,可以-C++ compiler, a very good C++ compiler software, you can try
  3. 所属分类:Compiler program

    • 发布日期:2017-05-26
    • 文件大小:9307852
    • 提供者:李默
  1. fanxvlie

    0下载:
  2. 用递归求数的反序列及递归求fib,devcpp环境下编写,在其他支持C语言的编译器上均可运行-Recursive sequence and find the number of anti-recursion fib, devcpp environment written in other languages supported C compiler can be run on
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:703
    • 提供者:yanhan
  1. openg-devcPP

    0下载:
  2. opengl example for windows
  3. 所属分类:DirextX

    • 发布日期:2017-04-17
    • 文件大小:10580
    • 提供者:kumen
  1. devcPP

    0下载:
  2. memset用法初学者必看涵盖memset的所有基本用法简单明了-memset usage must-see for beginners covers all the basic usage of memset simple
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:1017370
    • 提供者:侯成龙
  1. LlamaWorks2DGAMEENG

    0下载:
  2. 看过《C++游戏编程》的同学们都知道这本书里实现的那个2D引擎是在DevCpp的IDE下完成的这对于用惯了VC的我感觉十分不便,便把它“移植”到了VC6.0的IDE下,这样用起来就十分方便了!-Read " C++ game programming," the students are aware that this book achieved in DevCpp 2D engine is under the IDE are used to complete this for
  3. 所属分类:Game Engine

    • 发布日期:2017-04-08
    • 文件大小:460480
    • 提供者:荣绍伟
  1. OpenCVandCpp

    0下载:
  2. OpenCV and C++ A short howto for OpenCV and DevCPP on Windows DevCPP is a free development environment based upon GCC (creates makefiles and all these) which quite likely should make it easy to adapt to Linux (and possibly OS X). -OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:48472
    • 提供者:fathur
  1. DevCPP-Project

    0下载:
  2. DevC++ Project is tutorial about DevC++ ide programming application. Is a simply guide to use the ide for VC++ or C++ programming language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:448432
    • 提供者:experttano
  1. article_src

    0下载:
  2. listview编程 代码示例 非常好用 已经移植到devcpp上-The listview programming code examples of very good has been ported to devcpp
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-10
    • 文件大小:2053443
    • 提供者:dingchao
  1. devcpp-(1)

    0下载:
  2. 来自国外的标准差分进化算法的C++实现,简洁有用。-standard DE from abroad
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:173690
    • 提供者:郑凡
  1. queue

    0下载:
  2. 实现队列功能:包括顺序队列与链式队列。只包含头文件,在devcpp下成功测试。-realize the function of queue.including seqence queue and link queue. there are only header file. all is successfully tested.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4134483
    • 提供者:chenqiren
  1. KMP

    0下载:
  2. KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also load the VC6.0 project. To enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:109157
    • 提供者:
  1. VisaUSB

    0下载:
  2. 使用devcpp开发的纯C语言程序,使用该程序可以扫描电脑上所连接的USB仪器,并返回仪器清单和名称。(使用时,电脑上需要安装Visa驱动,如果不知道哪里有VISA驱动,请上NI官网:http://www.ni.com/下载)-Pure C-language program using devcpp developed to use the program can scan the computer connected USB devices, and return to the instrum
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:10476
    • 提供者:xgwu
  1. Space-Resection--kjhfjh-

    0下载:
  2. C++写的摄影测量单片空间后方交会程序,通过对提供的试验数据进行计算,输出像片的外方位元素并评定精度。注意不要用VC编译,使用DEVCPP或者code::blocks编译。头文件是矩阵运算函数,参考网络上的。 算法和源码仅供参考-The C++ write monolithic space resection procedures calculated to provide test data, the output of the exterior orientation elements
  3. 所属分类:Algorithm

    • 发布日期:2017-11-02
    • 文件大小:141932
    • 提供者:林海
  1. xml

    0下载:
  2. 针对XML文件操作的例程,使用tinyxml组件,devcpp编译通过的,可以用vc6等简单修改使用。-Routine operation for XML files, use tinyxml components, devcpp compiled by, you can use vc6 simple modification to use.
  3. 所属分类:File Operate

    • 发布日期:2017-11-10
    • 文件大小:221856
    • 提供者:郭飞
« 1 23 »
搜珍网 www.dssz.com