Welcome![Sign In][Sign Up]
Location:
Search - dev-c A

Search list

[OpenGL programselection

Description: 从视点到鼠标点形成一条直线,来确定鼠标点选择了屏幕上的那一个多面体。Dev-c++编译-View from the click of the mouse to form a straight line, to determine the click of the mouse, choose on the screen that a polyhedron. Dev - c compiler
Platform: | Size: 602726 | Author: 张扬 | Hits:

[OpenGL programculling

Description: 检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev - c compiler.
Platform: | Size: 200428 | Author: 张扬 | Hits:

[OpenGL programoglmdi2

Description: 类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev-C++编译-similar VC Opengl MDI interface that allows the same interface can be shown under a variety of views. With dev - C compiler
Platform: | Size: 205982 | Author: 张扬 | Hits:

[ELanguageyffx

Description: 一个语法分析程序,C++写的,内含原码和exe文件. 开发工具:DEV-C-a program of parsing,write in c++,which include original code and exe file.develope tools:DEV-C
Platform: | Size: 116035 | Author: 罗兆天 | Hits:

[Game Programathena-dev-2.1.1-mod0940

Description: 最新的仙镜传说服务器C语言源码,这是日本最新在布的,数据库类型为文件型数据库。这个源码相当的完整,只要编译一次后就可以运行了,但得用到客户端的两个文件一个是data.grf另一个是sdata.grf,大家都可以试试!我编译成功的环境:Redhat 9.0 成功使用环境:win2k因为不懂C语言,但还是发现程序中存在着一些问题-latest cents a mirror server legend C language source code, which is the latest in Japanese cloth, Database type of document database. The source of considerable integrity, as long as the compiler can run after the first. But in the client used the two documents is a sdata.grf data.grf another, we can try! I build successful environment : Redhat 9.0 successful use of the environment : win2k because he does not know C language, procedures but discovered that there are some problems
Platform: | Size: 1187510 | Author: 刘金岭 | Hits:

[ELanguageyffx

Description: 一个语法分析程序,C++写的,内含原码和exe文件. 开发工具:DEV-C-a program of parsing,write in c++,which include original code and exe file.develope tools:DEV-C
Platform: | Size: 115712 | Author: 罗兆天 | Hits:

[Picture ViewerNs_2x2

Description: dev c++的小程式,可以用來秀圖及做一些圖片修改用,一定可以run。-dev c++ a small program that can be used to show maps and pictures to do some modifications, and will be able to run.
Platform: | Size: 2350080 | Author: | Hits:

[Picture Viewerjpg2bmp

Description: 一个用纯c写的jpg转bmp的源代码。vc6通过。-Pure c a jpg to bmp write the source code. vc6 through.
Platform: | Size: 9216 | Author: elfkid | Hits:

[GUI Developsimpletalk

Description: 一个简易的聊天窗口,用C+API的方式编辑的,在dev-cpp下编译通过-A simple chat window, using C+ API way to edit, in dev-cpp compile under through
Platform: | Size: 7168 | Author: 严雷 | Hits:

[.netcodeblocks-8.02-setup

Description: Code::Blocks 是一个开放源码的全功能的跨平台C/C++集成开发环境,比Dev-C++更好用。而Dev-C++已经停止开发新版了。所以Code::Blocks是一个比较好的替代工具。   相比于基于Delphi的Dev-C++共享C++IDE,Code::Blocks是开放源码软件。Code::Blocks由纯粹的C++语言开发完成,它使用了蓍名的图形界面库wxWidgets(2.6.2 unicode)版。对于追求完美的C++程序员,再也不必忍受Eclipse的缓慢,再也不必忍受VS.NET的庞大和高昂的价格。 -Code:: Blocks is an open-source full-featured cross-platform C/C++ integrated development environment than the Dev-C++ to better use. The Dev-C++ has stopped the development of a new version of the. So Code:: Blocks is a good alternative instrument. Compared to Delphi on the Dev-C++ shared C++ IDE, Code:: Blocks is an open source software. Code:: Blocks from pure C++ language developed, which uses a graphical interface Achillea library of wxWidgets (2.6.2 unicode) version. In the pursuit of perfection of the C++ programmers, Eclipse no longer have to endure the slow, no longer have to endure the huge VS.NET and high prices.
Platform: | Size: 11371520 | Author: 郑林涛 | Hits:

[Data structsTSingHua_YanWeiMin_DataStructure(C_and_CPlusPlus)C

Description: 数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。 本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助-Data Structure and Analysis of Algorithms- Wei-Min Yen with吴伟民_ edited by the data structure (C language and C++ version) (The author is one where high) source code. The code contains Yan Wei-Min " data structure (C language version)" and " data structure (C++ version)," book 2 books full source code at my Visual C++, Dev C++, Turbo C, Turbo C++, DJGPP, MinGW debugging through , is studying data structure must depend on the Student ah ~ there is a considerable help to the study
Platform: | Size: 310272 | Author: 宋芬 | Hits:

[ELanguagepascal-compiler-in-cpp

Description: pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists of Symbol Table, Abstract Tree Construction, Code generation and generated code interpretation. I believe it s a helpful material for learning oo programming and design since it uses STL and design patterns intensively. The project is developed on Mingw and Dev-C++ IDE, VC6.0 is not supported since it does not STL compliant!
Platform: | Size: 721920 | Author: xukeying | Hits:

[3D Graphicporco

Description: A pig 3D graphic in Dev C-A pig 3D graphic in Dev C++
Platform: | Size: 445440 | Author: Irineu | Hits:

[VC/MFCDev-C

Description: Dev-C++简明使用手册 Dev-C++是一个可视化集成开发环境,可以用此软件实现C/C++程序的编辑、预处理/编译/链接、运行和调试。本手册中介绍了Dev-C++常用的一些基本操作-Dev-C++ simple manual Dev-C++ is a visual integrated development environment, you can use this software C/C++ program editing, pre/compile/link, run and debug. This manual describes the Dev-C++ some basic operations commonly used
Platform: | Size: 321536 | Author: | Hits:

[Windows Developdev-cpp

Description: Dev-C++是一个C&C++开发工具,使用 Delphi/Kylix 开发, 它是一款自由软件,遵守GPL协议。它集合了GCC、MinGW等众多自由软件,并且可以从工具支持网站上取得最新版本的各种工具支持,而这一切工作都是来自全球的狂热者所做的工作,并且你拥有对这一切工具自由使用的权利,包括取得源代码等,前提是你也必 须遵守GNU协议。它使用 MinGW/GCC/Cygwin 编译器,遵循C/C++标准。 DEV-C++ 已被全国青少年信息学奥林匹克联赛设为C++语言指定编译器-Dev-C++ is a C & C++ development tools, the use of Delphi/Kylix development, it is a free software to comply with GPL agreement. It combines the GCC, MinGW, and many other free software, and you can get from the tool support the latest version of the site support a variety of tools, and all this work is done by enthusiasts from around the world work, and you have all this the right to free use of tools, including access to source code, etc., provided that you also must comply with GNU agreement. It uses the MinGW/GCC/Cygwin compiler, follow the C/C++ standard. DEV-C++ has been the National Informatics Olympiad Youth League is set to specify the C++ language compiler
Platform: | Size: 4892672 | Author: little_cui | Hits:

[ELanguageDev-CPP

Description: AT&T发布的第一个Dev-C++编译系统实际上是一个预编译器(前端编译器),真正的Dev-C++程序是在1988年诞生的。-AT&T released the first Dev-C++ compiler system is actually a precompiler ( front-end compiler ), real Dev-C++ program was born in 1988.
Platform: | Size: 140288 | Author: somnus1 | Hits:

[Software EngineeringDEV-C

Description: 简单介绍devC++的用法。Dev-C++是一个可视化集成开发环境,可以用此软件实现C/C++程序的编辑、预处理/编译/链接、运行和调试。本手册中介绍了Dev-C++常用的一些基本操作,每一位同学都要掌握。-Brief usage devC++. The the Dev-C++ is a visual integrated development environment, you can use this software to achieve the C/C++ program editing, pretreatment/compile/link, run and debug. This manual describes the the Dev-C++ used some of the basic operation, each student must be mastered.
Platform: | Size: 400384 | Author: mp | Hits:

[OtherDev-Cpp+5.3.0.3+TDM-GCC+x64+4.6.1+Setup

Description: 简便实用的正版dev中文编译器,拥有较全面的系统函数库(Simple and practical genuine dev Chinese compiler, has a more comprehensive system function library)
Platform: | Size: 80814080 | Author: s小玉 | Hits:

[Linux-Unixlinux-dev-framework-master实现p2p

Description: linux-dev-framework是一个Linux程序开发框架,基于C语言和gcc工具链。 linux-dev-framework内含一份简单的源码目录结构、一些常用的C例程和makefile编译脚本。(Linux-dev-framework is a Linux program development framework based on the C language and the GCC tool chain. Linux-dev-framework contains a simple source directory structure, a number of commonly used C routines and makefile compiler script.)
Platform: | Size: 123904 | Author: langtest | Hits:

[yhjsf

Description: 用C++寻找安全序列,实现简单的银行家算法,实现进程的处理。(Find a security sequence to implement a simple banker's algorithm.)
Platform: | Size: 1024 | Author: jttqhh1 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net