搜索结果

找到约 308 项符合 STRing 的查询结果

Java编程 建立一个通讯录的类note

建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮件地址。方法有两个:Setnote()给属性赋初值得函数,方法show()显示一条通讯记录。 程序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利 ...
https://www.eeworm.com/dl/633/337916.html
下载: 94
查看: 1034

Java编程 Java MP3 Player, Here s a list of features: - Reads, creates, updates, and removes id3v2.3 and id3

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) ...
https://www.eeworm.com/dl/633/338136.html
下载: 26
查看: 1068

加密解密 MD5算法目前最简单的效率最高的VB加密模块

MD5算法目前最简单的效率最高的VB加密模块,直接调用“MD5(String)”即可
https://www.eeworm.com/dl/519/338968.html
下载: 171
查看: 1047

教育系统应用 用Java编写一个程序实现学员成绩管理

用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String)三门课成绩(用整形数组来存)大家可以下在学习一下
https://www.eeworm.com/dl/621/350507.html
下载: 48
查看: 1239

通讯编程文档 CppReference 对于c/c++的详尽说明 C/C++ Reference General C/C++ Pre-processor commands Operator P

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 stan ...
https://www.eeworm.com/dl/646/359189.html
下载: 21
查看: 1134

Internet/网络编程 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在

编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和 ...
https://www.eeworm.com/dl/620/360126.html
下载: 182
查看: 1065

数据结构 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数

基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!
https://www.eeworm.com/dl/654/366671.html
下载: 136
查看: 1033

Delphi控件源码 “软件限时注册”控件(TShareRegist)功能说明: 1、只要将该控件加入主窗体

“软件限时注册”控件(TShareRegist)功能说明: 1、只要将该控件加入主窗体,使Action属性设为true,再设置其它属性,你的软件就有限时注册的功能了,只要你牢记三个密钥,并加上给你的算号软件(RegObject_Admin.exe)你就可以无敌天下了。 2、控件使用目前最严严谨的加密算法,5级加密。是破解成为不可能,可以放 ...
https://www.eeworm.com/dl/666/367839.html
下载: 30
查看: 1067

Java书籍 pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernu

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") ...
https://www.eeworm.com/dl/656/370555.html
下载: 31
查看: 1130

单片机开发 The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

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 gener ...
https://www.eeworm.com/dl/648/373183.html
下载: 69
查看: 1104