-
OReilly_-_C_sharp_Cookbook
The C# Cookbook offers a definitive collection of solutions and examples for this new programming language.
Recipes range from simple tasks to the more complex, and are organized with respect to the types of problems you ll
need to solve as you progress in your experience as a C# programmer.
- 2009-10-24 23:29:25下载
- 积分:1
-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分:1
-
164
标准串口和模拟串口4位164动态数码管显示程序
1.CPU :89C51 晶振2MHz
2.在proteus上仿真通过
3. 测试时将部分语句屏蔽 (Standard serial and analog serial 4 164 dynamic digital tube display program 1.CPU: 89C51 crystal 2MHz 2. The proteus simulation through 3 will be part of the statement shield test)
- 2013-05-25 15:29:25下载
- 积分:1
-
Experiment_Calculate
集成电路参数提取,L2L法测试互联线电阻参数的程序(L2L)
- 2010-10-20 14:08:18下载
- 积分:1
-
rouhua
VC++处理图像模糊或柔化的效果示例源程序,类似Photoshop中的图像高斯模糊效果,每点击一次鼠标右键,程序为模糊一次,直到你满意为止(VC++ the processing image blur or soften the effect of sample source code, similar to Photoshop image Gaussian blur effect, each click the right mouse button, the procedure for fuzzy time, until you are satisfied)
- 2013-05-07 20:24:37下载
- 积分:1
-
MapInfo
mapinfo格式的全国地图,矢量图,适合mapx使用开发,也可以被二次开发。(Mapinfo format of the map, vector diagram, suitable for mapx development, can also be secondary development.
)
- 2013-05-02 23:27:20下载
- 积分:1
-
openprocess
可以SeDebugPrivilege用户权限用打开系统的进程(SeDebugPrivilege user permissions can be used to open the process of system)
- 2016-02-27 22:40:23下载
- 积分:1
-
PrettyHorse
数据库编程范例用到ado,directui,mfc(Database programming paradigm used ado, directui, mfc)
- 2011-10-13 20:37:48下载
- 积分:1
-
TCP
TCP通信示例程序,很好用的网络通信例程(TCP communication sample program, the good network communication routines)
- 2014-03-14 11:25:31下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1