搜索资源列表
c++编程百例
- C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习-C programming source, including the most simple entry procedures and graphical programming, etc., suitable for novice learning
Polynomia
- 关于多项式的操作 重载运算符加减实现多项式的加减等操作-polynomial on the operation of heavy Operators of polynomial Modified Modified etc
CurSorPo
- 利用api函数模拟鼠标的单击、双击等事件,稍加修改可开发成减少重复性操作的软件。-use simulation function of the mouse click, double-click, etc., little changes can be developed into reduce repetitive operation of the software.
SuperConsoleVB
- SuperConsole is a complete console, like MS-DOS. It has functions for a wide range of features, like copying, moving and deleting files, carrying out network functions, etc.-SuperConsole is a complete console. like MS-DOS. It has functions for a wide
caaaaaaaaa
- 通过配置文件修改IP,DNS,等... 支持命令行,适用于机房维护-through configuration files IP, DNS, etc. ... command line support and maintenance applicable to the engine room
BankSystemSimulation(c++)
- c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。-c achieve the banking system simulation process can be simulated Login, deposits, withdrawals, transfers, etc, Finally, the data operation to preserve documents.
DosShell
- 几个设计模式的事例程序: composite, etc.
DirecteryOption
- 模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等-analog terminal, and several catalog operation of the system commands, dir, cd, md, del etc.
职工工资管理系统
- 1、 需求分析: 公司主要有4类人员:经理、技术员、销售员、销售经理。要求存储这些人的职工号、姓名、月工资、岗位、年龄、性别等信息。 2.程序的基本功能: 1.增加、修改、删除一个职工信息。 2.显示全部职工信息。 3.按条件显示职工信息(条件有按电话号码、姓名、职称或职工号等。 4.按条件显示工资信息(职工号,职称等)。 5.查找指定金额范围的职工职称。 -1, demand analysis: the company
huffman
- 哈弗曼编解码器 输入一段文本 可以将其进行哈弗曼编码输出,画出生成哈夫曼树,编码表等-Hafu Man codec type in a text can be encoded output for Hafu Man, draw generate Huffman trees, coding table, etc.
PSIparser
- 机顶盒 PSISI 表的详细解析源代码,包括了pmt,pat,nit,sdt,tdt,tot,eit等表的解析-Detailed analysis of the source code of the set-top box PSISI table, including table analysis of pmt, pat, nit, sdt, tdt, tot, eit, etc.
shapeofstartomaketriangle
- shape of star to make triangle, cube etc
conio
- Console I/O for Win32 as it was back in good old DOS times. Contains functions as clrscr, gotoxy etc.
link-list-vc++
- this is a implementation of a simply and doubly linked list. have a inclusion, deletion, sorting, etc procedures
winscript_example
- VBscr ipt wrapper class allow to add vbscr ipt scenaries to applications. No MFC/ATL/etc. Example:scr iptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.Parsescr ipt(L"scr iptText) engine.Execite() -V
VC_Matlab
- Vc与Matlab混合编程的一些实例,比较有用,对于混合编程中常用的数据类型转换,系统设计以及算法设计等等,以实例展现,可以稍加修改即可投入实用。-Vc mixed with Matlab programming examples, more useful for mixed programming commonly used data type conversion, system design and algorithm design, etc., with examples to show
correct
- 遥感原理与应用的实习程序,主要是图像的纠正,图像的光滑,锐化-Remote Sensing Principles and Applications of the internship program, mainly to correct the image, the image of the smooth, sharpening, etc.
wenjian
- 建立内存文件系统 在内存中建立一个虚拟磁盘; 建立文件系统; 设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块; 设计相应的目录结构,文件控制块等来管理系统中的文件; 实现文件的创建,删除,移位和改名; 设计可视化界面,显示已分配和未分配的磁盘空间; 实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。 -The establishment of the memory file system in memory to create a virtual d
Callr
- a calender program to get system time date and also hours seconds etc and display it in the console view
shape
- 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.