搜索资源列表
java8543535462
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interfa
Josephus算法
- 用JAVA写的一个小算法! 实现了出局的人数小于循环的人数~!·-using Java to write a small algorithm! Achieved less than the number out of circulation ~!
Rot13.java
- 循环位移算法ROT-13,既输入的字符串的每个字符后移13位加密,在移13位解密.-displacement cycle algorithm ROT - 13, both input string of characters after each shift 13 encryption, the shift 13 declassified.
musicframe
- 一个用java编的音频播放器 支持mp3 可以播放 暂停 停止 循环-java with a series of audio players support mp3 players can be suspended stop cycle
CycleLink
- 循环队列的Java对象容器。-cycle cohort of Java objects containers.
tsp
- 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
RFIDReader_JavaSample
- RFID读写器调用实例程序。RFID读写器是远望谷804系列。通过JNI调用远望谷API。 提供读,写,查功能。支持循环读写。 支持对EPC,TID,UserData三个数据区域的操作。-RFID reader examples of the procedure call. RFID reader is Yuanwang Valley 804 series. Yuanwang Valley through the JNI to call API. Provide reading, wri
substance-all
- java实现视频播放功能,能够循环播放视频-java video player that can play video cycle
Card
- 利用Card类和循环语句编写一个扑克牌游戏-In this lab, you will finally put the Card class to good use, as we build a proper card game with the assistance of Java loops.
DealPic
- 图片的灰度化和去噪程序,灰度化可画出直方图,去噪使用中值去噪和均值去噪,中值去噪可循环多次,导入要改包名。-And the gray-scale image denoising procedures, and can be painted gray histogram, the use of denoising Denoising and mean de-noising, in denoising can be recycled many times, we have to change pac
peng
- 循环冗余码的生成和验证:数字通信中的编码分为信源编码和信道编码两大类。为了提高数字通信的可靠性采取的编码称为信道编码,又称抗干扰编码。数字通信中为了尽可能地提高通信的可靠性,需要采用信道编码技术,对可能或已经出现的差错进行控制,CRC码就是其中的一种编码技术。本实验就是编写RCR编码,可以模拟发送信息,噪声加入,检测验证,信息重发的过程!-Cyclic redundancy code generation and validation: digital communication in the
xx
- Java实现用一个for循环打印出一个菱形-Java implementation with a for loop to print out a diamond
weight
- 此段代买可以用来实现层次分析法,通过输入参数、更改参数,利用循环自动检验是否符合层次分析法的要求-solve the AHP problem
JAVA-experiment-3
- 1、用循环语句打印一个99乘法表。 2、判断回文数(逆序排列后得到的数和原数相同)。 -1, with a 99 loop Print multiplication table. 2, to determine palindrome (reverse chronological order number and the same number).
Guess.java
- 一个猜谜游戏,随机生成的数字在100以内,使用for循环来确认用户是否猜到数字,外部用一个do-while循环来确认用户是否要继续比赛。-A guessing game, randomly generated numbers less than 100, use a for loop to confirm whether the user guessed numbers outside with a do-while loop to confirm whether the user wants
an-coding-with-java-8
- 一种编码练习使用爪哇8试图做相同的求和循环的多个方式。编写一个函数,用于在给定的列表中使用一个循环,每个循环,新的8个流,一个循环和递归。-A coding practice using Java 8 trying to do the same number of ways summed cycle. Write a function that is used to use a loop in a given list, each cycle, the new eight streams, on
java
- 这是一个漂亮的电子音乐相册JAVA小程序,图片循环播放,人物漂亮,界面美观,多首音乐可供选择,可供休闲娱乐 1.程序主要功能为:图片旋转播放,同时播放乐曲,为节省空间,截取乐曲较短,建议播放时点击“循环播放”按钮。 2.程序添加“图片旋转暂停1.5秒”功能,方便您在喜欢的角度欣赏图片。 3.用下拉式列表选择要播放的曲目,选中后点击即可收听,默认播放曲目为第一首乐曲“爱不释手”。 我提交的压缩包内有:源代码,字节码文件,乐曲,图片,程序说明。请您查看评分,谢谢。 -This is a beauti
双向循环链表
- 双向循环链表 利用Java编写,实用方法插入把Object x插入到链表的第 i 个位置(Two-way circular linked list, written using Java, practical method to insert the Object x inserted into the list of the first I position)
Demo
- java常用语句,有复合语句,条件语句,switch多分支语句,循环语句,for循环语句几种语句的简单示例(Java commonly used sentence)
DemoUtil
- 平时开发代码的时候,经常重复处理一些循环校验、判断是否包含等等。不如提取成公共方法吧(Java tools Class DemoUtil.java)