资源列表
Test2
- 题目:判断101-200之间有多少个素数,并输出所有素数。 * 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, * 则表明此数不是素数,反之是素数。 -java
AppletTest
- 编写Applet程序,改变applet窗口大小,使其最大化、最小化,查看init()、start()、paint()、和destroy()方法的执行情况(执行顺序和执行次数)。-Write Applet program, change the applet window size to maximize, minimize, see init (), start (), paint (), and destroy () method implementation (execution order
java(2)
- java温度转换剩下的字凑字数嘿嘿而黑恶化-the yuanmaof java wenduzhuanhuan
6string-fanzhhuan
- 统计某个字符串中大小写字母A或a出现的次数java 5统计某个字符串中大小写字母A或a出现的次数java-Statistics A string or A letters A case in the frequency of Java 5 statistics A string or A letters A case in the frequency of Java
FrameWithButton1
- 创建框架,用于初学者想要学习如何创建一个简单的框架-Create framework:It s for beginners to learn how to create a simple framework
test12
- 用步骤1实现的两个线程类编写多线程程序,用于输出1-200间的奇数和偶数,输出奇数时,当输出值为101时,该线程需要休眠1秒钟-Step 1 two threads class writing multithreaded programs for output 1-200 between odd and even output odd, when the output value of 101, the thread sleeps for 1 second
SecurityVerifyList
- List of Security Verify headers Source Code for Andriod.
CommandFailedException
- Thrown when an out of process executable does not return normally.
WebWordCount
- 基于Java,输入一个网址,指定该网页的某个文本文件,计算该文本的单词数目-Based on Java, enter a URL, specify a text file for the page, calculate the number of words in the text
TestDay
- 从键盘输入2014年的月份和号数,输出是2014年的第几天-Enter 2014 and the number of months the keyboard, and outputs the first few days of 2014
TestKnockSeven
- Figure out a multiple of 7 or 7,it is really good.You can use this program as a game.
CopyArray
- 数组及接口import java.util.Arrays public class CopyArray { public static void main (String args[ ]) { int [] a {1,2,3,4,500,600,700,800} int [] b,c,d System.out.println(Arrays.toString(a)) b Arrays.copyOf(a,a.length) System.out.pr