搜索资源列表
masm3280
- 结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。
SimpleGame
- 一个小游戏,非常值得一看,很有条理性,包装的非常好-a little game, very wonderful to look at and very structured, very good packaging
lookatsss
- sQL语言作为关系数据库管理系统中的一种通用的结构查询语言已经被众多的数据库管理系统所采用-as the relational database management system of a common structured query language has been adopted by many database management systems used
tapi-src
- 提供了非常全面的TAPI类.不过,要看懂得费一番工夫.类的安排很有条理. -provide a very comprehensive TAPI category. However, know how to look at a lot of effort. Arrangements like the very structured.
windowssql2000
- sql命令SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:-sql order SQL (Structured Query Language, structure Query Language) is a powe
CrazyBoard3tgz
- 著名的BBS软件CrayzBoard 3.0.1的C语言源程序,这个程序在韩国用的很普遍,界面清晰有条理,以数据库的格式保存文章资料,支持文件上传。如今CrazyBoard已经发展到了v2000版本。有心要用C编写论坛或社区的朋友不可错过,它无疑是很好的参考范本-famous BBS software CrayzBoard 3.0.1 C language source code, the procedure used in South Korea is widespread and clear
myarpssp
- ARP欺骗的一段c++程序,实现的比较结构化,是一个不错的截获包的程序-ARP spoofing section c procedures, the more structured, it is a good package intercepted procedures
bcb6.0-examples
- 我个人编写的C++builder6.0源码,详尽的例子,有助于对程序效率的提高,程序的结构化框架,要的请密我-I personally prepared by the C builder6.0 source, detailed examples, contribute to the improvement of the efficiency of the procedures are structured framework, to please close I
xml_parser
- XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how
read_xml_menu
- XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how
ms_xmldataplugin
- XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how
3msw64-65_76
- 说明文件: XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of
memorylink
- 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点
Advanced.Signal.Processing.and.Noise.Reduction.2nd
- Signal processing theory plays an increasingly central role in the development of modern telecommunication and information processing systems, and has a wide range of applications in multimedia technology, audio-visual signal processing, cellular mob
tinyxml
- timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
STGSTORE
- 一个结构化存储的文件通常也称之为OLE复合文档。 复合文档具有很多特性,比如: (1)可以加载和保存局部文档,这可以避免为了读取一小段数据而载入整个文件。 (2)Windows本身在内部就提供了对复合文档的支持。举个例子,即便系统中没有安装Word,我们在资源管理器中察看Word文档的属性时,也可以显示它的大量信息,比如摘要、统计、作者、字数等。因为这些信息就是从Word的复合文档中读取的。 微软公司声称结构化存储将是未来Windows的缺省文件格式。MS-Office就已经大量的使用了结构化存
A Crash Course on the Depths of Win32 Structured E
- A Crash Course on the Depths of Win32 Structured Exception Handling -A Crash Course on the Depths of Win32 Structured Exception Handling.
svm_perf
- SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X --> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike reg
structured-analysis
- 结构化分析概述、数据模型、功能模型、行为模型、构造功能模型-Structured overview of the data model, functional model, behavioral model, constructed functional model
structured-programming-with-c-plus-plus
- a book on cpp useful for structured programming
