久久影视这里只有精品国产,激情五月婷婷在线,久久免费视频二区,最新99国产小视频

        • 回答數(shù)

          5

        • 瀏覽數(shù)

          338

        送哦夏季
        首頁 > 考試培訓(xùn) > java考試系統(tǒng)源碼

        5個(gè)回答 默認(rèn)排序
        • 默認(rèn)排序
        • 按時(shí)間排序

        肥胖卷的肥蛋卷

        已采納

        我這有幾套基于javaweb的在線考試系統(tǒng)畢業(yè)設(shè)計(jì)源碼實(shí)現(xiàn), 基礎(chǔ)功能都有實(shí)現(xiàn)項(xiàng)目基于springmvc+spring+mybatis 或者 servlet+jsp 進(jìn)行實(shí)現(xiàn), BS架構(gòu), MVC設(shè)計(jì)模式分層實(shí)現(xiàn), 數(shù)據(jù)庫采用mysql 還是比較簡單的

        java考試系統(tǒng)源碼

        232 評(píng)論(12)

        VV愛吃007

        愛考在線考試系統(tǒng) 版本 web瀏覽 全國唯一開源免費(fèi)在線考試系統(tǒng) 1.支持幾乎所有的題型,包括選擇題,判斷題,填空題,問答題,復(fù)合題(選詞,完型填空,閱讀理解),多空選擇題,連線題等; 2.支持智能出卷,讓您可以根據(jù)題型,章節(jié)(知識(shí)分類),試題難度,分值等組成一份完整的試卷; 3.支持在線練習(xí)或考試,并能設(shè)置考試的考生(或員工)范圍,時(shí)間。讓您能輕松組織一場在線考試; 4.支持客觀題自動(dòng)判卷以及主觀題手動(dòng)判卷,并能自動(dòng)核計(jì)總分,并統(tǒng)計(jì)排名,生成成績分析報(bào)表; 5.簡化錄入試題功能,支持智能識(shí)別,能極大簡化你的錄入工作; 6.支持共享題庫。讓用戶可以從愛考網(wǎng)下載試題,試卷,讓您分享海量題庫。 免除自己錄題的煩惱; 7.是免費(fèi)開源的在線考試系統(tǒng),您不需要為此支付任何費(fèi)用,并且可以下載源代碼以供學(xué)習(xí)和研究。

        274 評(píng)論(14)

        狼人發(fā)生地

        肯定不能給哇。要錢的!

        264 評(píng)論(13)

        馬路口的miraale

        //主類EnglishTest——import .*;import .*;import .*;public class EnglishTest extends JFrame{ TestArea testPanel=null; Container con=null; public EnglishTest() { super("模擬考試"); testPanel=new TestArea(); con=getContentPane(); (testPanel,); addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { (0); } }); setVisible(true); setBounds(60,40,660,460); (); validate(); } public static void main(String args[]) { new EnglishTest(); }}//讀取試題 ReadTestquestionimport .*;import .*;public class ReadTestquestion{ String filename="", correctAnswer="", testContent="" , selection="" ; int score=0; long time=0; boolean 完成考試=false; File f=null; FileReader in=null; BufferedReader 讀取=null; public void setFilename(String name) { filename=name; score=0; selection=""; try { if(in!=null&&讀取!=null) { (); 讀取.close(); } f=new File(filename); in=new FileReader(f); 讀取=new BufferedReader(in); correctAnswer=(讀取.readLine()).trim(); String temp=(讀取.readLine()).trim() ; StringTokenizer token=new StringTokenizer(temp,":"); int hour=(()) ; int minute=(()); int second=(()); time=1000*(second+minute*60+hour*60*60); } catch(Exception e) { testContent="沒有選擇試題"; } } public String getFilename() { return filename; } public long getTime() { return time; } public void set完成考試(boolean b) { 完成考試=b; } public boolean get完成考試() { return 完成考試; } public String getTestContent() { try { String s=null; StringBuffer temp=new StringBuffer(); if(讀取!=null) { while((s=讀取.readLine())!=null) { if(("**")) break; ("\n"+s); if(("endend")) { (); 讀取.close(); 完成考試=true; } } testContent=new String(temp); } else { testContent=new String("沒有選擇試題"); } } catch(Exception e) { testContent="試題內(nèi)容為空,考試結(jié)束?。?; } return testContent; } public void setSelection(String s) { selection=selection+s; } public int getScore() { score=0; int length1=(); int length2=(); int min=(length1,length2); for(int i=0;i

        168 評(píng)論(10)

        結(jié)婚201314

        我也想要發(fā)我個(gè)不勝感激?。?!

        177 評(píng)論(13)

        相關(guān)問答