-
muav
地震资料倾角滤波程序,能够用于地震资料的面波去除及频谱分析(FK filter in seismic data)
- 2013-09-06 07:56:07下载
- 积分:1
-
CSharp_tif
该代码实现的功能是对.tif格式的图片自动分页,并且可以实现数据的查找切割提取。(To achieve the functions of the code. Tif format images automatically paging, and extract data to find cutting.)
- 2012-07-14 11:40:35下载
- 积分:1
-
Setup
This is programm to print labels on paper enveloppe
- 2010-01-14 00:15:00下载
- 积分:1
-
mogeocoder
jis控件mapobject在vc环境下
示例代码(jis Control mapobject vc environment in the sample code)
- 2007-04-25 21:51:56下载
- 积分:1
-
Communication
USB communication and used to access data from mass storage devices
- 2012-10-31 19:32:24下载
- 积分:1
-
Lesson20Code
孙鑫VC++windows编程视频20课配套程序(Sun Xin VC++windows programming video supporting program of 20 lessons)
- 2012-12-10 09:52:01下载
- 积分:1
-
EF
终极火力透视上色辅助外挂源码完整编译可用效果不是很好~~(The ultimate source of firepower perspective color complete compilation available auxiliary plug-in effect is not very good ~ ~)
- 2012-01-26 12:12:38下载
- 积分:1
-
485373
将BSTR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The BSTR CString type, VC++ select learning programming source code, a good reference.)
- 2013-11-24 23:29:01下载
- 积分:1
-
CollectClient
socket编程,实现一个客户端,一个服务器,是学习socket编程的好代码(socket programming, a client, a server, is a good source to learn socket programming)
- 2010-07-15 12:14:14下载
- 积分: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