资源列表
sy8
- 设计一个包含两个线程的程序:一个线程取系统时间,显示在屏幕上,另一个线程求2-10000之间的素数显示在屏幕上。-Design a program with two threads: a thread to take the system time, displayed on the screen, another thread seeking prime number between 2-10000 displayed on the screen.
ChineseWordSegmentation
- 中文分词处理,复旦大学FudanNLP中的中文分词处理程序-chinese word segmentation
ArraytoHex2
- 用查表法将十进制数转换为十六进制数.此程序可以计算出int大小内的所有的十进制数的二进制数,负数也是。-With a look-up table method Converts a decimal number to hexadecimal number. This program can calculate the binary decimal int size is also negative.
Java
- 在dos窗口下简单输入字符串或数字,是个测试小程序-Enter in the dos window in the simple string or number, is a test applet
picture
- 画图,在一个frame上添加panel,画图-Paint, add a frame on the panel, drawing
Test_float_to_double
- Test_float_to_double extends Dx Test Case for Andriod.
codegen-coverage
- Test paths in the code generator where values in specific registers.
Locator2ImplTest
- Locator2ImplTest extends TestCase.
W07_OBJ2
- Introductoin 2 to java objects
LittlePrime
- 打印质数的Java源代码-few of the Java source code
ThreadDemo1
- Java 线程测试学习源代码!
joseph
- 用顺序存储得方实现约瑟夫问题,完成输入给定得个数与每次走得步书,并打印出结果