Welcome![Sign In][Sign Up]
Location:
Search - VerifyCode.r

Search list

[Windows Developchap11

Description: 数字验证码识别,需要训练。目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。 -The number of verification code to identify the need for training. Contents include: the source code files and two. One procedure is to identify the source code, and the other is a matrix class library, the book is also used, so be attached. Because the training has been good to preserve the right of the value of the network, so the identification procedures used for the first time, you can run \ \ Release directory of the executable file, and then on the picture of the test directory to read into the picture to identify. Of course, readers can also use the training samples to train the network, but to pay special attention to the choice of training samples, or may result in very low recognition rate. Training sample selection principle is that as far as possible representative, not too long training time in the circumstances, as much as possible the number of training samples.
Platform: | Size: 200704 | Author: eduto | Hits:

[Internet-NetworkQQnongchangVC2008

Description: QQ农场外挂 VC2008源代码 农场外挂源代码 农场源代码 -//验证QQ密码 bool WebQQFunction::LoginQQ(CString qqname, CString qqmm, CString qqxym, CString outstr) { CHttpConnection*pHttpConnect = Session.GetHttpConnection("ptlogin2.qq.com") CString szFormData CHttpFile* pFile qqxym.MakeUpper() szFormData.Format("u= s&p= s&verifycode= s",qqname,GetQQmd5pass(qqmm,qqxym),qqxym) szFormData+="&aid=15000102&u1=http 3A 2F 2Fxiaoyou.qq.com 2Findex.php 3Fmod 3Dlogin&fp=&h=1&ptredirect=1&ptlang=0&from_ui=1&dumy=1" if( pHttpConnect ) { pFile = pHttpConnect->OpenRequest( CHttpConnection::HTTP_VERB_POST,"/login") } if (pFile) { // pFile->AddRequestHeaders("POST /login HTTP/1.1\n") pFile->AddRequestHeaders("Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword,*/*\n") pFile->AddRequestHeaders("Referer: http://ui.ptlogin2.qq.com/cgi-bin/login?appid=15000102\n")
Platform: | Size: 268288 | Author: 罗俊杰 | Hits:

CodeBus www.codebus.net