建立一個通訊錄的類note,該類中的屬性有以下幾項:STRING name,phone,MobilePhone,zip,address,Email 分別表示:姓名,固定電話,手機號,郵編,地址,電子郵件地址。方法有兩個:Setnote()給屬性賦初值得函數,方法show()顯示一條通訊記錄。 程序使用了ObjectInPutStream和ObjectOutPutStream這兩個文件輸入輸出流,利用這兩個文件輸入輸出流,可以方便的直接將通訊記錄對象直接寫入文件中,另外為了方便添加和刪除一條記錄還使用了系統的對象數組類Arraylist。同時也方便了查找操作。
上傳時間: 2013-12-22
上傳用戶:wangdean1101
Java MP3 Player, Here s a list of features: - Reads, creates, updates, and removes id3v2.3 and id3v2.4 tags - Reads, creates, updates, and removes id3v1 tags - Extracts MPEG data such as bit rate, sample rate, channel mode, etc. - Calculates playing time of mp3 from mpeg information (no good w/VBR) - Can read and create Winamp styled playlists - Offers other utility classes such as MP3FileFilter and MP3Comparator - NullsoftID3GenreTable object keeps a list of genres for you and can automatically determine the id3v1 genre from an id3v2 STRING or the other way around
標簽: and features creates updates
上傳時間: 2014-11-21
上傳用戶:qq521
MD5算法目前最簡單的效率最高的VB加密模塊,直接調用“MD5(STRING)”即可
上傳時間: 2014-01-11
上傳用戶:gxmm
用Java編寫一個程序實現學員成績管理,每個學員包括3門課的成績,從鍵盤輸入學員信息(最多輸入20個,但最少并不知道),包括學號(STRING)姓名(STRING)三門課成績(用整形數組來存)大家可以下在學習一下
上傳時間: 2016-10-05
上傳用戶:dancnc
CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C STRING & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ STRINGs C++ STRING Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions
標簽: Pre-processor CppReference Reference Operator
上傳時間: 2016-10-26
上傳用戶:aeiouetla
編寫漏洞掃描器探查遠程服務器上可能存在的具有安全隱患的文件是否存在,它的socket建立過程和上面 的端口掃描器是相同的,所不同的是漏洞掃描器通常使用80端口,然后對這個端口發送一個GET文件的請求,服務器接收到請求會返回文件內容,如果文件不存 在則返回一個錯誤提示,通過接收返回內容可以判斷文件是否存在。發送和接收數據需要使用函數send()和recv(),另外對流中存在的字符串進行判斷 需要使用函數strstr(),這除了需要具備socket函數庫的知識以外,還需要一些有關STRING函數庫的知識。
上傳時間: 2013-12-08
上傳用戶:
基于N進制的多精度問題 本代碼可以處理N進制的多精度四則運算。 輸入格式: 全是正數,STRING(或int)格式,請參見函數原型!開頭不要有多余的零!
上傳時間: 2016-11-15
上傳用戶:釣鰲牧馬
“軟件限時注冊”控件(TShareRegist)功能說明: 1、只要將該控件加入主窗體,使Action屬性設為true,再設置其它屬性,你的軟件就有限時注冊的功能了,只要你牢記三個密鑰,并加上給你的算號軟件(RegObject_Admin.exe)你就可以無敵天下了。 2、控件使用目前最嚴嚴謹的加密算法,5級加密。是破解成為不可能,可以放心使用。 3、請記住,設計不同的軟件,給三個不同的密鑰,該控件可以讓你享用終生。 控件屬性說明: Action:boolean 是否開啟限時注冊功能 ShareDays:integer 免費使用的天數 ShareCount:integer 免費使用的次數 RootKey:STRING 注冊表的主根 EncrypKey1:STRING 密鑰1 EncrypKey2:STRING 密鑰2 EncrypKey3:STRING 密鑰3 Money:STRING 注冊費用 ActiveMenuItem:TMenuItem 激活注冊窗口的菜單項(點擊此菜單項便能彈出“注冊窗體”) ActiveButton:TButton 激活注冊窗口的按鈕(同上) Verion:STRING 控件版本號,只讀的
標簽: TShareRegist 控件 軟件
上傳時間: 2013-12-25
上傳用戶:fredguo
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ STRING datetime = rs.getSTRING(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() STRING date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
標簽: prepareStatement ordernumber dayofmoney datetime
上傳時間: 2013-12-14
上傳用戶:zsjinju
The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on STRING handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC
標簽: general-performanc benchmarks Dhrystone dhrystone
上傳時間: 2016-11-30
上傳用戶:hphh