提供了一種注冊(cè)機(jī)算法的實(shí)現(xiàn). 里面共有兩份分別是題庫(kù)的代碼和注冊(cè)機(jī)的代碼,題庫(kù)的基本和一些擴(kuò)展功能我已經(jīng)做好了,大家看看我做的功能實(shí)現(xiàn)代碼怎么樣。其中還有一部分我打算實(shí)現(xiàn)的功能沒(méi)時(shí)間完成,各位有時(shí)間可以幫我完成,別忘了告訴我一聲哦(QQ:214392346),我一些想做的功能已經(jīng)把界面搞好了,有些地方還沒(méi)寫代碼,我覺得里面的代碼還有好大的可優(yōu)化空間,大家?guī)兔ν晟埔幌掳?,記得用Jbulider打開工程。由于時(shí)間倉(cāng)卒,我使用的是null布局,我是在windowsXP下調(diào)試編寫的,可能在不同的操作系統(tǒng)中打開會(huì)發(fā)生問(wèn)題,Windows用戶就不用改其布局了,如果你的操作系統(tǒng)是非windows可能就要重新改變布局咯。
標(biāo)簽: 注冊(cè)機(jī) 代碼 分 算法
上傳時(shí)間: 2016-05-03
上傳用戶:anng
Sqlserver2000壓力測(cè)試 數(shù)據(jù)庫(kù)請(qǐng)自己建,附腳本。不懂的可以發(fā)郵件問(wèn)我:killwolf@163.com 10萬(wàn) 109640ms 插入 23078ms 清空 20萬(wàn) 216281ms 8391馬上 40萬(wàn): 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo].[StuInfo] GO CREATE TABLE [dbo].[StuInfo] ( [StuID] [float] NULL ) ON [PRIMARY] GO
標(biāo)簽: Sqlserver 2000 壓力 測(cè)試
上傳時(shí)間: 2016-05-08
上傳用戶:lht618
本程序執(zhí)行后,創(chuàng)建一個(gè)能夠加載文字的面板,文字的內(nèi)容是本地主機(jī)的IP地址的動(dòng)態(tài)顯示。跑馬燈文字的大小和跑馬燈文字顯示的速度都可以在GatutTextCrawler.html文件里通過(guò)參數(shù)進(jìn)行設(shè)置。 編程思路:首先,本練習(xí)因?yàn)橐谱鱾蓽y(cè)IP的跑馬燈的實(shí)例,所以首先要生成程序界面:在函數(shù)public void init()中,首先通過(guò)語(yǔ)句s = getParameter("fontSize")和fontSize = s != null ? Integer.valueOf(s).intValue() : 12設(shè)置文字字體大小,然后進(jìn)行字體設(shè)置和顯示速度設(shè)置,最后通過(guò)語(yǔ)句msgText = getParameter("preText")得到GatutTextCrawler.html文件中的字符串值。然后,得到主機(jī)IP地址,首先通過(guò)函數(shù)adds = InetAddress.getLocalHost().toString()得到主機(jī)的IP地址,最后在更新屏幕函數(shù)public void update(Graphics g)中通過(guò)實(shí)現(xiàn)跑馬燈效果。
標(biāo)簽: 程序
上傳時(shí)間: 2016-06-06
上傳用戶:miaochun888
The simulator GUI is started with command ui_start in Matlab command window. WLAN simulation starts by clicking the Start Simulation button in the GUI window. WLAN simulation can be terminated, before set number of packets have been reached by pressing control-C .
標(biāo)簽: command simulation simulator ui_start
上傳時(shí)間: 2016-06-11
上傳用戶:sevenbestfei
Java五子棋程序 本軟件使用JAVA語(yǔ)言實(shí)現(xiàn),通過(guò)對(duì)SCOKET技術(shù)的理解,在此基礎(chǔ)上建立服務(wù)器與客戶端相連接,從而實(shí)現(xiàn)局域網(wǎng)內(nèi)兩人互動(dòng)進(jìn)行五子棋游戲。整體采用BorderLayout來(lái)布局,分為toolBar, board 和statusBar三部分,分別位于NORTH、CENTER和SOUTH。其中board部分采用null的布局方式,toolbar部分采用FlowLayout的布局方式。通過(guò)對(duì)軟件的編寫,加深對(duì)以上技術(shù)的理解和掌握。
上傳時(shí)間: 2016-06-21
上傳用戶:mhp0114
AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { DefaultValueAttribute dva = defaultValueAttribute[0] as DefaultValueAttribute if(dva != null) prop.SetValue(o, dva.Value, null) }
標(biāo)簽: AutomaticPropertiesDefaultValues PropertyInfo Article_src GetPropert
上傳時(shí)間: 2014-11-22
上傳用戶:xaijhqx
DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feof(mfp)&!feof(cfp)) { ttch++ mch=fgetc(mfp) cch=fgetc(cfp) xorRes=mch^cch ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128 } bdiff=float(ttbitdiff)*100/float(ttch*8) } *bitdiff8byte=float(ttbitdiff)*100/float(8*8) return bdiff
標(biāo)簽: DESProcess ttbitdiff xorRes bdiff
上傳時(shí)間: 2016-07-02
上傳用戶:1079836864
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊(duì)是空的,無(wú)法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標(biāo)簽: private public Node LinkQuery
上傳時(shí)間: 2016-07-08
上傳用戶:天誠(chéng)24
內(nèi)存的申請(qǐng)和分配并沒(méi)有成功,但程序員卻使用了它。一些新手經(jīng)常會(huì)犯這種錯(cuò)誤,他們并不會(huì)留意到內(nèi)存沒(méi)有分配成功。判斷指針的值是否為NULL可以有效地避免這種錯(cuò)誤。
上傳時(shí)間: 2014-01-12
上傳用戶:czl10052678
java 通用連接 MS SQL 的寫法 ,給新手用吧 DBconnect DBC DBC = new DBconnect() java.sql.Statement stmt = null if (DBC.connectDB()) {
上傳時(shí)間: 2013-12-28
上傳用戶:gmh1314
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1