搜索资源列表
Accelerated C++
- 这是Accelerated C++的配套源码,由于没有相关选项,我就将类型选为其他-This is accompanied source code of \"Accelerated C++\". I can not find proper type of this code, so I choose \"other\".
c++funDEMO
- 很好的 关于C++的例子 我想你要是可以把上面的例子都做好了 看明白了 关于函数指针这一部分你应该学的很好了 -good example of C I think if you can put the above examples can understand well on the function pointer This part you should learn a very good
C#完全手册
- C#在Microsoft.net初始版本中占中心位置,是Microsoft公司开发的一种最新的面向对象编程语言,它结合了C++的强大功能和Visual Basic的易用性。本书分为三部分来帮助读者学习C#语言。第一部分提供了对C#语言的全面讨论,描述了C#语言里定义的关键字、语句和特性。同时介绍了I/O、文件处理、映射和预处理程序。第二部分讨论了C#类库,它也是.NET框架类库。由于篇幅有限,本书重点讲述了包含在系统名字空间里的核心类库
C/C++ 语言参考
- C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions
C++程序开发例题与习题
- 本书是一本通过编程实践引导学生掌握C++程序开发能力的教材。它可以与《C++程序开发教程》配合使用,也可以独立使用。全书共分7章;第1章主要培养学生解题时首先考虑如何定义类的习惯;第2章、第3章分别训练如何设计方法函数和数据结构;第4章进行重载与模板的有关编程训练;第5章培养学生如何通过类的派生来解决复杂问题;第6章是关于I/O流类库使用的练习;第7章是关于API和MFC编程的基本训练。 本书即有编程知识介绍,也有精选的例题,还有大量
The C Programming Language-C语言详解英文版
- 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arith
备份数据库(C#)
- //取指定数据库列表 if ( txtDbName.Text =="" || txtUserName.Text == "" || txtPwd.Text == "") { MessageBox.Show("数据库,用户,密码不能为空!!", "操作错误", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); } else { ArrayList lst = baks.GetDbList(
C++ Tutorial, in Beginning Visual C++ 6
- Welcome to the Wrox Press C++ tutorial "I hope you'll enjoy reading this tutorial with your portable, your work, or your home PC. It's a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and
Teach Yourself C in 21 Days
- Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming man
C++ in a Nutshell.rar
- C++ in a Nutshell is a langauge reference manual. It is not a tutorial. It is not for beginners. It is a concise, to-the-point reference for professionals and other serious programmers. C++ in a Nutshell is not a compreh
c 函数查询
- C语言函数全集(我收集的)-Complete Works of C language function (I gather)
compiler of c
- c编译器的较完整版,可是我没编译通过,大家一起来交流哦-c compiler full page, but I do not have the translation to pass, everybody exchanges together oh
Think in C++ 2nd源代码
- 希望我提供的代码对大家有帮助-I hope for the code to be helpful
Visual C++串口通信技术与工程实践
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering
C程序优化1
- C程序优化 I/O-C procedures and optimize I/O
c#_chat
- 一个c#的聊天程序,可以私聊,集体聊,我觉的很经典,适合初学者-a chat program, you may Private Chat, collective chat about, I think the classic, suitable for beginners
Accelerated C++
- 这是Accelerated C++的配套源码,由于没有相关选项,我就将类型选为其他-This is accompanied source code of "Accelerated C++". I can not find proper type of this code, so I choose "other".
i.MX53_EVK_Linux_BSP_UserGuide
- 飞思卡尔A9的使用手册i.MX53_EVK_Linux_BSP_UserGuide.pdf
C之灵魂_指针
- 指针对C语言的重要性不言而喻,它是C的灵魂,我将指针和数组比作习武之人的任督二脉,如果学习C语言之人一旦将其二脉打通,那么对C语言的理解和使用就犹如内功层次的提升,跟表面的花架子将不再同一档次。(The pointer on the importance of the C language it is self-evident, it is the soul of C, I will be two big puleses compare
nrtps_schedule
- 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packe