Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - C/C
Search - C/C - List
DL : 9
C#在Microsoft.net初始版本中占中心位置,是Microsoft公司开发的一种最新的面向对象编程语言,它结合了C++的强大功能和Visual Basic的易用性。本书分为三部分来帮助读者学习C#语言。第一部分提供了对C#语言的全面讨论,描述了C#语言里定义的关键字、语句和特性。同时介绍了I/O、文件处理、映射和预处理程序。第二部分讨论了C#类库,它也是.NET框架类库。由于篇幅有限,本书重点讲述了包含在系统名字空间里的核心类库,这部分的内容几乎每个C#程序员都会用到。第三部分包括C#应用的实例。 本书内容由浅及深,适用范围广,同时适用于没有编程经验的读者和对C++或Java有一定基础的程序员。
Update : 2009-06-04 Size : 1256069 Publisher : wglly123@tom.com

C语言题库包括习题、数组补充练习、C高级程序应用题库、C语言基本数据类型及运算题库、C语言控制语句题库、变量的存储类别题库、函数题库、输入,输出及文件管理题库、数组和结构题库、位域、联合、枚举、定义类型及预处理功能题库、指针题库等内容,可以讲是非常全面、实用,希望对学C语言的朋友有所帮助!
Update : 2009-03-14 Size : 584928 Publisher : jianshengzhijian@126.com

C#经典名著!也是Wrox红皮书中最畅销的品种之一,从第一版开始就名满天下;其第3版被中华读书报、CSDN、《程序员》等机构评选为2005年最权威的十大IT图书之一(第2名);在中国版协、中国出版科学研究所、《出版参考》杂志组织的“2005年度输出版、引进版优秀图书”评选活动中获得“2005年度引进版科技类优秀图书”奖。第4版面向C# 2005在全面展示.NET新特性的同时继续完善原有的内容,是有一些C#基础知识的学习者或者想迁移到C#的其他程序员全面掌握C#的首选教程。
Update : 2010-10-17 Size : 17412435 Publisher : keykeyair

嵌入式 C/C++语言精华文章集锦 包含:C/C+语言struct 深层探索;C 语言高效编程的几招;想成为嵌入式程序员应知道的 0x10 个基本问题;C 语言嵌入式系统编程*;基于 ARM 的嵌入式 Linux 移植真实体验 ;深入浅出 Linux 设备驱动编程;C/C++语言 void及 void 指针深层探索.......等等
Update : 2010-11-22 Size : 1581784 Publisher : 416994997@qq.com

高质量C++/C编程指南 林锐
Update : 2011-04-04 Size : 78412 Publisher : van19870419@163.com

DL : 0
象棋C#源码象棋C#源码象棋C#源码象棋C#源码象棋C#源码象棋C#源码象棋C#源码象棋C#源码象棋C#源码
Update : 2011-05-24 Size : 142083 Publisher : xuxingliu922

利用C# C++混合编程
Update : 2011-06-06 Size : 1190220 Publisher : chmail@yeah.net

DL : 0
C/C++ 精髓C/C++ 精髓C/C++ 精髓C/C++ 精髓C/C++ 精髓C/C++ 精髓C/C++ 精髓C/C++ 精髓C/C++ 精髓
Update : 2011-12-19 Size : 25100452 Publisher : limin_0108@126.com

C/C++ Seer
Update : 2012-03-22 Size : 345663 Publisher : ffmx10

DL : 0
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。
Update : 2012-05-13 Size : 33452447 Publisher : 857353727@qq.com

Wrox - Professional C# (C#高级编程).pdf-Wrox-Professional C# (C# high-level programming). Pdf
Update : 2024-03-29 Size : 35250176 Publisher :

C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员所熟悉。C#的目标在于把Visual Basic的高生产力和C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了C#以外,Visual Studio还支持Visual Basic、Visual C++和描述语言VBScript和Jscript。所有这些语言都提供对Microsoft .NET平台的访问能力,它包括一个通用的执行引擎和一个丰富的类库。Microsoft .NET平台定义了一个“通用语言子集”(CLS),是一种混合语言,它可以增强CLS兼容语言和类库间的无缝协同工作能力。对于C#开发者,这意味着既是C#是一种新的语言,它已经可以对用老牌工具如Visual Basic和Visual C++使用的丰富类库进行完全访问。C#自己并没有包含一个类库。 本章的其余部分描述这种语言的基本特性。以后的章节将会详细描述规则和例外,并且有些时候以数学的方式描述,而这章会致力于对整体的简单而清楚地介绍。这样的目的是给读者一个关于语言的介绍,这样可以使读者可以更容易地开始编写程序和继续阅读后面的章节。-C# is a simple, modern, object-oriented, and type-safe programming languages, C and C from development. C# (pronounced "C Sharp & P") is firmly rooted in the C and C language genealogy, and will soon be C and C programmers are familiar with. C# aims to put the Visual Basic and C high productivity of its ability to work together. C# as Microsoft Visual Studio 7.0 part to the subscriber. In addition to C#, Visual Studio also supports Visual Basic, Visual C and scripting languages VBScript and Jscript. All these languages are available on the Microsoft.NET platform access capability, which includes the implementation of a common engine and a rich class library. Microsoft.NET platform definition of a "common language subset" (CLS), is a hybrid language, it can en
Update : 2024-03-29 Size : 280576 Publisher : nala

C语言开发数据库,也不用多说了吧。对喜欢用c编程的朋友很有用的-C language development of the database, it need not be. C likes to use the program very useful friends
Update : 2024-03-29 Size : 260096 Publisher : 李敬波

C++Builder 6 是一款快速开发Win32 应用程序的可视化开发工具,利用它可以实现高性 能的执行效率和出色的底层控制。C++Builder 6 相比于5 以前的版本,提供了更多的网络开 发组件,更快速方便的可视化环境。 本书共有14 章,前三章分别介绍C++Builder 的开发环境、比较特殊的语法,并在第三 章用实例讲述使用C++Builder 开发应用程序的过程,以后的章节均通过实例讲述C++Builder 某个方面的编程技术与技巧。这些实例包括文本、绘图与图象处理、文件、多媒体、系统, 以及FTP 和WinSock 网络通信。在第12 章通过俄罗斯方块游戏介绍VCL 游戏的制作,并 在第13 章介绍游戏开发中常用的DirectX 技术。在第14 章讲述数据库程序的设计,并详细 讲解餐厅结账管理程序的制作过程。 本书是为对C++Builder 有基本了解的程序员或程序爱好者而做,读者需要熟悉C/C++ 编程。本书也可以作为软件开发人员的参考书。-C Builder is a rapid development of Win32 applications visual development tool, it can be used to achieve high performance and excellent efficiency in the implementation of the underlying control. C Builder 6 compared to five the previous version, providing more network development components, to facilitate the more rapid visualization environment. A total of 14 book chapters, chapters were introduced C Builder development environment, a relatively special syntax, in the third chapter example on the use of C Builder application development process. subsequent chapters are examples C Builder about some aspect of technology and programming skills. These examples include text, graphics and image processing, document, multimedia, system, WinSock, and FTP and network communications. In Chapter
Update : 2024-03-29 Size : 5226496 Publisher : 夺夺

DL : 0
visual c++ 专业游戏程序设计的初级代码,可以运行,对mfc c++游戏编程感兴趣的可以下来参考一下,这里面的只是基础知识。-visual c++ professional game programming primary code, can run on mfc c++ game programming can be of interest to look down, there is only basic knowledge.
Update : 2024-03-29 Size : 184320 Publisher : 阳阳

VC/MFCc
DL : 0
C语言编程教程,用于嵌入式系统编程 C语言进阶第四讲存储器与指针 C语言进阶第五讲 数据结构与链表 精华文章-C language programming tutorial for Embedded Systems Programming Advanced C language memory with the fourth-speaking guide C Language Advanced Fifth stresses linked list data structure and the essence of article
Update : 2024-03-29 Size : 1004544 Publisher : zxdzxd38378

DL : 0
C-means 算法,模式识别中常用到的C均值聚类算法,使用VC开发,版权归开发者所有-C-means algorithm, pattern recognition used in the C-means clustering algorithm, the use of VC development, belongs to all developers
Update : 2024-03-29 Size : 578560 Publisher : 门昌骞

C++ Master Reference 简介:本书是C++语言参考手册,按字母顺序介绍了C++语言的核心和最常用的类库及函数库,内容涵盖了C++的关键字,函数,运算符,类概念和技术细节.本书解释细致易懂,范例程序简短明了.初学者和有经验的C++程序员都能够从本书快速地找到所需问题的答案. -C++ Master Reference Description: This book is C++ Language reference manual, in alphabetical order, introduced the C++ Language core and most commonly used class libraries and library, which covers the C++ Key word, function, operator, types of concepts and technical details. this book easy to understand explanation of detailed, short and clear example of the procedure. beginners and experienced C++ programmers are able to book quickly find the answer to the question .
Update : 2024-03-29 Size : 4710400 Publisher : martin

C++ Primer 4th Edition 中英文版(绝无仅有的PDF版),包括书中所有和目录索引 非常适合习惯在PDF上作读书笔记的读者-C++ Primer 4th Edition in English (the only PDF version), including all book and directory indexing is well suited to make the habit of reading notes PDF reader
Update : 2024-03-29 Size : 5518336 Publisher : Raymond

DL : 0
高效C++C编程High efficiency C++C programming(High efficiency C++C programming)
Update : 2024-03-29 Size : 601088 Publisher : 清华888
« 12 3 4 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.