-
5477375
带背景工具栏的文本编辑器,VC++经典编程源码,很好的参考资料。(With the background of the toolbar text editor, VC++ classic programming source code, a good reference.)
- 2013-11-14 18:51:07下载
- 积分:1
-
Step1_
OPOS应用程序开发示例,哟关于测试字符修饰打印(OPOS application development example, modification of yo character on the test print)
- 2011-10-27 13:50:08下载
- 积分:1
-
virtual-reality_3DMAXPopenGLPVC
里面包括4个3DMAX+OPENGL+VC++联合使用的源代码。(Which includes four 3DMAX+OPENGL+VC++ joint use of the source code.)
- 2013-08-07 09:57:01下载
- 积分:1
-
analysisofIEEE802channel
分析了 IEEE 802.15.4a的信道模型,并分析了现今测距的方法:CHAN与TAYLOR等,并在此基础上做了改进(Analysised the channel of IEEE 802.15.4a,and analysised some methods for TDOA and TOA . )
- 2009-11-27 22:26:07下载
- 积分:1
-
1
说明: 朱红版C++程序设计教程课后答案和习题详解附相关程序(C++ answers and after-school programming tutorial exercises)
- 2013-10-14 10:34:24下载
- 积分: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
-
Thinking_in_CPP
C++编程思想英文版,很好的一本C++编程书籍。(thinking in C++)
- 2012-09-23 04:43:15下载
- 积分:1
-
NtUserCallOneParam
驱动级防止关机!秒杀普通用户,O(∩_∩)O哈哈~(driver to stop system shutdowm)
- 2021-03-31 22:49:08下载
- 积分:1
-
TestImage
基于MFC打开一幅BMP图像,开发环境是Visual C++ 6.0,此工程可以有效的被利用( We can open a BMP image based on MFC , development environment is Visual C++ 6.0 ,and this peojects can effectively be utilized
)
- 2012-12-05 09:02:27下载
- 积分:1
-
creatfaststyle
演示了如何创建和删除一个应用程序的过程,使你深入了解windows系统中类似的操作过程是如何实现的(Demonstrated how to create and delete an application process, so that a deeper understanding of your windows operating system similar to the process of how to achieve the)
- 2007-12-14 19:52:09下载
- 积分:1