CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - c i

搜索资源列表

  1. 高质量的c++编程

    0下载:
  2. 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以 前捏造的C++/C 程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1 个读者的 建议。-software quality is linked by the majority of programmers in mind and not talk abo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:607095
    • 提供者:周宇
  1. 文件管理系统课程设计C++

    0下载:
  2. 本程序是用VC++下的MFC写的希望对大家有帮助,这也是我在网上辛苦找出来的.请不要见怪>-the procedures used under the VC MFC wrote to the hopes we have to help, This is what I find on the Internet the hard work. please forgive
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1825270
    • 提供者:wang
  1. c++application

    0下载:
  2. 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。 -software quality is linked by the majority of programmers in mind and not just the t
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:107858
    • 提供者:LYQUN
  1. C++_Class_static_member

    0下载:
  2. 在网上搜集的关于C++类的静态成员的使用方法,希望对初学者有帮助!-online collection of category C members of the static use, and I hope to help beginners!
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:5836
    • 提供者:车车
  1. Object-oriented.Programming.with.ANSI-C

    0下载:
  2. Object-oriented.Programming.with.ANSI-C很经典哦-Object-oriented.Programming.with.ANS I-C classic oh
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:926804
    • 提供者:wood
  1. C语言程序实习报告

    0下载:
  2. 这是我做的课程设计!-This is what I do curriculum design!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:130746
    • 提供者:龙三
  1. 实验报告C

    0下载:
  2. 1.模拟并发进程共享的临界资源m1、m2,它联系着两个信号量sem1、sem2. 2.模拟并发进程的运行现场:通用寄存器i,程序计数器addr. 3.模拟三个并发进程.-1. Simulation of the process of sharing with the critical resources m1 and m2, it is tied to the volume of two signals sem1, sem2. 2. Simulation of the process of ru
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11894
    • 提供者:马芳萍
  1. C文件格式规范模板

    0下载:
  2. 有本人自己设计的源代码C模板,有利于增强代码的管理,我们平时编程常常缺少注释,读者需要完全读完代码才知道代码的作用,这就是代码不规范所造成的弊端-I have designed the C source code template, which will help enhance the management of code, we can usually programming often lacked notes, the reader needs to completely finish
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1625
    • 提供者:李俊杰
  1. 粒子系统,用来模拟不规则自然形态

    0下载:
  2. 图形编程中重要的一个内容——粒子系统,用来模拟不规则自然形态,如云、雨、烟、雾等,这是我收集的一个论文集,Graphical programming in an important content- particle system to simulate natural irregular shape, like clouds, rain, smoke, fog, etc. This is what I gathered a collection of
  3. 所属分类:编程文档

    • 发布日期:2017-12-27
    • 文件大小:3512276
    • 提供者:李飞刀
  1. C

    0下载:
  2. 谭浩强的C语言,我看了很多遍。对于开发人员非常有用-Transplantation and Hemopurification the C language, I read a lot of times
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:700025
    • 提供者:翁多杰
  1. c语言中头文件的建立与使用

    0下载:
  2. c语言中头文件的建立与使用-函数、全局变量、全局数组.doc 一些初学C语言的人,不知道头文件(*.h文件)原来还可以自己写的。只知道调用系统库函数时,要使用#i nclude语句将某些头文件包含进去。其实,头文件跟.C文件一样,是可以自己写的。头文件是一种文本文件,使用文本编辑器将代码编写好之后,以扩展名.h保存就行了。头文件中一般放一些重复使用的代码,例如函数声明,变量声明,常数定义,宏的定义等等。当使用#i nclude语句将头文件引用时,相当于将头文件中所有内容,复制到#i nclud
  3. 所属分类:编程文档

    • 发布日期:2012-11-13
    • 文件大小:45568
    • 提供者:coolhandy
  1. 与大虾对话 领悟设计模式

    0下载:
  2. 可能大多数人都看过了,不过我觉得写的特好,并且这里好像没有,所以我就把它给方上来,送改初学者。- The possible majority people all to have looked, but I thought writes is especially good, and here looks like does not have, therefore I on give it the side to come up, delivers changes the beginner
  3. 所属分类:Document

    • 发布日期:2017-11-15
    • 文件大小:11383
    • 提供者:于忠徐
  1. CQUESTION

    0下载:
  2. 这是在C中的一个不知如何解决的问,是在3D中编译时出现的一个问题,望得到帮助。-This is a C I do not know how to resolve the question in the 3D in the compiler when an issue, hope to be helped.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:2880
    • 提供者:邰健生
  1. air

    0下载:
  2. 航空订票信息系统很好的一个用C篇的,希望大家下载交流-Air booking information systems, a very good article by C I hope we can download the exchange of
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:39157
    • 提供者:frank55
  1. chenggongxue

    0下载:
  2. 我多年收集的成功学的书籍!!希望大家喜欢-I have collected over the years the success of school books!! Hope you like
  3. 所属分类:IT Hero

    • 发布日期:2017-04-09
    • 文件大小:1786239
    • 提供者:网际
  1. c++starternote

    0下载:
  2. 本系列文章是一些很简单的学习方式和技术,是自己在学习中遇到的问题,指在帮助和我一样入门的朋友们少走弯路-This series of articles is some very simple learning methods and technology, is its own learning problems encountered in that as well as I do in helping entry-less detours friends
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6241
    • 提供者:yl
  1. i.MX53_EVK_Linux_BSP_UserGuide

    0下载:
  2. 飞思卡尔A9的使用手册i.MX53_EVK_Linux_BSP_UserGuide.pdf
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:206774
    • 提供者:awerwe
  1. C_Primer_Plus

    0下载:
  2. C_PRIMER 学习C的好帮手,开启轻松发的c学习之旅(If you want to have a good understanding of the language of C ,I suggest this book.)
  3. 所属分类:软件工程

    • 发布日期:2017-12-17
    • 文件大小:47681536
    • 提供者:肥西
  1. type-c

    0下载:
  2. type-c引脚图,希望有用可以帮到大家(Type-C pin diagram, I hope it can help you)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:90112
    • 提供者:林小涛0826
  1. C++本语法

    0下载:
  2. 这几章PPT讲解了C++的基本语法,学习之后相信会精通C++(PPT these chapters explain the basic syntax of C + +, after learning that I will be proficient in C + +)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:1377280
    • 提供者:哈哈天
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com