Welcome![Sign In][Sign Up]
Location:
Search - container

Search list

[VC/MFCc++stlcxykfzn

Description: C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorithm(算法)、container(容器)和iterator(迭代器),几乎所有的代码都采用了模板类和模版函数的方式,这相比于传统的由函数和类组成的库来说提供了更好的代码重用机会。在C++标准中,STL被组织为下面的13个头文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下笔者就简单介绍一下STL各个部分的主要特点。
Platform: | Size: 17930240 | Author: | Hits:

[matlabsource_code

Description: 集装箱信号识别系统,主要做的是集装箱的号码的图像的处理。-Container signal recognition system, mainly to do is image the number of containers handled.
Platform: | Size: 4096 | Author: 徐斌 | Hits:

[ActiveX/DCOM/ATLocxtest

Description: ATL Activex控件,本程序是一个ATL容器测试程序;主要是介绍从如何开发一个ATL Activex控件的基础过程-ATL Activex control, this procedure is an ATL container testing procedures mainly from the introduction how to develop a basis of ATL Activex control process
Platform: | Size: 20480 | Author: 等待 | Hits:

[OpenGL programd

Description: vs2003.net 物体的检选,反馈。将物体放到容器上,会自由旋转。-vs2003.net objects seized election, feedback. Object on the container will rotate freely.
Platform: | Size: 317440 | Author: youdouli | Hits:

[JSP/JavaEntApp1

Description: JavaEE5应用。Netbeans开发。EJB3.0。Glassfish容器。-JavaEE5 application. Netbeans development. EJB3.0. Glassfish container.
Platform: | Size: 144384 | Author: James | Hits:

[Browser Clientwebfm

Description: 这是一个使用JSP编写的WEB文件管理器,在JDK1.5和Tomcat5.5上测试通过。可对网站上的目录和文件进行读、写、删除和上载等操作,也附带了JSP探针,用于了解程序所运行的容器环境。如果你所在的环境不能使用FTP,那么可以使用本工具上载你你所修改的JSP代码和其它文件。-This is a WEB prepared using JSP File Manager, in the JDK1.5 and Tomcat5.5 on the test. On website directories and files to read, write, delete and upload operation, etc., but also comes with JSP probe for understanding of processes running on the container environment. If your environment should not use FTP, you can use this tool to upload your changes you have JSP code and other documentation.
Platform: | Size: 78848 | Author: stming | Hits:

[Linux-UnixRhapsody-0.1.8.tar

Description: sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
Platform: | Size: 252928 | Author: 林绍川 | Hits:

[FlashMXjunhuavchat

Description: 包括所有源文件类,加载容器类,FMS2.0服务端文件类 具体的请打开项目文件,所有文件都在那里 另外加点说明: config.xml,客户端和FMS服务端各有一个.两个设置要相同,里面是服务器运行路径和FMS路径,参照设置即可 运行条-Including all types of source files, loading the container category, FMS2.0 services to client specific documents, please open the project file, all documents are points where additional note: config.xml, client and server have a FMS. Two set to the same, which is the server path and run the FMS path, the light settings can be run
Platform: | Size: 2642944 | Author: grey | Hits:

[JSP/Javachapter5

Description: 基于jsp的网上书店,环境是jdk,容器是tomcat,-Jsp-based online bookstore, the environment is jdk, the container is tomcat,
Platform: | Size: 1398784 | Author: lantian | Hits:

[JSP/Javawebfm

Description: 火狐WEB文件管理器(JSP编写) JSP探针这是一个使用JSP编写的WEB文件管理器,在JDK1.5和Tomcat5.5上测试通过。可对网站上的目录和文件进行读、写、删除和上载等操作,也附带了JSP探针,用于了解程序所运行的容器环境。如果你所在的环境不能使用FTP,那么可以使用本工具上载你你所修改的JSP代码和其它文件-Firefox WEB File Manager (JSP preparation) JSP probe This is a WEB prepared using JSP File Manager, in the JDK1.5 and Tomcat5.5 on the test. May be on the site directories and files to read, write, delete and upload operation, etc., but also comes with JSP probe for the understanding of processes running on the container environment. If your environment can not use FTP, you can use this tool to upload your changes your JSP code and other documents
Platform: | Size: 78848 | Author: 1212 | Hits:

[JSP/JavaLucasReport

Description: sample目录下是例子程序。 1.分组汇总例子 TestGroupReport.java 2.交叉报表例子 TestCrossReport.java 需要使用crossTabSample.xml文件。 请修改程序中引用crossTabSample.xml文件的路径。 3.select.jsp和ShowReportServlet.java是将各种格式报表直接输出到浏览器的例子。 将jsp放到web容器(如tomcat)的根目录下,将ShowReportServlet.java 放到适当的目录下编译。 ------------------------------------------------------------------- 开发指南: tutorial.htm src目录下为源文件。 -sample directory is the example of the procedure. 1. Packet summary examples TestGroupReport.java2. Crossover example TestCrossReport.java statements requires the use crossTabSample.xml document. Please modify the program crossTabSample.xml documents cited in the path. 3.select.jsp and ShowReportServlet.java statements for a variety of formats is to direct the output to the browser example. Jsp on the web container (such as tomcat) root directory, will be put ShowReportServlet.java appropriate compiler directory.------------------------------------------------------------------- Development Guide: tutorial.htmsrc directory for the source file.
Platform: | Size: 4833280 | Author: | Hits:

[transportation applicationsalarm

Description: 用于分析和统计码头集装箱装卸设备前20条发生频率最高的报警信息,以便对设备进行相关的分析。-For analysis and statistical terminal container handling equipment 20 prior to the highest frequency of alarm information to the analysis of related equipment.
Platform: | Size: 1024 | Author: yifeng | Hits:

[Graph RecognizeBox

Description: 这个作品是我提交项目时做的, 技术基础:数字图像处理,灰度化,二值化,边缘检测,拉普拉斯算子,以及图像分割,分水岭算法 能够自动识别分割集装箱号码-This work is submitted by me to do projects, and technology infrastructure: digital image processing, gray and binarization, edge detection, Laplacian, as well as image segmentation, watershed segmentation algorithm can automatically identify the container number
Platform: | Size: 1335296 | Author: 宋芬 | Hits:

[OS programCMap

Description: 模板容器类CMap的完整实现源代码,对于想学习哈希映射的朋友,这个类的实现可以丰富你的思路。-Template container class cmap realize the complete source code, for the want to learn hash mapping Friend, this kind of realize you can be rich in ideas.
Platform: | Size: 149504 | Author: david | Hits:

[OS programCArray

Description: 支持动态增长的数组类,源码包提供了完整的实现源码。对于模板类数组容器感兴趣的朋友是个不错的参考。-Support the dynamic growth of an array type, source packages to provide a complete source realize. Array container for template class a friend is interested in a good reference.
Platform: | Size: 1603584 | Author: david | Hits:

[ELanguagestl32

Description: The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science
Platform: | Size: 209920 | Author: 北科 | Hits:

[ActiveX/DCOM/ATLCode

Description: ActiveX控件的应用与工作原理.ActiveX控件的编写,如何为控件安排属性,方法,事件,属性页,持久性存储,控件如何通知容器自身属性的改变。如何注册控件与取消控件注册。在VB和VC中访问ActiveX控件。-ActiveX Controls Application and working principle. ActiveX controls to prepare, how to control arrangements for the properties, methods, events, property pages, persistent storage, container controls how to change their own attributes. How to register controls and the abolition of the control register. In VB and VC access ActiveX controls.
Platform: | Size: 2061312 | Author: hu | Hits:

[OS programc++sample

Description: 指针,多线成,容器的使用,非常方便的使用介绍-Pointer, into a multi-line, container use, very convenient to use the introduction
Platform: | Size: 657408 | Author: liubing | Hits:

[Windows DevelopLittleGame

Description: 模拟多个有速度的小球在容器内撞击反弹的物理模型。-Simulation has the speed of a number of small balls in the container of the physical model of the impact rebound.
Platform: | Size: 19456 | Author: Frank | Hits:

[Technology ManagementEJB

Description: 作为轻量级的容器,Spring常常被认为是EJB的替代品。我们也相信,对于很多 (不一定是绝大多数)应用和用例,相对于通过EJB容器来实现相同的功能而言, Sping作为容器,加上它在事务,ORM和JDBC存取这些领域中丰富的功能支持, Spring的确是更好的选择。-As a lightweight container, Spring is often considered an alternative to EJB. We also believe that for many (not necessarily the overwhelming majority of) applications and use cases, as opposed to through the EJB container to achieve the same functionality in terms of, Sping as containers, together with its affairs, ORM and JDBC access to these areas of rich the function of support, Spring is indeed a better choice.
Platform: | Size: 5120 | Author: 小杨 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net