-
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
-
86845
将TCHAR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The TCHAR CString type, VC++ select learning programming source code, a good reference.)
- 2013-11-24 23:34:41下载
- 积分:1
-
SSE
用于计算空气动力学求解激波间断,SSE格式(Used for calculating the aerodynamic solver of shock discontinuity,SSE format)
- 2018-02-05 17:24:59下载
- 积分:1
-
BPSK
BER for BPSK in ISI channel with Zero Forcing equalization
- 2009-12-12 17:23:58下载
- 积分:1
-
ADOTest
本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。(I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.)
- 2020-10-29 14:59:57下载
- 积分:1
-
vc6.0-ADO-for-MDB
visual c++访问mdb格式access数据库,基于ADO(Visual C++ Access mdb format access , based on ADO)
- 2016-10-30 06:41:41下载
- 积分:1
-
procmanagement
采购系统,源码及SQL。数据库SQL,采用VC6开发。(The procurement system, source code and SQL. SQL , developed by VC6.)
- 2016-02-25 00:27:39下载
- 积分:1
-
5th
基于linux下的s3c2410按键驱动和测试程序(S3c2410 based on key drivers under linux and test procedures)
- 2011-10-24 19:59:50下载
- 积分:1
-
0087654
给工具栏按钮设置下拉箭头,VC++编程精选学习源码,很好的参考资料。(To set the drop-down arrow button on the toolbar, select learning VC++ programming source code, a good reference.)
- 2013-11-19 10:53:26下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1