搜索资源列表
java实现循环连表
- 该文件用java实现的循环链表 是本人作业来的 用来实现从环中每格M个数就取出其中一个元素,直到环中所有元素为NU-the documents java List is the cycle of operations, I used to achieve each from the Central grid M took on the number one of the elements, until all the elements ring NU
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.
Notforget-java
- 基于java语言的提醒工具,包括单次提醒,循环提醒等功能,值得学习!-based java language reminded tools, including single remind remind cycle functions, it is worth learning!
java
- if—else语句,switch语句,循环结构,do-while语句,for语句, 跳转语句-if-else statements, switch statements, loops, do-while statement. for statements, statements Jump
java
- 原来觉得文件的切割与合并好神秘,觉得能够写这样程序的人简直就是高手、老鸟之类的人了,呵呵。 现在我自己这么一写,才觉得是如此之简单,连我这都菜鸟都能够写(不过,还是花了我将近半天的时间,呵呵),看来只要是人都能够写了。 暂时不懂,没有关系,好好拿去看一下。主要涉及的知识也没有几个,无非就是文件输入输出流、随机文件的读写之类的。其它的就是循环,很简单的,有兴趣的就看看。
Guess Number 猜数字游戏java源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
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
java-yuanpan
- java 圆盘画法~ 可用于统计 ~用循环实现~ 可替换为坐标实现-java disc painting Statistics ~ ~ can be used to achieve ~ by cyclic coordinates can be replaced by the realization of
MP3Player
- mp3的播放,单曲播放,循环播放、顺序播放、随机播放-mp3 player, single player, Loop, the order of play, random play
MessageList
- 双向循环队列,做为输入也输出的队列实现,MessageList是底层与应用层之间的松散的连接通道。 -MessageList.java
for-while-dowhile
- 通过三个程序演示java循环语句的使用方法。-Programs are three demonstrations of the use of java loop method.
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
CRC1.0
- 网路原理实验中的循环冗余校验算法,CRC算法-Principles of Experimental Network of cyclic redundancy check algorithm
java
- 本作品分为3个模块 (1) 游戏主类,继承自JFrame类,负责游戏的全局控制。 内含 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制面板(ControlPanel)实例的引用 * (2) 一轮游戏过程,实现了Runnable接口 一轮游戏是一个大循环,在这个循环中,每隔100毫秒,检查游戏中的当前块是否已经到底了,如果没有, 就继续等待。如果到底了,就看有没有全填满的行,如
java
- java 循环输入 写入数据库 遍历输出 数据库操作 对理解数据库有一定帮助 自己写的代码 可以参考-java input into the database through the output database operation must help to write their own code can refer to the understanding of database
双向循环链表
- 双向循环链表 利用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)
循环结构
- java循环的一些小题目 非常不错 喜欢的可以拿去(Some of the small topics in the java cycle are very good and enjoy it)