搜索资源列表
遗传算法.C
- 用dev-C编写的遗传算法程序,用来计算函数极值的。-with dev - C GA prepared by the procedures used to calculate the maximum function.
i2c-dev
- i2c-dev.c - i2c-bus driver, char device interface
C++
- 內容為DEV C++物件導向程式設計的PPT,說明淺\顯易懂,希望對各位有所幫助
ping.c
- dev c ver4.4.9.9.2 compile ping program for windows system.
BC5 development source code
- 与CSR BC5 DEV-PC-1645开发板同等功能的开发板附的源代码,可以实现立体声耳机,音频适配器等功能。,And CSR BC5 DEV-PC-1645 development board features the same development board attached to the source code, can be stereo headphones, audio adapter functions.
Dev-C++
- dev-c++软体操作手册,可以让使用者快速熟悉dev-dev-c++ software manual, allows users to quickly familiar with the dev
simpletalk
- 一个简易的聊天窗口,用C+API的方式编辑的,在dev-cpp下编译通过-A simple chat window, using C+ API way to edit, in dev-cpp compile under through
service.c
- dev-c++ windows系统服务框架-dev-c++ windows system service framework
codeblocks-8.02-setup
- 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的缓慢,再也不必忍受
dev_qt_template
- 在dev c++中配置qt的模板,将文件解压后,将文件夹中的东东拷贝到dev c++中的templates文件夹中-In dev c++ in the template configuration qt, unzip the file after the folder copied to the Dongdong dev c++ in the templates folder
TSingHua_YanWeiMin_DataStructure(C_and_CPlusPlus)C
- 数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(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
dev
- dev控件,C#开发中使用的控件,非常好用。-dev
billingsystem
- this is source code for billing system application in c language.. this program are made from dev-c-this is source code for billing system application in c language.. this program are made from dev-cpp
pascal-compiler-in-cpp
- 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
feeControl
- DEV C++开发的电费管理系统 功能 1、输入用户编号和用户名 2、输入用电量 3、计算电费 4、排序输出 5、删除 6、修改 7、密码功能-DEV C++ development of the electricity management system features one, enter the user ID and user name 2, type 3 to use electricity to calculate tariff 4, sorting t
Dev-C模板
- 新手可以用的C开发模板,用VS或DEVC++打开(Novice can use the C development template, open with VS or DEVC++)
Dev C
- developer c for development
dev c++技术文档 制作动态链接库
- 利用 DEVC++ 创建动态链接库dll(Creating dynamic link library DLL with DEVC++)
学生信息管理系统Dev C++实现
- 通过DEV C++使用C语言实现学生信息管理系统。(Through DEV C++, we use C language to realize student information management system.)
Dev C++下载
- Dev-C++(或者叫做 Dev-Cpp)是 Windows 环境下的一个轻量级 C/C++ 集成开发环境(IDE)。它是一款自由软件,遵守GPL许可协议分发源代码。它集合了功能强大的源码编辑器、MingW64/TDM-GCC 编译器、GDB 调试器和 AStyle 格式整理器等众多自由软件,适合于在教学中供 C/C++语言初学者使用,也适合于非商业级普通开发者使用。