搜索资源列表
C++_compiler_debugger
- C++编译器和调试器以及库使用汇总,PDF格式-C compiler and debugger as well as the use of the summary, PDF format
c++studentmaneger
- c++链表学籍管理系统, 适合作为期末作业哈-c Chain Maintenance Management System for the end of operations as Kazakhstan.
as
- 小信号放大器的设计 1. 放大器是射频/微波系统的必不可少的部件。 2. 放大器有低噪声、小信号、高增益、中功率、大功率等。 3. 放大器按工作点分有A、AB、B、C、D…等类型。 4. 放大器指标有:频率范围、动态范围、增益、噪声系数、工作效率、1dB压缩点、三阶交调等。
Thinking in VC++
- Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple
C++类学习资料
- 1.编写一个类,声明一个数据成员和一个静态数据成员,其构造函数初始化数据成员,并把静态数据成员加1,其析构函数把静态数据成员减1。 (1) 编写一个应用程序,创建该类的3个对象,然后显示其数据成员和静态数据成员,再析构每个对象,并显示它们对静态数据成员的影响。 (2) 修改该类,增加静态成员函数并访问静态数据成员,并声明静态数据成员为保护成员。体会静态成员函数的使用,静态成员之间与非静态成员之间互访问题。 -1 write a class, declare a data mem
AES_DES_Workmode.rar
- 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。,Symmetric/block ciphers are generally divided into stream encryption
cmmb_parse.rar
- CMMB码流分析软件,可以抽取其控制信息以及视频音频数据能在JM下正常解码,CMMB code flow analysis software, control information can be collected, as well as its video and audio data can normally decode JM
WPS-document
- WiFi Protected Setup (WPS) 又叫Simple config。 是无线局域网领域推出的新协议,用来方便安全地建立 无线连接。该文档是Wifi联盟的官方协议规范,是实现 WPS协议的基础。-WiFi Protected Setup (WPS) also known as Simple config. The field of wireless local area network is a new protocol that is used to facilit
华为编程规范与案例
- 华为公司的编程规范与例子,有华为的出错案例分析,以及纠错文档。- China for company s programming standard and the example, has Hua Wei to make a mistake the case analysis, as well as error correction documents.
kechengsheji
- C语言编写的课程设计是一个师生管理系统的,很具体,还有代码。更生动,还有报告。-C language curriculum design is a management system for teachers and students, and very specific, as well as code. More lively, there are reports.
51MCU-C
- 比较完整的51单片机的实用例程以及原理图,基本包含了51单片机的全部功能!-Relatively complete single-chip microcomputer 51, as well as the practical routines schematics, basic MCU 51 contains all of the features!
H.264
- 自己整理的H.264相关资料,有标准,格式说明和源码等-H.264 finishing their own relevant information, there are standards, formats, such as descr iption and source
huaweiC++
- 用来找工作,可以作为参考资料复习笔试和面试经验。-Used to come here for work, you can review as a reference written and interview experience.
C
- C语言学习教程 多数情况下,现在的编程高手都是从学习C 语言入门的,在学校里,计算机相关专业中最基础的课程也包括C 语言,因此,掌握好这门课程对每一位立志成为优秀程序员的初学者来说是大有裨益的!-C Language Learning Course In most cases, the current programming from a master to learn C language entry, and in schools, computer-related professional
c-language
- 这是C语言的一些练习题,课件,还有实验题,还有课后练习的答案哦,或许对你很有帮助-Here are some exercises, courseware, as well as experimental questions, the answers to the exercises as well as C language, oh, maybe helpful to you
C语言课程设计实例精编
- C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
C语言谭浩强第二版
- C是C++的基础,C++语言和C语言在很多方面是兼容的。因此,掌握了C语言,再进一步学习C++就能以一种熟悉的语法来学习面向对象的语言,从而达到事半功倍的目的。(However, C is the foundation of C++, and the C++ language and the C language are compatible in many ways. Therefore, mastering the C language, and further learning C++,
C# 5.0 in a Nutshell.pdf
- 学习C#的手册读物,有什么不懂的可以迅速查阅(a basic book for C# learning, and you can regard it as a dictionary)
你必须知道的495个C语言问题
- 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library
如何实现单片机C语言的模块化编程
- 如何实现单片机C语言的模块化编程,详细讲解C语言的模块化编程的方法与技能,注意事项。详细讲解C语言的模块化编程的相关宏定义写法,规则等!(How to realize the modular programming of C language of single chip microcomputer, and explain the methods and skills of modular programming of C language in detail, as well as the