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

搜索资源列表

  1. PTMateMain_Src

    0下载:
  2. Dev C++ 4.9.9.2 File Tree: | +---PTMateMain.dev(Work Space) +---dllmain.cpp(Main Working File) +---dll.h(Main Header File) +---*.rc(Resource Files) +---other header files | +-Functions | +----Funcs.cpp (Main Hacking Functions)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:72386
    • 提供者:fwefwef
  1. MSA_MST

    0下载:
  2. Multiple Sequence Alignment Using Maximum Spanning Tree 生物信息学中一个重要topic:多序列联配。这里用最大生成树的思想来进行联配,算法为C语言实现。本程序在Dev-C++,Win Vista环境下实现。-Multiple Sequence Alignment Using Maximum Spanning Tree Bioinformatics an important topic: Multiple Sequence Alignme
  3. 所属分类:DNA

    • 发布日期:2017-04-02
    • 文件大小:9236
    • 提供者:billma
  1. calander

    0下载:
  2. C语言的万年历,用DEV c++发开!很简单-C language, calendar, and DEV c++ Fat open! Very simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:460211
    • 提供者:hono
  1. main

    0下载:
  2. 普通c语言的一个测试代码,是利用dev C++在windows xp sp3下编译的-C language, a common test code, is to use dev C $!#! in windows xp sp3 compiled under
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1530
    • 提供者:qidizi
  1. 55906-55906

    0下载:
  2. HangMan Game in C++ (created with dev-c++) * 1-2 players * 3 levels of difficulty * more than 50000 words-HangMan Game in C (created with dev-c )* 1-2 players* 3 levels of difficulty* more than 50000 words
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-26
    • 文件大小:105650
    • 提供者:設計師
  1. 55905-55905

    0下载:
  2. Classic BattleShip Game in C++ (created with dev-c++) 2 players required. Game ends when the player has all his ships wrecked. Two ways of playing Read info.txt-Classic BattleShip Game in C (created with dev-c ) 2 players required.Ga
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6820
    • 提供者:設計師
  1. sga-c

    0下载:
  2. 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:33539
    • 提供者:eric
  1. paint

    0下载:
  2. Dev c++, opencv, image segmentation and paint type image generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:194235
    • 提供者:muski
  1. telnote

    0下载:
  2. 在一台实现进程间通信,运用socket进行编程,开发环境是DEv C, 也可以实现不同计算机的通信,见客户端和服务器端放在两台电脑上-coding witd sockets,accomplished communication through processes on one pc, used the tool dev c, you can simply change the ip, then you can communicate on two or more pcs.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:234329
    • 提供者:gao wei
  1. 8Queen

    0下载:
  2. 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:111372
    • 提供者:xiamin
  1. MyMatrix

    0下载:
  2. DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:150385
    • 提供者:xiamin
  1. HeapHeapSort

    0下载:
  2. 用DEV C++写的,实现了堆及堆排序的算法。-With DEV C++ written a heap and the heap sort algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:8105
    • 提供者:xiamin
  1. 5

    0下载:
  2. 号作品是一个简单的全屏小游戏,玩家通过击出与听到的鼓声相同的韵律来杀死怪兽。这个作品是在Dev-C++下编写而成的,使用了跨平台的游戏编程库:Allegro。由于开发平台的先进,游戏的画面比较精美,绝非TC编成的256色程序可比;不足之处是可玩性差,我还没发现任何有挑战性的内容就一不小心通关了。然而,我希望通过这个作品向自学能力较强的同学介绍Allegro库(官方网站),它带来的灵活性和无限可能是让人激动的-Its work is a simple full-screen game, the p
  3. 所属分类:Game Program

    • 发布日期:2017-05-03
    • 文件大小:701099
    • 提供者:twinsken
  1. md3_model_viewer

    0下载:
  2. 三维模型浏览器,源代码,国外程序员编写,希望对大家有用-a md3 model viewer which i write in C++ with the free development environment dev-c++. I use the libraries FLTK and opengl to display the model. Actually only the meshes are displayed. Development Status 4- Beta Environmen
  3. 所属分类:Browser Client

    • 发布日期:2017-05-02
    • 文件大小:934298
    • 提供者:辛梁
  1. Devoyun

    0下载:
  2. Car movement in Dev C using a graphics.h library
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:152717
    • 提供者:ibrahim sefa
  1. win001

    0下载:
  2. example for the program dev c in base windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:BoB e...
  1. win002

    0下载:
  2. example for the program dev c in base windows
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2328
    • 提供者:BoB e...
  1. win003

    0下载:
  2. example for the program dev c in base windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2478
    • 提供者:BoB e...
  1. win004

    0下载:
  2. example for the program dev c in base windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2921
    • 提供者:BoB e...
  1. win005

    0下载:
  2. example for the program dev c in base windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3077
    • 提供者:BoB e...
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com