搜索资源列表
c-algorithm-set
- c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
违章积分查询
- 中国移动IVR开发范例,为青牛平台使用。现有的PSTN、PLMN、CATV、Internet等各种网络,有着不同的通信协议和媒体方式,融合通信平台构筑在现有的各种基础通信网络之上,在应用层屏蔽掉通信协议的差异,并实现统一的服务路由、统一的资源管理、计费管理、服务数据管理、认证服务、目录服务、内容管理等。通过融合通信平台可以实现信息发布、信息点播、电子商务、客户服务、市场营销、销售管理、资源管理、物流管理等多种增值服务。-China Mobile IVR development paradigm
cppexpythonsrc
- Python是一种简单易学,功能强大的解释型编程语言,它有简洁明了的语法,高效率的高层数据结构,能够简单而有效地实现面向对象编程,特别适用于快速应用程序开发,也可以用来开发大规模的重要的商业应用。Python是一个理想的脚本语言。-Python is a simple and easy to learn, powerful interpreted programming language, it is clear and concise grammar and high efficiency o
netProxyAgent
- 网络转发器 用于运行在可以跨两个网段的机器上用来作为一个TCP应用层的一个桥,当然也可以用来在应用层截获数据和分析数据-network transponders can be used to run across the network of the two machines used as a TCP application layer 1 bridges, of course, can be used in application-layer data interception and
exmp3_15
- 设计一个应用程序能将一组整数数据按由小到大的顺序存 放在一个连续的整数表(顺序表)中,并能以该顺序表生成 一棵二叉树用于存放有序表中元素-design an application can a group headed by integer data stored in the sequence of consecutive integers a table (Table sequence), and be able to generate the sequence table for
VC++jiasheng
- VC++中加入声音的程序,简单快捷,可以播放音频数据文件中任意指定位置的声音。 以上程序均在VC++6.0中调试通过,在文中省略了对错误及异常情况的处理,在实际应用中必须加入-VC join the voice of the procedure, a simple and quick, and can play audio data files at any designated location voices. The above procedures in the VC 6.0 debugg
data_stru
- 在C语言环境下,介绍数据结构的一些算法和应用-in the C-language environment, the introduction of some data structure and algorithm application
CshapandXML
- 本文介绍3个XML的基本应用实例,旨在带领你快速步入XML编程世界。实例包括:在.NET中使用XML、读取XML文件,插入数据到XML文档中-This paper describes the three basic XML application designed to lead you into the fast XML programming world. Examples include :.NET XML, reading the XML document, insert the dat
ApptoVxd_DRV
- 本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架,并通过一个WIN32应用程序完成VxD的加载和卸载。在应用程序中,制作2个按钮,一个用于加载VxD,另一个用于卸载VxD。在VxD被动态加载时,VxD会输出数据流“Hello world!”以及“动态加载dynamic.vxd成功”;在VxD被卸载时,VxD会输出数据流“动态卸载dynamic.vxd成功”。-tkyc use of the Quick VxD to generate a dynamic
Webcast20050113_Video
- 关于ADO.NET为应用程序提供高性能的数据访问技术的视频,讲解详细,大家可以听听看.-on ADO.NET application procedures for the provision of high-performance data access technology of video to explain the details, we can listen to.
ATD
- dp256的AD应用,在CODDIER环境下实现AD数据采集-dp256 AD application environment in CODDIER under AD Data Acquisition
P2Particle
- 1、P2P匿名通信系统用户激励机制的研究与设计 2、P2P系统一致性及查询问题研究 3、对等网络有效资源搜索技术及其应用研究 4、基于IP地址的拓扑相关P2P网络 5、基于数据转发树的P2P网络搜索研究-1, P2P anonymous communication system users incentive mechanism and design of the two studies, P2P system consistency and inquiries Study 3,
BPSKmatlab
- 读取服务器传来的数据,并通知应用程序主窗口进行相应的处理。-read data transmitted from the server, and notify the application main window for the corresponding treatment.
HtmlAnylse
- 网页是组成互联网的基本数据单元,是各种面向互联网的应用系统最原始的数据源。网页内部含有大量噪音信息,如何从网页中有效地提取有价值的内容成为影响数据处理效果的关键。 网页正文提取指的是从原始网页中精确地提取出正文文本,比如提取新闻网页中的报道内容。能否高效地提取出网页的正文,是很多互联网应用系统如搜索引擎、新闻资讯系统等面临的一个重要问题。由于网页本身的无结构化的特点,通常采用的正文提取方法是针对目标网页的特点人工制定抽取模板,这类方法的优点是抽取精确,但其致命的缺点是模板建立和维护的工
OPCinterface
- OPC 是Microsoft 公司的对象链接和嵌入OLE/COM技 术在过程控制中的应用, 为工业控制领域提供了标准的数 据访问机制。OPC 采用客户/服务器结构, 提供了两套接口 方案, 分别为COM接口和OLE 自动化接口。COM接口效 率高, 通过它客户能够发挥OPC 服务器的最佳性能, 采用 C++语言的客户一般采用此方案 -OPC is Microsoft's Object Linking and Embedding OLE / COM technology
wuziqi1100
- 这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程。-here Design and Implementation of a crew of 331 under the procedures adopted Game tree, Application of pruning trees and the largest and most principle Search
