Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. Tokenizer is a text-parsing input stream, modelled after the (undocumented) VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
标签: Tokenizer necessary standard complex
上传时间: 2013-12-16
上传用户:whenfly
Vector和Map的一些用法.还有其他人的一些算法.
上传时间: 2013-12-21
上传用户:星仔
AJAXMAP,AJAX做的MAP,很好用,DLL控件,
上传时间: 2013-12-21
上传用户:linlin
A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting text.
上传时间: 2013-12-06
上传用户:lixinxiang
a book about em-map,hope this book can help you !
上传时间: 2013-12-11
上传用户:qoovoop
This program includes: [5 7] convolutional code (encoder) + BPSK + AWGN + MAP (decoder). It evaluates Bit Error Rate and plots it versus SNR(signal to Noise Ratio).
标签: convolutional includes program encoder
上传时间: 2015-12-24
上传用户:bruce5996
一个Speech-Text-Speech的applet小程序
标签: Speech-Text-Speech applet 程序
上传时间: 2013-12-23
上传用户:520
Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
标签: System using Collections namespace
上传时间: 2013-12-29
上传用户:liglechongchong
MAP Toolbox for matlab. World map included.
标签: included Toolbox matlab World
上传时间: 2016-01-07
上传用户:hfmm633
procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= + EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew =&tppnew=0&pppnew=0&timeformatnew=12&cstatus=&dateformatnew =yyyy-mm-dd&showemail=1&newsletter=1&timeoffsetnew=8&avatar =&sig=®submit=注册 ) //一句代码 ifPos( 非常感谢您的注册 ,s)>1then //判断部分 ShowMessage( 注册成功! ) else ifPos( 已经被注册了 ,S)>1then ShowMessage( 该用户名或E-Mail已被注册! ) else ShowMessage( 已关闭注册,注册失败! ) end
标签: procedureTForm PostURL TObject Button
上传时间: 2014-08-24
上传用户:努力努力再努力