-
kufang
vb做的一个简单的库房软件,数据库为ACCESS(vb do a simple warehouse software, ACCESS)
- 2014-12-19 11:54:32下载
- 积分:1
-
60nlixitong
说明: VC6对sqlserver数据库的添加删除查询等相关操作,代码全部在VC编译环境下运行通过。(VC6 adds and deletes queries to SQLSERVER database and other related operations. All the code runs through the VC compiler environment.)
- 2019-04-26 14:48:48下载
- 积分:1
-
rfid
从实验箱中读取在数据收集到数据库sqlite3(get data rifd uhf)
- 2013-11-20 09:48:48下载
- 积分:1
-
VCPPPMFC_GSM-SM-Modem_code-
这是用vC++写的短信猫的开发程序,函数接口已经提供了以及有Word的函数说明,VC++编写的短信猫SDK(It is written in SMS cat vC++ development program, function interface has been provided as well as Word' s function description, VC++ write SMS cat SDK)
- 2014-11-21 01:16:41下载
- 积分:1
-
LRU
实现的数据库io缓存模拟程序,读入五万个地址和读写标志,输出命中率,io次数等(Io caching implemented simulation program that reads fifty thousand addresses and write flag output hits, io number, etc.)
- 2015-12-19 23:52:04下载
- 积分:1
-
01825465
COM+编程技术内幕 学习COM+的好资料,不错的源码(COM+ programming technology insider good information to learn COM+, good source)
- 2017-06-01 00:07:24下载
- 积分:1
-
Lession1-Note
经典MFC编程书籍,MFC深入详解的第一章总结笔记(The first chapter summarizes notes of the Classic MFC book MFC in-depth explanation)
- 2015-11-22 13:22:38下载
- 积分:1
-
puia
用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解()
- 2018-02-17 18:52:09下载
- 积分:1
-
barcode
39条码的生成dll,生成的条码保持在数组里(the dll of creating barcode 39)
- 2012-06-18 10:15:22下载
- 积分: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