抽獎系統,需要在CLASS同目錄下加入config.sflower文件--用于配置初始化信息(獎項信息),用戶操作時,首先導入參與抽獎人信息,點擊開始進行抽獎。
CLASS="tags">標簽:
CLASS="time">上傳時間: 2016-02-22
CLASS="username">上傳用戶:thesk123
26.編寫一個具有如下樣式的類模板tmplt,用于實現所謂的反序輸出問題,其中使用了類型參數T(使所處理的元素類型可變化)以及普通參數n(元素個數也可變化): template <CLASS T, int n> CLASS tmplt { T arr[n] // n個T類型的數據存放于數組arr之中 public: void dataIn() //從鍵盤輸入n個T類型數據放入arr數組中 void reverseOut() //將arr數組中的數據按輸入的相反順序輸出 } 而后編制主函數,將類模板實例化為某個具體的類并說明類對象,之后通過對象調用其負責輸入數據的成員函數,再通過對象調用另一成員函數按反序輸出那些輸入數據。
CLASS="time">上傳時間: 2014-01-07
CLASS="username">上傳用戶:xiaoxiang
博客管理系統。安裝說明: 1、在SQLSERVER中創建blog數據庫并創建登陸帳號blog:blog,然后在SQL Server查詢分析器中運行doc目錄下db.sql創建所有表; 2、將工程導入Eclipse; 3、部署工程; 4、運行tomcat; 5、進入tomcat管理web后臺, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver CLASS: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!
CLASS="tags">標簽: blog SQLSERVER 博客 管理系統
CLASS="time">上傳時間: 2013-12-14
CLASS="username">上傳用戶:蟲蟲蟲蟲蟲蟲
最新的java反編譯工具,支持目錄級的反編譯,也支持雙擊.CLASS文件就可查看源文件
CLASS="time">上傳時間: 2014-08-02
CLASS="username">上傳用戶:aysyzxzm
At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Java programs run. Although the name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java CLASS file work together with the language to make Java programs run.
CLASS="tags">標簽: the Java technology abstract
CLASS="time">上傳時間: 2013-12-14
CLASS="username">上傳用戶:離殤
/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的CLASS叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為"實部+0i" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執行:+ - * / << >> */
CLASS="tags">標簽:
CLASS="time">上傳時間: 2013-12-27
CLASS="username">上傳用戶:lindor
這個工具集提供以下結構化分析和UML分析中所用的圖形化繪圖工具:ER-diagrams, data and event flow diagrams and state-transition diagrams,CLASS-diagram editor, a use-case diagram editor and an activity diagram editor
CLASS="tags">標簽: state-transition ER-diagrams and diagrams
CLASS="time">上傳時間: 2014-12-09
CLASS="username">上傳用戶:qunquan
簡易學生信息管理系統 程序實現思路: 先創建一個學生元素類,用于存放學生的各種數據。然后創建一個堆(heap)類,把數據以堆的形式存儲,可便進行堆排序及各種操作。最后再用一個類(CLASS priQueue)包裝了heap類,以方便主函數調用。本程序中比較核心的技術就是用到了堆排序,將學生按優先級(高的排前面,低的排后面)的大小進行有序排列。堆排序的時間復雜度較一般排序(如:冒泡,選擇等)來得低,可使程序顯示數據時效率更高。
CLASS="time">上傳時間: 2014-01-14
CLASS="username">上傳用戶:l254587896
多項式曲線擬合 任意介數 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template CLASS, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
CLASS="tags">標簽: Least-squares arbitrary Purpose Builder
CLASS="time">上傳時間: 2013-12-18
CLASS="username">上傳用戶:宋桃子
// Hint: These CLASSes are intended to be used as base CLASSes. Do not // simply add your code to these files - instead create a new CLASS // derived from one of CSizingControlBarXX CLASSes and put there what // you need. See CMyBar CLASSes in the demo projects for examples.
CLASS="tags">標簽: CLASSes intended simply These
CLASS="time">上傳時間: 2016-04-07
CLASS="username">上傳用戶:thinode