-
ShowPic
利用vc++6.0单文档程序,使用控件显示位图, 方便初学者使用(show bmp )
- 2013-07-12 17:07:37下载
- 积分:1
-
ClientSocketList
这份源码可以让大家更清晰的知道编写网络通讯的技巧(This code can let everyone know more clearly written communication network techniques)
- 2010-05-25 09:34:52下载
- 积分:1
-
GPSGSMmokuai
VC写GPS简单源码,易上手,适合初学者学习,请指教(GPS VC write simple source, Yishangshou, for beginners learning, improve!)
- 2007-05-25 12:44:34下载
- 积分:1
-
Wave_Show_Ctrl
vs2008 编译通过,主要通过设计波形显示控件类,来实现图形的显示(By designing the waveform display control class to achieve graphical display)
- 2013-09-11 18:56:21下载
- 积分:1
-
TextToDbf
将.list后缀(地质学中常用的一种格式)的纯文本文件转换成dbf格式的vf数据库文件。
采用超线程技术,对于大尺寸的文件操作不会使界面卡死,稍作修改可成为通用的文本文件导入数据库的程序。(Will. List suffix (geology used in a format), plain text file into dbf format database file vf. The use of Hyper-Threading Technology for the large size of the file operations interface card does not die, with some slight modifications can be a text file to import generic database procedures.)
- 2007-08-07 14:01:51下载
- 积分:1
-
SCIint
飞思卡尔单片机SCI编程例子,很有参考价值,。而且有讲解(Freescale' s Microcontroller Programming SCI example of great reference value. But also to explain)
- 2009-12-27 22:53:53下载
- 积分:1
-
ADOSocket
vc++对ado数据库访问的接口类,提供对数据库的连接访问等方法(vc right ado database access interface type, the right to access database methods)
- 2006-05-31 12:36:45下载
- 积分:1
-
日期转换--小程序
:先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。(Datetime converter.)
- 2005-07-15 20:35:58下载
- 积分:1
-
RightsManage
私募系统的权限系统认证用于登陆后初始化菜单,十分重要(primary future right manage)
- 2016-04-23 16:00:20下载
- 积分: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