This section describes the eSOAP toolkit demo package. It consists of the eSOAP
runtime for MS Windows, the demo version of the esoapcg compiler and some
source code EXAMPLES to help developers learning how to use the toolkit
( run-time ) and how to specify service interfaces using the esoap code
generator (esaopcg).
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical EXAMPLES of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some EXAMPLES of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percentiles for Monte
% Carlos simulations where some simulations are very bad (in terms of goodness
% of fit between simulated and actual value) than the others and to give
% the lower weights based on some goodness of fit criteria.
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 classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values). See http://en.wikipedia.org/wiki/AdaBoost and the papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of EXAMPLES by hundreds of features in a reasonable time/memory.
Compact Flash Support For Nios II 5.0, To download supporting materials for this new Compact Flash support, download the following .zip file, extract to a computer with Quartus II 5.0 & Nios II 5.0 installed, and proceed to use the hardware and/or software EXAMPLES of your choice to proceed. Additional information is available in the readme.txt document, included in the top-level of the .zip file
MIDlet通過藍(lán)牙與電腦通信的案例,This resource demonstrates how to create Java™ applications that use Bluetooth communication between a PC and a mobile device. The document focuses, from Java programming point of view, on how to configure and use two alternative PC-side solutions: COM-based and JSR-82-based solutions. The package includes several code EXAMPLES both for PC and mobile devices.
Java & XML 2nd Edition
New chapters on Advanced SAX, Advanced DOM, SOAP and data binding, as well as new EXAMPLES throughout, bring the second edition of Java & XML thoroughly up to date. Except for a concise introduction to XML basics, the book focuses entirely on using XML from Java applications. It s a worthy companion for Java developers working with XML or involved in messaging, web services, or the new peer-to-peer movement