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

搜索资源列表

  1. josephuscircle

    0下载:
  2. 约瑟夫环是个很有趣的小游戏啦!可以试试.我的这个原来是在dev c++上实现的,无奈没有这个开发环境啦。-Joseph Ring is a very interesting game it! Can try. I was it on the dev c++ implementation, but unfortunately do not have the development environment for friends.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:862
    • 提供者:eonwil
  1. 3DHoverEffects

    0下载:
  2. work with files c++. the program is compiled in Dev C++4.9
  3. 所属分类:IT Hero

    • 发布日期:2017-04-25
    • 文件大小:245383
    • 提供者:oaky
  1. Dev-CPP

    0下载:
  2. Hello world in c++ using dev
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:Karan Jeet
  1. Dev-CPP

    0下载:
  2. Bubble sort in in c++ using dev
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:Karan Jeet
  1. Insertion

    0下载:
  2. Insertion sort in dev c-Insertion sort in dev c++
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1090953
    • 提供者:Karan Jeet
  1. stars

    0下载:
  2. opengl program for stars written in c.the points blink like stars in the sky.it was written in dev c++ platform.
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:5963
    • 提供者:sasuke1
  1. guess_number_by_c

    0下载:
  2. 这是一个用C语言(dev c)编写的猜数字游戏,并配备了两份代码编写提示。 如果你能够在两份代码提示的帮助下,独立完成猜数字游戏的编程,说明你对C语言循环语句和控制台编程有了较好的理解。 本文件适合C语言教学培训。-This is a C language (dev c) written guessing game , and is equipped with two coding tips. If you can help the next two code hints , ind
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7471
    • 提供者:yujie
  1. computer_by_c

    0下载:
  2. 这是一个C语言(DEV C)开发的表达式计算程序。该程序演示了C语言swtich的基本功能。独立完成该程序,说明你掌握了C语言switch语句的使用。-This is a C language (DEV C) developed expression uation procedures. This program demonstrates the basic functions of C language swtich . Independently of the program , indi
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5702
    • 提供者:yujie
  1. taxclass

    0下载:
  2. TAX CLASS in Dev C++ Calculate income tax of users based on their salaries
  3. 所属分类:Other systems

  1. xiaolianhuatu

    0下载:
  2. 使用DEV C++环境编写的笑脸图形,采用笑脸提示显示功能。-small face
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:525539
    • 提供者:shiggan
  1. 2048.cpp.tar

    0下载:
  2. 用c语言编程实现2048小游戏,可以在dev c++下运行-2048 games with c language programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1499
    • 提供者:刘丹阳
  1. my-pic

    0下载:
  2. 使用Dev C++绘制一幅1024*1024的图像,生成文件为ppm格式,要用Photoshop打开。-This program is to create a image by using dev
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:132280
    • 提供者:zlh
  1. POPPRINT

    0下载:
  2. POPPRINT IS A PROGRAM FOR PRINTERS FROM CHARLES PETZOLD BOOK.IT INCLUDES POPPRINT.C POPPADD.H PRINT.C AND PRINT.RC,PROJECT IS MADE IN DEV C++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:13374
    • 提供者:xdd12
  1. DevC-codes

    0下载:
  2. Herewith i hv uploaded the dev C++ code for your persual reference. Kindly hv a look at it and active my login.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8229
    • 提供者:krishnamoorthy
  1. Create-Picture

    0下载:
  2. 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:367063
    • 提供者:themostfreeboy
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1280884
    • 提供者:themostfreeboy
  1. devcpp-4.9.9.2_setup_2

    0下载:
  2. Dev C++ is a program to use C-Dev C++ is a program to use C++
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9326558
    • 提供者:Herthorn
  1. Algo

    0下载:
  2. Disc scheduling in Dev C-Disc scheduling in Dev C++
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:267534
    • 提供者:macoy
  1. i2o-dev

    0下载:
  2. The template and inlines for the C++ mask_array class. -The template and inlines for the C++ mask_array class.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6662
    • 提供者:gyzaolt
  1. Tree2131

    0下载:
  2. dev c++ programs, tpoic of tr-dev c++ programs, tpoic of tree
  3. 所属分类:Games

    • 发布日期:2017-05-03
    • 文件大小:815313
    • 提供者:OchiTumee
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 26 »
搜珍网 www.dssz.com