资源列表
BASIC_26
- 给定当前的时间,请用英文的读法将它读出来。 时间用时h和分m表示,在英文的读法中,读一个时间的方法是: 如果m为0,则将时读出来,然后加上“o clock”,如3:00读作“three o clock”。 如果m不为0,则将时读出来,然后将分读出来,如5:30读作“five thirty”。 时和分的读法使用的是英文数字的读法,其中0~20读作: 0:zero, 1: one, 2:two, 3:three, 4:four, 5:five, 6:six,
CPU 测速(MHz)和高精度延时(微秒级)
- 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryP
jiantie
- 用awt组件来实现剪贴板的复制,剪切和粘贴。方便我们进行复制材料。-AWT components used to achieve the clipboard to copy, cut and paste. Convenience we copied material.
ChineseWordsDemo
- LingPipe(开源自然语言处理的Java开源工具包) 中文分词java程序-LingPipe (open source natural language processing toolkit in Java open source) Chinese word segmentation procedure java
huatu
- java 三角形旋转的程序 很简单 初学者可以看下-java triangle rotation process is very simple for beginners may have a look
200701020104
- 圆柱体,以及研究生等信息的表达~是JAVA课本的课后习题~-Cylinder, as well as graduate students and other information on the expression of ~ is ~ JAVA textbook Homework
circle
- Circle area, used to compute the area of a circle
calculator_time
- 两个带脚本的简单页面,利用frontpage自行编制的计算器和显示时间日期的小程序~(原创)-Two pages with a simple scr ipt, using frontpage compiled their own time and date calculator and display the applet ~ (original)! ! ! !
dcx
- 最优化运算,此代码可以进行优化计算,找出最优化根-Optimization computing, this code can be optimized calculation to identify optimal root
draw
- 一个java开发的画图版小程序,可以画直线,矩形和圆。比较适用于教学。-It is a piece of java Applet code,which can draw lines,square or circle.It is nice for teaching.
AllTestsUtil
- An animation that controls the alpha level of an object for Andriod.
AnnotationsAttributeEditor
- This class can add annotations to a given annotations attribute. Annotations to be added must have been filled out beforehand for Andriod.