搜索资源列表
XmlStringParser
- XML 解释器(字符串变量): 通常的XML解释,可能用Xerces,但这些解释器只能针对流(Stream),可以读取网络、文件的字符流进行解释,但是不能对内存中的字符串进行解释XML节点。 本代码可以解决这个问题,而且可以支持UTF8、UTF16LE、UTF16BE等字符集。 -XML Interpreter (a string variable) : usually XML, it is possible using Xerces, But these explana
classCar
- (1) 程序功能:设计一个用来描述汽车的类,使用类的非静态成员变量来表示汽车的车主姓名、当前的速率和当前方向盘的转向角度,使用类的非静态成员方法来表示改变汽车的速率和停车两个操作。-(1) program functions : design a vehicle used to describe the class, using the non-static member variable to indicate names of the owner of a vehicle, the curr
lishanshuxue
- 1.这个计算器可用在离散数学的数理逻辑中,纯属工具,随意传播,由java语言实现,解压即可运行,需要按照java环境。可以去这里下载运行环境:http://www.skycn.com/soft/3116.html 2.这个计算器可以计算逻辑表达式的值、对应的真值表、主析取范式、主合取范式。 3.输入表达式时可以在表达式栏中输入,也可用相应的按钮输入,变元只能是PQRST。由于等价连接词无法识别,所以用等号代替,这也是一个无奈的选择。 4.计算前请选择变元个数(默认为3元)并对变元赋值。变元个数最
99chenfabiao
- 本程序演示for-for的二重循环结构。外层for语句的循环变量是i,控制总共显示多少行 内层for语句 的循环变量是j,控制每行显示多少字符。-demonstration of the procedure for-2 for the cyclic structure. For the outer part of the cycle variables i, control a total number of firms showed statement for the inner circ
java0009
- 这是一个java servlet示例代码片段,示例在servlet里如何引用变量参数.-This is a java servlet sample code fragment In examples cited how the servlet variable parameters.
memory(java)
- 操作系统实验中的可变分区式的内存管理,用java编写的,写得很不错的。-OS experiment variable zoning-memory management, using java, prepared very well.
20040723jspyilongdiannao
- 风暴设计『留言簿v1.0』jsp版安装过程 1.服务器装有jdk和resin服务器等 2.安装完JSDK后,配置下面的内容: 在系统变量中找到ClassPath并加入下面内容(如果你找不到ClassPath,则新建它): c:jsdkLIBdt.JAR c:jsdkLIBTOOLS.JAR c:jsdkBIN . 再在系统变量中找到Path并加入下面内容: c:jsdk c:jsdkin 3.直接解压resin就可以运行把程序放在doc目录下面把classes目录的文件放在 WEB-INF目录
Gold_Rush
- 一个基于Java的小游戏,有助于帮助理解Java中Class之间的数据传递以及public, private variable的不同用法。
lasso.zip
- lasso变量选择方法,通过惩罚项解决过拟合的问题,lasso variable selection method
SNMP_DEMO
- 本程序很简单总共涉及到三个类,分别是Receiver (Trap接收者), Sender (Trap发送者), Startup(启动类)。 Receiver会实例化Snmp,并设定好IP,端口及监听程序,之后调用listen方法开始接收Trap。这边main方法最后会起一个用户线程,是为了让接收程序一直处于运行状态。 Sender会实例化Snmp,并实例化CommunityTarget类,这个类描述了发送目标的IP,端口等信息。然后实例化一个PDU类,里面设定了OID和变量值,最后通过S
jWebSocketServer-1.0-nb20105
- jWebSocket Server - 基于Java的WebSocket服务器,用于server-to-client(S2C)客户端到服务器的流媒体解决方案,和服务器控制(C2C) client-to-client客户端到客户端的通信。-Archive (.zip) with all required .jar files and libraries to run the jWebSocket Server including an example configuration file (~26
T5b3
- 定义一个可序列化的对象Student类,这个类实现了Serializable接口,类中的成员变量id,name,age,department都可以被序列化,方法不能序列化。通过对象输出流的writeObject()方法将Student对象保存到文件data.ser中,然后通过对象输入流的readObject()方法从文件data.ser中读出保存下来的Student对象,然后将Student对象的id和name输出到控制台。-Define a sequence of objects Studen
jwhich
- 检查java环境变量- Inspects the java environment variable
mp3.0
- JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just dou
ant_basic_02
- ant基本操作,使用ant来调用另外一个ant文件,变量的覆盖和继承-ant basic operation, use ant to call another ant file, variable coverage and inheritance
jumin
- 在程序中需要使用到的字符串大致可以分为两大类,一类是创建之后不需要做修改和变动的字符串常量,另一类则是创建之后需要添加,插入和修改等更改的字符串变量。在java中,对于字符串常量对象则使用String类,它提供了许多诸如比较(compareTo),查找(indexOf)之类的操作,而对于字符串变量对象则使用StringBuffer类,它提供了扩充(append),插入(insert)等操作。-In the procedure requires the use of the string can
PureQuery
- 初学者对程序的安装,环境变量的设置,对ECLIPSE的基本了解等-Beginners on the installation process, the environment variable settings, on the basic understanding ECLIPSE
4
- 继承的运用。子类的方法及变量的设定方法。-The use of inheritance. Subclass methods and methods of variable settings.
DiskIDa
- 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
Classic.Java.code.set.environment.variable
- Java环境变量设置经典代码Classic Java code to set the environment variable -Classic Java code to set the environment variable