-
STK-user-manual
STK的用户使用手册,这个手册被分成 18 章和一些提供特殊功能的附加部分(STK user manual,This manual is divided into 18 chapters that provide an additional part of the special function)
- 2012-04-01 15:26:32下载
- 积分:1
-
vayql571
非常棒的登陆程序,带有XP式样的界面,有首次使用功能,()
- 2017-11-05 12:53:50下载
- 积分:1
-
POAsuanfa
poa算法,关于梯级水电调度的c#算法源程序。适合梯级水电站短期优化调度(The algorithm, on the dispatch of cascade c# algorithm source program. For the short-term optimal scheduling of cascade hydropower stations)
- 2015-04-21 15:34:45下载
- 积分:1
-
765476
改变对话框的背景颜色,VC++精选编程学习源码,很好的参考资料。(Dialog box to change the background color, VC++ select learning programming source code, a good reference.)
- 2013-12-01 22:03:08下载
- 积分:1
-
HiderPlus
vb老板键(枚举和隐藏窗体、标题),有需要的就下载吧。(vb boss key (enumeration and hidden form, the title), there is a need to download it.)
- 2013-08-13 23:35:51下载
- 积分:1
-
dsgj
定时自动关机VB编写,可在24小时内使用于关机、重启、登出,内含API函数和SHELL直接执行(`````````````````````````````)
- 2009-02-08 23:30:09下载
- 积分:1
-
20050829152443_CompletionPortDemo
说明: 修改了的IOCP例子,修改了的IOCP例子(revising the IOCP example, revising the IOCP example)
- 2005-09-07 13:00:54下载
- 积分:1
-
getbmpvc
VC++通过位图文件直接获取位图文件大小,打开一张BMP位图后,立即显示出位图大小,这里是获取像素尺寸大小,不用占用字节。(VC++ After obtaining the size of the bitmap file directly through the bitmap file, open a bitmap BMP, immediately shows the bitmap size, here is to get the pixel size, without taking bytes.)
- 2014-06-10 13:45:06下载
- 积分:1
-
calculator
用MFC做计算器,满足MFC初学者的教学(make calculator by MFC)
- 2010-09-30 14:06:18下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1