n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled code as individual class files doc NAACL 00 paper describing the algorithm src source code for C
资源简介:n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled cod...
上传时间: 2017-01-07
上传用户:ghostparker
资源简介:Extension for LockBox for Delphi 7. This pack help for install the previous version of the LockBox for Delphi 2007.
上传时间: 2013-12-11
上传用户:dapangxie
资源简介:Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % the ...
上传时间: 2016-12-27
上传用户:exxxds
资源简介:A Markov Chain Monte Carlo version of the genetic algorithm Differential Evolution: easy Bayesian computing for real parameter spaces
上传时间: 2014-01-20
上传用户:hphh
资源简介:PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consi...
上传时间: 2014-01-16
上传用户:moerwang
资源简介:This a simple example project for the MSP430 series MCU and the GCC port of the mspgcc project. the project contains a makefile and uses assembler and C sources. It shows a clock on an character LCD.
上传时间: 2015-10-19
上传用户:waitingfy
资源简介:the present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified ...
上传时间: 2015-12-24
上传用户:84425894
资源简介: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-ti...
上传时间: 2013-12-26
上传用户:aig85
资源简介:This subproject contains the compiled code for the implementation classes of the Java Servlet and JSP APIs
上传时间: 2013-11-28
上传用户:diets
资源简介:EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility ...
上传时间: 2016-05-02
上传用户:lunshaomo
资源简介:This book is for the experience and not the same level of the design process so prepared by the staff, of course, the reader should at least be able to prepare a simple C language program. On the C language are learning readers, this book i...
上传时间: 2013-12-20
上传用户:jcljkh
资源简介:This file contains a loop-back test for the audio part of the SmartRF04EB
上传时间: 2016-07-01
上传用户:924484786
资源简介:密码算法程序包miracl contains all the source code for the latest version of MIRACL: a Multiprecision Integer and Rational Arithmetic C/C++ library.
上传时间: 2016-07-08
上传用户:xinyuzhiqiwuwu
资源简介:This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodma...
上传时间: 2016-08-26
上传用户:小草123
资源简介:This the first release of a free TCP/IP/PPP protocol stack for the uC/OS Real-Time Operating System. As a first release it s still rather rough and very much larger than desired however it is working well in an embedded product and therefor...
上传时间: 2016-09-16
上传用户:songyue1991
资源简介:Shape registration by shape context: algorithm implemented by matlab and the paper. One of the best point matching algorithm after 2000.
上传时间: 2016-10-20
上传用户:1583060504
资源简介:This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organiza...
上传时间: 2014-01-04
上传用户:dongqiangqiang
资源简介:Description the art galleries of the new and very futuristic building of the Center for Balkan Cooperation have the form of polygons (not necessarily convex). When a big exhibition is organized, watching over all of the pictures is a big s...
上传时间: 2017-02-17
上传用户:1427796291
资源简介:This article covers many of the fundamentals of analog video. Video is defined for our purposes here as "moving pictures." Still imaging, like what is found in digital still cameras or scanners, is not covered. the requirements for still ...
上传时间: 2013-12-17
上传用户:黑漆漆
资源简介:This tutorial was prepared for our freshman engineering students using the student version of MATLAB, because symbolic computations are covered in almost no introductory textbook. We are pleased to make it available to the international co...
上传时间: 2014-01-02
上传用户:lx9076
资源简介:Cisco E-DI supports perl scripting through the CLI. This feature automates many of the server and network administration tasks. This section explains how to enable and disable the perl scripting service, and how to use Cisco E-DI Perl API...
上传时间: 2017-07-06
上传用户:a673761058
资源简介:the code for this article was written for version 1.0 of the Active Template Library (ATL). the current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly differe...
上传时间: 2013-12-01
上传用户:古谷仁美
资源简介:and its Chinese version of the after-school answer the questions. Java book for beginners who have good inspiration
上传时间: 2013-12-24
上传用户:qunquan
资源简介:the decision of a boundary problem for the differential equation of the second order a method of iterations
上传时间: 2013-12-02
上传用户:lx9076
资源简介:the blind signal detection using the various length of the LSCMA algorithm
上传时间: 2017-08-10
上传用户:wl9454
资源简介:I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the data, clustering and ICA for the separation between data and noise.
上传时间: 2016-06-01
上传用户:cc1915
资源简介:I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative ...
上传时间: 2014-01-01
上传用户:BIBI
资源简介:This demo nstrates the use of the reversible jump MCMC simulated annealing for neural networks. This algorithm enables us to maximise the joint posterior distribution of the network parameters and the number of basis function. It performs a...
上传时间: 2015-07-19
上传用户:ma1301115706
资源简介:the Window Design Method the basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and t...
上传时间: 2017-03-20
上传用户:PresidentHuang
资源简介:人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support. It supports all commonly used shape functions and hedges, with full support for the vario...
上传时间: 2013-12-17
上传用户:dbs012280