搜索结果
找到约 48 项符合
STRONG 的查询结果
按分类筛选
测试测量 BGP测试工具集的设计与实现
协议是互联网络的灵魂,而协议测试是确保网络交互畅通无阻的守护神。尤其是当人们进入一个新的纪元,网络通信成为信息流通的首选手段,与协议不符合的产品必将被淘汰,因而协议测试也越来越受到人们的重视。Protocols are the soul of the Internet, and Protocol Testing isa guarding deamon for the network transaction ...
Delphi控件源码 FlexCompress is a high-speed compression library developed to provide archive functionality for your
FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.
文件格式 四套Latex模版
四套Latex模版,分别是:
A good model for writing Curriculum Vitae;
An excellent package to design slides using LaTeX;
A strong package to make floating figure and table style;
For writing formal letters。
Java编程 cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存
cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。
压缩解压 Student status management system is development two aspects that typical information management syst
Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is ...
matlab例程 Tracking a moving object through several frames, provided changes from frame to frame are on the ord
Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically because of a relatively large area of exploration during the search for an optimal (n ...
软件设计/软件工程 This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile
This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
汇编语言 一个开源的ARM仿真器
一个开源的ARM仿真器,可以支持Strong ARM体系结构
人工智能/神经网络 Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form
Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifie ...
人工智能/神经网络 AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a s
AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besides pattern classification, it also can be applied into feature selection. This document explains the use of AdaBoost.