登录
首页 » Visual C++ » 动态创建数组类

动态创建数组类

于 2020-06-24 发布 文件大小:703KB
0 103
下载积分: 1 下载次数: 0

代码说明:

  动态创建数组模板,可以用该模板动态创建所需要的数组类(Dynamic Creation of Array Templates)

文件列表:

Array, 0 , 2019-07-16
Array\Array.cpp, 18 , 2019-04-05
Array\Array.dsp, 4084 , 2019-04-05
Array\Array.dsw, 518 , 2019-04-05
Array\Array.h, 3204 , 2019-04-05
Array\Array.ncb, 33792 , 2019-04-05
Array\Array.opt, 48640 , 2019-04-05
Array\Array.plg, 1147 , 2019-04-05
Array\Debug, 0 , 2019-07-16
Array\Debug\Array.exe, 548916 , 2019-04-05
Array\Debug\Array.ilk, 795768 , 2019-04-05
Array\Debug\Array.obj, 1193 , 2019-04-05
Array\Debug\Array.pch, 213792 , 2019-04-05
Array\Debug\Array.pdb, 1115136 , 2019-04-05
Array\Debug\main.obj, 252780 , 2019-04-05
Array\Debug\vc60.idb, 82944 , 2019-04-05
Array\Debug\vc60.pdb, 110592 , 2019-04-05
Array\main.cpp, 1206 , 2019-04-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Henway
    关于GDI的小游戏,小鸡过马路的一些设置(Small game on the GDI, the chicken cross the road a number of settings)
    2009-06-08 22:59:27下载
    积分:1
  • debug
    详尽阐述了如何在VC的IDE下进行调试,并且在后半部分,还说明了写VC代码的注意事项,以及避免出错的方法。(Elaborated on how the VC IDE for debugging, and in the second half, also explains the precautions write VC code, as well as ways to avoid making mistakes)
    2013-10-06 21:41:24下载
    积分:1
  • Canonv8.4
    canon sdk 8.4,remote capture necessary
    2009-09-19 10:48:15下载
    积分:1
  • VC-Ado-Oracle
    本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。(this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource name,uer name,and your code ,click the connect button ,if no error,you will see all table of the datasource.the datas will show while you double click a table in the list box.)
    2010-07-21 17:03:35下载
    积分:1
  • rtkdemo
    用于GPS信号的差分定位,以对最后信号进行平滑修正。得到更好的畏惧和接收机位置(For differential GPS positioning signals to the final signal smoothing correction. Better fear and receiver position)
    2021-04-25 14:38:46下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • Adaptive-median-filter
    基于vc++的自适应中值滤波器的代码,能用于对相位图的滤波。(The adaptive median filter code can be used for the filtering of the phase diagram.)
    2021-02-26 19:59:37下载
    积分:1
  • szdstx
    VC written program startup window style, debugging in VC through
    2018-10-21 12:54:27下载
    积分:1
  • cvery_933423
    项目部来了一位漂亮的MM,她飘逸的红发散发出诱人的魅力,深深地迷住了我. 还主动问我:你刚才给我发的那些,是怎么弄的呢?我怎么弄不起呢:< ? 于是乎我做了这个东东来发消息,再于是乎我想你也可能需要,就来发表了:P. 程序环境: win系统,并且打开了windows message服务的主机可以通信(端口135). 涉及的功能: 使用一位高手提供的135端口信息发送函数. 一个ini文件类用于记录IP信息. 自定义一个消息和相关代码,用于把程序缩小到系统托盘.
    2009-03-31 14:52:12下载
    积分:1
  • csharp-logger-0.1.1
    C#的日志工具,思路log4j跟一致.请参阅本站关于log4j的其他资源(C# log tools, consistent with the idea of log4j. Please refer to this site on other resources log4j)
    2009-04-11 21:23:42下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载