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

搜索资源列表

  1. Graficos_DevCpp

    0下载:
  2. How to create a Grafic in Dev C-How to create a Grafic in Dev C++
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:52968
    • 提供者:Renan Fagundes
  1. Dev-CPP--(4.9.9.2)-Windows-7-Edition

    0下载:
  2. Installator C++ for program very good-Installator C++ for program very good....
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:9396943
    • 提供者:Ligia Maza
  1. march

    0下载:
  2. 俄罗斯方块,c++编译通过,没有BUG。轻巧。-Tetris, Compiled by Dev-C++, no bugs and portable.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:247403
    • 提供者:keenlog
  1. graphics

    0下载:
  2. graphics.h for dev c-graphics.h for dev c++
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:4136
    • 提供者:john
  1. 2010

    0下载:
  2. sicily 2010,用dev-c++编译通过-sicily 2010, with dev-c++ compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:548
    • 提供者:lijia
  1. SImpLe-Robotic

    0下载:
  2. SimPle robotic with Dev C-SimPle robotic with Dev C++
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:325037
    • 提供者:yurie
  1. Shannon-CPP

    0下载:
  2. 信息论编程香农编码C++版本。编译环境是DEV-C-Information theory, Code Cheng Xiangnong coding C++ version. Compilation environment is DEV-C
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:737
    • 提供者:李三
  1. lesson02.win.cb

    0下载:
  2. this is example of opengl program graph 2d dev c-this is example of opengl program graph 2d dev c++
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:944995
    • 提供者:yullia
  1. Solid-Body-Dynamic---Solid-Motion

    0下载:
  2. This program was created in Dev C++ and OpenGL. Programme demonstrates free motion of an ellipsoid - dynamics of motion.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:119564
    • 提供者:space21
  1. Lorenz-Attractor-3D-OpenGL

    0下载:
  2. This program was created in Dev C++ (OpenGL). The Lorenz oscillator is a 3-dimensional dynamical system that exhibits chaotic flow, noted for its lemniscate shape. The map shows how the state of a dynamical system evolves over time in a complex, non-
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:118426
    • 提供者:space21
  1. Reflecting-Balls

    0下载:
  2. This project was created in Dev C++ (GUI). Programme demonstrates reflecting hard spheres. This can be applied in molecular dynamics.
  3. 所属分类:Development Research

    • 发布日期:2017-04-06
    • 文件大小:154300
    • 提供者:space21
  1. game-of-life

    0下载:
  2. Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:19147
    • 提供者:space21
  1. evtest.c.tar

    2下载:
  2. 使用在Linux下面的程序,可以用来测试event设备,这些设备通常位于/dev/input/。它支持很多的设备类型,对于调试非常有帮助。-Use the following program on Linux, can be used to test the event equipment, which is usually located in/dev/input /. It supports many types of equipment, very helpful for debuggin
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-07-17
    • 文件大小:6144
    • 提供者:haohuiming
  1. radix2

    0下载:
  2. It can be used for finding the dft(Discrete fourier transform) of a signal using radix 2 fft algorithm.It is developed using Dev C-It can be used for finding the dft(Discrete fourier transform) of a signal using radix 2 fft algorithm.It is developed
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:623
    • 提供者:binish
  1. xitongdiaoyong

    0下载:
  2. 1:修改dev.c文件,定义一个全局变量int count=0 然后用它来统计包的个数。 2.修改sys.C文件,添加extern int count 然后定义自己的函数,asmlinkage int sys_mycall(void) 3.修改entry.S和unistd.h文件,为自己定义的函数增加系统调用号。 4.自己写个函数进行系统调用。-1: Modify dev.c file, define a global variable int count = 0 then use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:57024
    • 提供者:吴涛
  1. Tutorial

    0下载:
  2. Dev C++ OpenGL模板 已经配置好所有设置,可以直接进行绘图。 在Dev c++ 4.9.9.2中测试通过。 -OpenGL template The program will display an empty OpenGL window, switch the computer into fullscreen or windowed mode, and wait for you to press ESC or close the Window to exit. It
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:6747
    • 提供者:梁宇平
  1. SimpleGame

    0下载:
  2. Dev C++ OpenGL模板 简单的OpenGL小游戏,使用了各种OpenGL特性。 可以作为OpenGL游戏制作模板程序。-This tutorial attempts to answer a few of the questions I m asked on a daily basis. You wanted to know how to tell if you have clicked on an object with your mouse (picking). You wa
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:791389
    • 提供者:梁宇平
  1. GNU-CPP-for-Linux-[cn]

    0下载:
  2. 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-21
    • 文件大小:36532224
    • 提供者:张锐
  1. jt

    0下载:
  2. dev c++编译下的截取桌面屏幕,并保存为bmp图片-dev c++ compiler interception under the desktop, and save it as bmp images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2207
    • 提供者:风萧然
  1. Dev-Point-Transparent-NotePad

    0下载:
  2. full Transparent NotePad C# Source Code
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2814144
    • 提供者:angel
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com