搜索资源列表
TheCompanyManageSystem
- 编写一个菜单,允许用户先选择输入雇员的类型(Manager,Wage,Sales),然后请用户输入姓名,性别,出生日期,将雇员信息从控制台逐一输入。(5%) 编写从雇员信息文件(文件名为employee.data,此文件中预先存入100条雇员信息,雇员信息见后面雇员列表)中读入已存放的雇员信息,并能将其追加到已有雇员信息中。(10%) 从控制台及雇员信息文件中读入的雇员信息存放在一个雇员链表中(链表自己设计,建议用C++标准库中的模版类li
socket(for Windows and UNIX)
- 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
TypeTypeSet
- 仿照WPS的匀齐排版功能,对一个源文件中的内容经过特定处理后匀齐输出到标准输出-WPS modeled features of the uniform homogeneous composition of a source file after the contents of a particular treatment even homogeneous output to standard output
aco2
- 控制台应用程序 : aco 项目概况 应用程序向导已为您创建了这个 aco 应用程序。 此文件包含组成 aco 应用程序 的每个文件的内容摘要。 aco.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关用应用程序向导选择的 平台、配置和项目功能的信息。 aco.cpp 这是主应用程序源文件。 其他标准文件: StdAfx.h、
g7221
- g7221是ITU的标准提案,主要应用了mlt变换技术,矢量量化技术和哈夫曼编码技术。中有g7221标准的中英文文档说明及实现的c源代码。-g7221 is the ITU standard proposal, the main application mlt transform vector quantization and Huffman coding techniques. In g7221 standards in English document describes the imple
Tech_11_2_3
- 在标准C++中对容器元素重新排序的算法 本示例工程是学习C++Primer第四版时,对教程汇总泛型算法11.2.3的学习和调试的体会和总结-how to use stable_sort() in standard C++
DES
- 标准DES算法,控制台操作可对任意文件进行加解密,没有错误和BUG,代码都写有注释。使用C-Free,VS或VC++都可以进行编译。-Standard DES algorithm, console operator can encrypt and decrypt any file, no error and BUG, code written comments.
HelloWorldCPro
- VC++环境搭建,以一个标准C++程序出现,讲解程序结构,代码注释等。-VC++ IDE and standard C++ code
cm
- 这个程序是一个控制台,命令行程序,输入任何数量的文件和提取C / c++风格的注释。它可以输出到一个文件或标准输出。-This program is a console, command line program that inputs any amount of files and extracts C/C++ style comments. It can output to a file or stdout.
stl
- C++ 标准程序库学习,stl容器示例的一些列代码-C++ standard library learning, stl container code sample some of the columns
wordfrequency
- 利用map标准库函数,统计文本中单词出现的频率,利用c语言完成-Use map standard library functions, statistical frequency of occurrence of words in the text, use c language to complete
test_FFT
- FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译-FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译
面向对象easywin标准程序
- 面向对象标准程序,c++,适合面向对象编程对应章节的练习和作业