CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 成功激励 搜索资源 - C程序

搜索资源列表

  1. thinkprogram

    0下载:
  2. 本文是作者对《C++与90年代程序设计语言发展趋势批判》的看法-This is the author of "C and 1990s programming language development trends critical" view
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:42258
    • 提供者:sq
  1. A68

    0下载:
  2. 在C 语言中,表达式是最重要的组成部分之一,几乎 所有的代码都由表达式构成。表达式的使用如此广泛,读 者也许会产生这样的疑问,像+ 、- 、3 、/ 、& & 这样简单 的运算也会出现问题吗? 程序员在编写表达式时,往往带 有一些不良的习惯。即使是编写很简单的表达式,这些不 良习惯也可能造成隐患,这个小小的隐患甚至可能引起整 个系统的崩溃。实际上,在程序调试过程中,表达式中存 在的大部分隐患皆来源于程序员的主观臆测,即认为表达 式应该是按自己认为的方式执行,但结果
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:262779
    • 提供者:wolfguy
  1. duli

    0下载:
  2. 怎样编译并Link C++代码成为一个独立的Windows应用程序。 -Link and how to build C code as a separate Windows application.
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:5260
    • 提供者:guo dan
  1. C_6_step

    0下载:
  2. C语言程序设计入门学习六步曲: C语言程序设计入门学习六步曲初学者遇到最多的困惑是:上课也能听懂,书上的例题也能看明白,可是到自己动手做编程时,却不知道如何下手。
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:5930
    • 提供者:tian
  1. C_pointer

    0下载:
  2. 《三言两语说指针》 指针对一个C/C++程序员来讲重要性不言而喻
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:148537
    • 提供者:tian
  1. Java程序员那点事

    0下载:
  2. 不久前,我曾在网上论坛上看到了一个这样的帖子: 大家给我个底吧,我是即将毕业的大学生,现在有软设的证书了。 主要擅长于计算机的维护、应用以及开发; 软件方面:现以通过国家软考中心软件设计师资格考试; 主要熟悉的 IDE 环境:VC++,C++BUILDER,VB; 主要使用的数据库接口:ADO; 主要使用的数据源:ACCESS,SQL SERVER,擅长使用 SQL 语言; 主要使用图形接口:OPENGL,对 DirectX 接口也有一定了解; 其
  3. 所属分类:成功激励

  1. LARGE_INTEGER

    0下载:
  2. 关于C++精确测试 程序运行是 所需时间-Accurate testing of C++ run time is
  3. 所属分类:IT Hero

    • 发布日期:2017-04-14
    • 文件大小:4327
    • 提供者:雷小雄
  1. Programmer-interview-book

    0下载:
  2. 程序员面试宝典,主要是C、C++的,从简历到语言都有讲述-Programmer interview book, mainly C, C++, from resume to the language has about
  3. 所属分类:IT Hero

    • 发布日期:2017-05-16
    • 文件大小:4323436
    • 提供者:Jimken
  1. 8_years_of_C

    0下载:
  2. 林锐写的修练8年C++面向对象程序设计之体会 -Mr Writing practice 8 years of C++ The object-oriented programming experience
  3. 所属分类:IT Hero

    • 发布日期:2017-04-28
    • 文件大小:18056
    • 提供者:黄耀达
  1. CPPJobMatetial

    0下载:
  2. 网上搜集的关于C++程序员面试题大全,很多题型,相信看过后不仅是对求职的朋友有用,对正在工作的朋友也有帮助-On-line collection of C++ programmers face questions Guinness, many questions, I believe that reading is not only useful job a friend of a friend at work also helped
  3. 所属分类:IT Hero

    • 发布日期:2017-03-30
    • 文件大小:7790
    • 提供者:刘亦枫
  1. 4

    0下载:
  2. 如何成为一名C++程序员.doc 从入门到提高,详细讲述如何学习C-How to become a C++ programmers. Doc from entry to raise a detailed account of how to learn C++
  3. 所属分类:IT Hero

    • 发布日期:2017-04-14
    • 文件大小:4522
    • 提供者:詹伟德
  1. c_language

    0下载:
  2. 本文将带您了解一些良好的和内存相关的编码实践,以将内存错误保持在控制范围内。内存错误是 C 和 C++ 编程的祸根:它们很普遍,认识其严重性已有二十多年,但始终没有彻底解决,它们可能严重影响应用程序,并且很少有开发团队对其制定明确的管理计划。但好消息是,它们并不怎么神秘。-This article will take you to learn some good and memory-related coding practices in order to keep the memory wit
  3. 所属分类:IT Hero

    • 发布日期:2017-03-29
    • 文件大小:60164
    • 提供者:杨冲
  1. commonerrors

    0下载:
  2. C语言的最大特点是:功能强、使用方便灵活。由于这个灵活给程序的调试带来了许多不便,以下是一些C编程时常犯的错误,写给各位学员以供参考。-C-The most prominent feature are: strong function, easy to use and flexible. Because of this flexibility to the program debugging brought many inconveniences, the following are some
  3. 所属分类:IT Hero

    • 发布日期:2017-04-15
    • 文件大小:6920
    • 提供者:小皮
  1. C-program

    0下载:
  2. C语言编程宝典,受到广大电脑爱好者和程序员的普遍欢迎,集合了众多一线程序员的多年经验-Collection of the C programming language, was widely welcomed by the majority of computer enthusiasts and programmers, a collection of many years of experience of the first programmers
  3. 所属分类:IT Hero

    • 发布日期:2017-04-16
    • 文件大小:161735
    • 提供者:xingji
  1. Writing-Clean-Code

    0下载:
  2. 编程精粹 ─── Microsoft编写优质无错C程序秘诀 -Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs
  3. 所属分类:IT Hero

    • 发布日期:2017-11-01
    • 文件大小:199835
    • 提供者:faye an
  1. CPPProgrammers-interview-skills

    0下载:
  2. C++程序员面试技巧,步入一家正规公司的关键就是面试中的表现,本文档介绍下C++面试技巧。-C++ programmers interview skills, into a formal interview is the key to the company s performance under this document describes the C++ interview skills.
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:45278
    • 提供者:zhulin
  1. C-P-P-development-experience

    0下载:
  2. 优秀程序员之路——C++开发经验及技巧大汇总,pdf版,索引详细,列举了很多开发程序时容易出现的问题的解决方案,相当好用!-Excellent road programmers- C++ development experience and skills in large aggregate, pdf version, detailed index, listed a number of development programs prone to the problem solution, ve
  3. 所属分类:IT Hero

    • 发布日期:2017-04-02
    • 文件大小:195619
    • 提供者:zhulin
  1. Programmers-growth

    0下载:
  2. 本文讲解了一个C程序员的成长经历,书中作者介绍了自己多年的开发经验,以及给程序员的一些建议,能为以后的程序员生涯提供很大的帮助。-This article on a C programmer s upbringing, the book the author describes his years of development experience, as well as give some suggestions programmers can provide great help for f
  3. 所属分类:IT Hero

    • 发布日期:2017-06-19
    • 文件大小:28836143
    • 提供者:尹斌
  1. C_CPP-common-interview-questions

    0下载:
  2. 深入剖析C\C++程序设计员应聘常见面试试题-Depth analysis of C \ C++ programmer candidates common interview questions
  3. 所属分类:IT Hero

    • 发布日期:2017-04-25
    • 文件大小:20116
    • 提供者:太上老君
  1. 50-C-CPP-inter-view-questions

    0下载:
  2. 《50个C,C++面试题》中给出了常见的C++,C面试题目,对于程序员在将来的求职中非常有帮助,在面试官面前,更加有准备。同时,对于学习者来说,也是一本不错的资料-50 C, C++ interview questions are given in common C++, C interview subject, for the programmer can aid in the future job, in front of the interviewer, more preparation
  3. 所属分类:IT Hero

    • 发布日期:2017-04-24
    • 文件大小:509451
    • 提供者:zhuobengang
« 12 »
搜珍网 www.dssz.com