Compiles a regular expression into a fast automaton 編譯正規表達式成機器代碼(源碼)(11KB)
資源簡介:Compiles a regular expression into a fast automaton 編譯正規表達式成機器代碼(源碼)(11KB)
上傳時間: 2015-10-20
上傳用戶:1101055045
資源簡介:Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, onc...
上傳時間: 2013-12-19
上傳用戶:sardinescn
資源簡介:I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote...
上傳時間: 2015-01-10
上傳用戶:hzy5825468
資源簡介:This example imports a text file into a database table using ADO. Because it uses ADO, it should work with all data sources, though it has only been tested with Access. Usage is explained in the code s comments.
上傳時間: 2013-12-27
上傳用戶:1079836864
資源簡介:A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
上傳時間: 2017-04-02
上傳用戶:lacsx
資源簡介:The application you are going to create mimics entering an employee into a database .The user wil be required to enter an employee s name and age
上傳時間: 2014-12-07
上傳用戶:ouyangtongze
資源簡介:How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\include /Ie:\j2sdk1.4.0\include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
上傳時間: 2015-03-31
上傳用戶:jhksyghr
資源簡介:Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips ...
上傳時間: 2013-12-19
上傳用戶:wangchong
資源簡介:implement md5 into a d
上傳時間: 2014-01-23
上傳用戶:思琦琦
資源簡介:This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values.
上傳時間: 2013-12-25
上傳用戶:shawvi
資源簡介:This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
上傳時間: 2015-09-26
上傳用戶:wang5829
資源簡介:This practical, roll-up-your-sleeves guide distills years of ingenious XML hacking into a complete set of tips, tricks, and tools for web developers, system administrators, and programmers who want to leverage the untapped power of XML. If ...
上傳時間: 2015-11-01
上傳用戶:lili123
資源簡介:This is a collection of m-files I created to complete a research project into the DC components of various encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files ...
上傳時間: 2015-12-24
上傳用戶:lnnn30
資源簡介:FIR2LIFT is a program to factor a wavelet FIR filter pair into lifting steps.
上傳時間: 2016-02-04
上傳用戶:大三三
資源簡介: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.
上傳時間: 2013-12-06
上傳用戶:小寶愛考拉
資源簡介:The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
上傳時間: 2016-04-03
上傳用戶:杜瑩12345
資源簡介:Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or another in the form in front of us. For example, patients to hospitals, pharmacies dispensing to patients, patients with transfusion to the infus...
上傳時間: 2013-12-26
上傳用戶:四只眼
資源簡介:Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual S...
上傳時間: 2016-07-08
上傳用戶:tuilp1a
資源簡介:RunExp.m: -Changed script into a function. -Coded to accept the numberofRuns as an Argument. -Added code for automatic Exit from Matlab and Shutdown of WindowsPC.
上傳時間: 2014-07-29
上傳用戶:ryb
資源簡介:Absolutely wonderful features you may never imagine before, Skytree v2.0 takes you into a new era of treeview. Now let s take a tour to know what s new in Skytree v2.0.
上傳時間: 2013-12-24
上傳用戶:yulg
資源簡介:以多任務分布Matlab的計算(3)-劃分一個參數序列到多任務中 Example: Dividing a Parameter Sweep into Tasks
上傳時間: 2014-01-14
上傳用戶:lunshaomo
資源簡介:MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. T...
上傳時間: 2017-03-11
上傳用戶:mikesering
資源簡介:This function seperates a 2D matrix into its X and Y components if by definition the kernel is seperable (rank==1).
上傳時間: 2013-12-26
上傳用戶:葉山豪
資源簡介:READ SERIAL PORT AND WRITE IT INTO a FILE
上傳時間: 2013-12-05
上傳用戶:拔絲土豆
資源簡介:READ SERIAL PORT AND WRITE INTO a FILE
上傳時間: 2014-12-20
上傳用戶:cjl42111
資源簡介:This project attempts to stream high-speed ADC (or other digital) samples into a computer equipped with USB 2.0 CY3681FX2 AD9245
上傳時間: 2017-06-11
上傳用戶:曹云鵬
資源簡介:Algorithms for programmers This draft is intended to turn into a book about selected algorithms. The audience in mind are programmers who are interested in the treated algorithms and actually want to have/create working and reasonably op...
上傳時間: 2014-01-22
上傳用戶:jqy_china
資源簡介:The design is transformed into a wiener filtering problem and the parameters are modeled as correlated ARIMA processes with known dynamics.
上傳時間: 2014-12-06
上傳用戶:ardager
資源簡介:A fractal is generally "a rough or fragmented geometric shape that can be split into parts, each of which is (at least approximately) a reduced-size copy of the whole,"[1] a property called self-similarity. The term was coined by Benoî ...
上傳時間: 2014-01-18
上傳用戶:as275944189
資源簡介:NMEALINEREAD reads an NMEA sentence into a MATLAB structure array
上傳時間: 2017-08-29
上傳用戶:zhouli