CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - c i

搜索资源列表

  1. mycat

    0下载:
  2. C编写的Unix的cat命令。全部使用C语言,具有很好学习和参考价值。-Implement the Unix s \"cat\" command in C, I m sure it is helpful for you
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1259
    • 提供者:扬扬
  1. C_cjgl

    0下载:
  2. 学生成绩管理系统,可统计学生成绩 对成绩进行排名,可读取和保存文件等. -------我学C时的课设-student performance management system, statistics on student achievement results for ranking can read and preserving documents. ------- I studied at the class C-based
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:58411
    • 提供者:王禹
  1. tcshili

    0下载:
  2. c语言的例子。我通过很多甜的查找才找到的现在拿来一起分享-example. I passed a lot of sweet you find me with the now sharing
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:su
  1. AnDian

    0下载:
  2. visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:46705
    • 提供者:yeyanbin
  1. C数据结构课程设计

    1下载:
  2. 数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:266830
    • 提供者:谷穗
  1. kmeans

    0下载:
  2. 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:3070
    • 提供者:夜水晶
  1. 43680504sort

    0下载:
  2. C++排序算法,希望对大家有所帮助,谢谢支持-C++ Sorting algorithm, I hope all of you help, thank you support
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3037
    • 提供者:alexanderxx
  1. main

    0下载:
  2. Just a keyboard shortcut doubleclicker in dev c++ i made for exploiting a game. Really simple to understand. It works even when not in focus.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:776
    • 提供者:lokhesh
  1. test1

    0下载:
  2. 这是一个使用C++实现了类成员变量的Set和Get属性的例子,使用的模板类,技巧性极高。我是在FreeCL项目上面提取来的示例代码,希望有兴趣的研究一下。用的是VC2008.-This is an implementation of the use of C++ class member variables Set and Get attributes example, using the template class, skills highly. I was in FreeCL projec
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7100
    • 提供者:sunyi
  1. game

    0下载:
  2. 此为本人用C语言在图形模式下的编程,只是学习期间的习作。可供学C如何在图形模式下编程的人参考-This is, I used C language programming in graphics mode, only to learn during the exercises. Available for learning how to graphics mode C programming easy reference
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:31074
    • 提供者:黄星辰
  1. cyuyanjichu

    0下载:
  2. C 语言基础,包含10 多个小程序。我在windows平台下运行成功-C language-based, more than 10 small programs. I am running under windows platform, the success of
  3. 所属分类:Console

    • 发布日期:2017-05-24
    • 文件大小:7722740
    • 提供者:将军
  1. 01_BigInt_ok

    0下载:
  2. 实现计算i的i次方的加和,i从1到n,其中n为用户输入的任意整数。(要考虑结果可能超出长整数long的表示范围的情况)-big integer, implented with C++. Functions include add and multiply.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:47527
    • 提供者:luckypig
  1. FFT

    0下载:
  2. 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C langu
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:32821
    • 提供者:yangshoping
  1. Calculate

    0下载:
  2. 用c 实现的一个命令行的计算器,包含+,-,*,/,有负号,小数点,多位,并且可以加入绝对值,这个有点挑战性,这是我比较自豪的一点(大言不惭啊)。-C achieved by a command line calculator, including+,-,*,/, negative numbers, decimal point, a number, and the absolute value can be added to this a bit challenging, I am rather
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:404076
    • 提供者:
  1. cd

    0下载:
  2. Prata, cd exsercise, solution i c++ to stephen prata 5th edition
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:1126
    • 提供者:Evendim
  1. ch02

    0下载:
  2. 复数的加法法则   复数的加法按照以下规定的法则进行:设z1=a+bi,z2=c+di是任意两个复数,   则它们的和是 (a+bi)+(c+di)=(a+c)+(b+d)i.   两个复数的和依然是复数,它的实部是原来两个复数实部的和,它的虚部是原来两个虚部的和。   复数的加法满足交换律和结合律,   即对任意复数z1,z2,z3,有: z1+z2=z2+z1 (z1+z2)+z3=z1+(z2+z3). 编辑本段复数的乘法法则   规定复数的乘法按照以下的法则进行:   设z1
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3337
    • 提供者:李江涛
  1. cPPGAMEtool

    0下载:
  2. 一些C++ 控制台下做游戏用到的技术! 刚学C++的同学可以利用,还是很实用的,希望大家能走上GAME DEVELOP 之路-Some C++ console game to use the technology to do! Just learning C++, students can use, is still very useful, I hope you took GAME DEVELOP road
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1854675
    • 提供者:姚彬彬
  1. StudentManage-windows-c

    0下载:
  2. windows下C语言(VC++)编写的学生信息管理系统,源码规范,可运行,本人亲写,有不懂的可以问我-windows C language (VC++) to prepare the student information management system, source code specification, can run, I pro-write, I do not understand you can ask
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:907570
    • 提供者:xiao-wu
  1. Typing-Tutor-Project-in-C

    0下载:
  2. Typing Tutor Project in C. Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:50479
    • 提供者:
  1. source-code-for-c-book

    0下载:
  2. 这是c程序编程宝典的源码程序。本人学习c预言时试过,很好用,对于初学者非常大的帮助。欢迎大家下载,一起学习-This is the c programming book source program. When I tried to learn c prophecy, very good, very helpful for beginners. Welcome to download, learn together
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:434432
    • 提供者:刘盛清
« 12 3 »
搜珍网 www.dssz.com