ssd3 java編程 EXAM1 原樣上傳即可,要是想運行,必須把網頁上給的CLASS 合到同一文件夾
CLASS="tags">標簽: EXAM1 ssd3 java 編程
CLASS="time">上傳時間: 2014-01-18
CLASS="username">上傳用戶:liglechongchong
一下是注冊表項 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SDMMC] "Dll"="sdmmc_loader.dll" "Prefix"="SML" "Order"=dword:2 "Ioctl"=dword:4 "CLASS"=dword:01 "SubCLASS"=dword:80 "ProgIF"=dword:0 "DeviceID"=dword:1100 "VendorID"=dword:15b7 "FSD"="fatfsd.dll" "Profile"="SDMMC" "ICLASS"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
CLASS="tags">標簽: HKEY_LOCAL_MACHINEDriversBuiltInS sdmmc_loader Prefix Order
CLASS="time">上傳時間: 2013-12-16
CLASS="username">上傳用戶:frank1234
一款用JAVA制作開發的小型聊天軟件,里面附有安裝程序和JAVA源代碼。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .CLASS-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.CLASS as it is - but you are invited to add your own text. In case of violations I will consider excluding this CLASS from the source in the future.
CLASS="time">上傳時間: 2014-09-06
CLASS="username">上傳用戶:龍飛艇
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first CLASS to enter FXZWN999 open on to add, delete icon button
CLASS="tags">標簽: the password machine Client
CLASS="time">上傳時間: 2016-06-27
CLASS="username">上傳用戶:xsnjzljj
/** * 顯示輸入提示壓縮或解壓縮 繼承了InputStream類,裝有輸入流。 */ public CLASS HZIPInputStream extends InputStream { /** * HZIPInputStream 類的構造函數,定義了huffman樹,輸入流。 * * @param in 輸入流。 * @throws IOException:如果發生I/O錯誤則拋出異常。 */
CLASS="tags">標簽: InputStream 輸入 解壓
CLASS="time">上傳時間: 2016-06-29
CLASS="username">上傳用戶:plsee
手機在線系統 采用Java 中的J2ME, JSP 跟MySql 運行環境是:jsdk1.4以上,WTK2.2, tomcat5.0. MySql4.0. 數據庫用戶名是root,密碼是123. 用戶把,客戶端下的文件夾下的文件整個考到 WTK2.2 apps文件夾下面。 把服務器端CLASS文件放到tomcat5.0下的work\Catalina\localhost文件夾中 把數據庫文件放到mysql的data文件夾中。
CLASS="tags">標簽: MySql Java jsdk JSP
CLASS="time">上傳時間: 2014-01-25
CLASS="username">上傳用戶:小碼農lz
libsvm is a simple, easy-to-use, and efficient software for SVM CLASSification and regression. It solves C-SVM CLASSification, nu-SVM CLASSification, one-CLASS-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM CLASSification. This document explains the use of libsvm.
CLASS="tags">標簽: CLASSification easy-to-use regression and
CLASS="time">上傳時間: 2013-12-18
CLASS="username">上傳用戶:253189838
圖的深度優先搜索和廣度優先搜索,c++實現,可能用CLASS實現并不適合,但思想還是表現出來了
CLASS="time">上傳時間: 2016-07-04
CLASS="username">上傳用戶:stvnash
MediaPlayer代碼,部分代碼,合適請用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //為了導入Vector //import com.sun.java.swing.plaf.windows.* public CLASS MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜單條 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //設定窗口是否在最前面 private Player player //Play是個實現Controller的接口 private File file,listFile //利用File類結合JFileChooser進行文件打開操作,后則與list.ini有關
CLASS="tags">標簽: MediaPlayer 代碼
CLASS="time">上傳時間: 2016-07-08
CLASS="username">上傳用戶:爺的氣質
c++二、通過將其元素插入到雙向鏈表中的方法對數組A進行排序。算法對鏈表的當前操作位置進行維護,當需要插入表項時,若新元素比當前位置值要大,則往前移動;若小則往后移動。編寫函數DoubleSort實現上述排序算法。 template <CLASS T> void DoubliSort( T a[], int n)
CLASS="time">上傳時間: 2013-12-03
CLASS="username">上傳用戶:gundamwzc