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

搜索资源列表

  1. Tower

    0下载:
  2. 汉罗塔的c++实现,编程工具是dev c-Han Luota of c++ implementation, programming tools, is dev c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2657
    • 提供者:abc
  1. Crack-DEV

    0下载:
  2. 是在进行c#编程经常用到的小工具,devnetbar-C# programming is often used during a small tool, devnetbar
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1568745
    • 提供者:hh
  1. niaokanchengxu

    0下载:
  2. 软件环境是opencv和DEV-C++,可以实现鸟瞰效果,要接入摄像头,还可以修改程序里的参数来实现不同效果。-Software environment is opencv and DEV-C++, the effect can be achieved bird' s eye view, to access the camera, you can modify the program' s parameters to achieve different effects.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:37374
    • 提供者:刘健
  1. tiquxiangsudian

    0下载:
  2. DEV-C++程序实现图像的像素值,用鼠标点取一点会自动显示该点的RGB值。-DEV-C++ program to achieve the pixel values, use the mouse to point to take the point that will automatically display the RGB values.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:101762
    • 提供者:刘健
  1. sudoku-4-by-4

    0下载:
  2. sudoku 4 by 4,platform: dev c++,
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:1632
    • 提供者:sunil
  1. KASIER

    0下载:
  2. This a cashier program. It built in Dev C++. This program can count the total of the price s thing that you buy.-This is a cashier program. It built in Dev C++. This program can count the total of the price s thing that you buy.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-13
    • 文件大小:2330
    • 提供者:yuni
  1. server

    0下载:
  2. the file is a server created in dev c++ Servidor.c-the file is a server created in dev c++ Servidor.cpp
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:112875
    • 提供者:joustark
  1. Arithmetic-evaluation

    0下载:
  2. 1. 问题描述 从键盘上输入中缀算数表达式,包括括号,计算出表达式的值 2,基本要求 (1) 程序能对所输入的表达式做简单的判断,如果表达式有错,能给出适当的提示。 (2) 能处理单目运算符+和-。 3. 工具/准备工作 在开始做课程设计项目前,应回顾或复习相关内容。 需要一台计算机,其中安装有Visual C++6.0,Dev C++等集成开发环境软件 4. 分析与实现 对于中缀表达式,一般运算规则如下: (1) 先乘方,再乘除,最后加减 (2) 同
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:63710
    • 提供者:谭帆
  1. DataLink-Protocal-Five

    0下载:
  2. Dev C++开发环境开发的数据链路层协议的模拟程序。-Stimulating programm of data link layer.
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:1161
    • 提供者:李懋
  1. kof

    0下载:
  2. king of fighters allegro dev c++
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:441572
    • 提供者:waqas
  1. sodoku

    0下载:
  2. 简易数独,,控制台版本,采用回溯算法,适合初学者学习,代码清晰明了。目前对于多解数独只能产生一种解,DEV-C++ 5 编译通过。-Simple soduku for starter.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1358
    • 提供者:金禹宸
  1. hw4-q2

    0下载:
  2. this package cotains a C++ source code an executeble file and a describtive txt file i wrote this program to revese words which are entered by user. this program complied by dev C++ 4.9.9.2 compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:4968
    • 提供者:Equelan
  1. hw4-q3

    0下载:
  2. this package cotains a C++ source code, an executeble file and a describtive txt file this program gives turkish translations of numbers which are entered by users. numbers must be less than 9999 this program complied by dev C++ 4.9.9.2 compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:5980
    • 提供者:Equelan
  1. cevap1

    0下载:
  2. this package cotains a C++ source code, an executeble file and a describtive txt file this program can add two numbers, divide them, mines them and multiple 2 numbers with eachother which are entered by user. i wrote this program. this program c
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:5563
    • 提供者:Equelan
  1. CH4

    0下载:
  2. 这个程序构建了一个SP4杂化轨道的电子云,以及空间充满的电子云。 四个不同颜色小球可以看作都是氢原子,或者其他四个不同侧链。 通过按键:上,下,左,右,Home,PageUp,Pagedown,End,以及T,Y,G,H,B,N;可以控制模型的前后左右上下移动,以及任意角度旋转。 程序在Nehe 教程附带的源代码基础上修改而来,感谢Jeff Molofee (aka NeHe,nehe.gamedev.net)的工作!感谢dancingwind(周炜)以及gamedev和csd
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:33800
    • 提供者:唐铁鑫
  1. ir-vibration

    0下载:
  2. 这个程序模拟红外振动,通过按1,2,3,4,5键,模拟对称伸缩、剪切、摇摆、不对称伸缩、卷曲、面外摇摆。 通过按键:Q,W,A,S,Z,X,以及T,Y,G,H,B,N;可以控制模型的前后左右上下移动,以及任意角度旋转。 程序在Nehe 教程附带的源代码基础上修改而来,感谢Jeff Molofee (aka NeHe,nehe.gamedev.net)的工作!感谢dancingwind(周炜)以及gamedev和csdn的志愿者翻译的中文教程! 程序用Dev-C++ Ver
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:34128
    • 提供者:唐铁鑫
  1. Chapter18

    0下载:
  2. 《C++游戏开发》中第18章代码 用DEV-C++编译 有兴趣可以-C++ game development" in the Chapter 18 code DEV-C++ compiler if you enjoy it you can have a try
  3. 所属分类:Game Program

    • 发布日期:2017-06-17
    • 文件大小:26808466
    • 提供者:李小龙
  1. queue

    0下载:
  2. queue struct Learning to use the example of data structure Create, add, remove pointer ,malloc ,free for windows xp dev c.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:533
    • 提供者:方仁
  1. Russia-blocks

    0下载:
  2. 此小程序为俄罗斯方块C++的源代码。Dev-C++调试运行通过,有控制台界面,并带.exe文件,可以查看效果-This small program for Russia blocks of C++ source code. Dev-C++ debug run through, the console interface, and. exe file, you can see the effects
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:322631
    • 提供者:樊璐
  1. List

    0下载:
  2. [源码 Dev C++]单链表模板类 [节点类 链表类 遍历器类]-C++ ChainList Class
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:113939
    • 提供者:Ivy End
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 26 »
搜珍网 www.dssz.com