搜索资源列表
Nr-loop
- 利用牛-拉法做的一个潮流计算,用java写的。。。本科时作的,虽然有点繁琐,但是也不失为一种方法。具体解释见程序。-use of cattle-Rafah done a trend basis, using java writes. . . At the undergraduate, though a bit tedious, but they are also a means to an end. See detailed explanation procedures.
MediaPlayer(java)
- 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
StringTest.rar
- 编写一个Java应用程序,实现如下功能: 1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”; 2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同; 3)按字典顺序比较两个字符串”你”和”我”的大小关系; 4)将数字型字符串”100”和”123.678”转换为数字; 5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
jsp-player
- jsp播放器,可播放音频,视频文件,可循环播放,可自动播放-jsp player, can play audio, video files, you can loop, auto play
images_view
- Java写的图片幻灯片切换特效 很牛哦,用纯JAVA写的图片幻灯片循环播放功能,每张切换时候的特效是不一样的,很漂亮,相信对学习有用处哦。 -Java to write the picture slide switch effects are cattle Oh, by pure JAVA written Loop picture slideshow function, when the effects of each switch is not the same, very beaut
MP3Player
- mp3的播放,单曲播放,循环播放、顺序播放、随机播放-mp3 player, single player, Loop, the order of play, random play
for-while-dowhile
- 通过三个程序演示Java循环语句的使用方法。-Programs are three demonstrations of the use of Java loop method.
服务器与客户间通过套接口Socket(TCP)连接
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法 -Between server and client through the socket Socket (
javaicq0
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
images_view
- 用纯JAVA写的图片幻灯片循环播放功能,每张切换时候的特效是不一样的,很漂亮,相信对学习有用处哦。-Written in pure JAVA image slide loop playback, when the effects of each switch is not the same, very beautiful, I believe Oh, useful for learning.
HwAudio
- 用java写的一个小音乐播放器,可以播放.au文件,实现了播放、循环播放、停止三个功能-Using java to write a small music player that can play. Au file to achieve the play, loop play, and stop three functions
A_basic_Cl18224811282004
- Updated 11/28/04 to loop on adds/updates/deletes. This version IV example shows you how to build a basic client/server address application using persistent data. This version modifies the previous version III so that version III uses the MS Access da
A_Basic_CS2016858312006
- Rewritten on 08/30/06 In this rewrite, the GUI is virtually the same, but the underlying code has had a major rewrite. In the previous version, there was one table. In this version, we have gone to multiple tables, where a table represents one tool,
A_Basic_Ha19526011302005
- Rewritten on 11/30/05. In this rewrite, the GUI is virtually the same, but the underlying code has had a major rewrite. In the previous version, there was one table. In this version, we have gone to multiple tables, where a table represents one tool.
DLogicalClocks
- Distributed Logical clocks. Code will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval and its duration can be set to 1 second. In every loop interval Pi does the following:
threadstime
- 循环创建三个线程,并分别显示时间与生产者和消费者问题 此为线程知识点的应用-Loop to create three thread, and showed the time and the producer and consumer issues This is the thread of the application of knowledge points
In-three-loop-statement-for-n
- 用三种循环语句求n!绝对真是的!!!课程学习必要的,广大学生必备-In three loop statement for n! Absolutely really! ! ! The course of study is necessary, the majority of students essential! ! !
java-Branch-loop
- 这是简单讲述分支语句和循环语句的例子,对java newcomer 有用-Branch loop
loop
- public calss loop public static void main(String[] args) { for(int i=0 i<2147483647 i++) { System.out.println( Hello, World! ) } }-public calss loop public static void main(String[] args) { for(int i=0 i<2147483647
tostring
- 建立main函数,建立tostring方法,并练习for loop(Add a toString() method in the Dog class, such that this method provides a String representation of the Dog object. This method should return all the Dog attributes in a String. ii) Write a new test program called Do