-
mywork
自己写的java小程序,包括一个邮件界面,并对界面上的控件进行监控,对事件反应并通过命令提示符显示出来(Write their own Java applets, including an e-mail interface, the controls and interface monitoring, incident response and displayed through the command prompt)
- 2012-04-02 17:16:28下载
- 积分:1
-
Circle
java实验代码编写一个圆类,定义圆心与半径等属性并被其他类继承(Java experimental code to write a class circle)
- 2011-12-23 16:27:20下载
- 积分:1
-
循环
说明: 控制条件语句的变量,在for循环结束后,就不可以被访问了,而while循环还可以访问,如果你继续想使用该变量,则可以使用while循环,否则推荐使用for循环,原因是for循环结束,该变量就从内存中消失,能够提高内存的使用效率。(The variable that controls the conditional statement is not accessible after the for loop has finished, and the while loop is accessible if you continue to use the variable, you can use the while loop. Otherwise, it is recommended to use the for loop, because the variable disappears from memory after the for loop, which can improve memory efficiency.)
- 2019-10-12 14:00:38下载
- 积分:1
-
bofangqi
播放器非常不错的播放器代码,有兴趣的可以学习学习,非常不错..(Very good player, player code, are interested can learn, very good ..)
- 2014-10-20 16:25:03下载
- 积分:1
-
repast 模型
repast city模型,在repast s平台搭建预测模型(repast city model in repast S)
- 2018-07-24 09:18:03下载
- 积分:1
-
tbe
spring中使用aop技术需要用到的aspectj包(In the spring need to use aspectj package using aop technology)
- 2017-05-28 19:41:23下载
- 积分:1
-
java
如何放大与缩小,及拉伸图像,java编写(How to zoom in and out, and stretch images, java prepared)
- 2012-10-15 16:16:16下载
- 积分:1
-
lock
修改后的锁屏程序,间接阻止win+d、alt+f4,限于java的非底层性,alt+ctrl+del还无法屏蔽(The modified lock-screen process, indirectly prevent win+ d, alt+ f4, limited to java, alt+ ctrl+ del can not shield)
- 2011-10-03 23:01:43下载
- 积分:1
-
java_wavelet
java 实现的小波压缩库代码,内部包含了分析器(java wavelet compression to achieve the code contained within the analyzer)
- 2007-06-24 13:34:06下载
- 积分:1
-
时钟 走动
一个应用线程实现指针运动的指针时钟程序。程序应用绘制函数时钟面板,根据线程休眠时间间隔,每隔1000ms进行一次重绘。程序通过获取系统时间函数并加以计算个指针位置,再利用绘制函数将其绘制在面板上,通过设置指针长度及颜色,实现时针、分针、秒针的区分。次外,通过获取窗体大小,设置圆面圆心坐标及半径,可依据窗口大小动态划分圆面大小,并动态绘制刻度点位置。(A pointer clock program that uses threads to implement pointer movement. The program draws the function clock panel and redraws it every 1000ms according to the interval of thread dormancy. The program obtains the system time function and calculates the position of a pointer, then draws it on the panel by drawing function. By setting the length and color of the pointer, it achieves the distinction of clockwise, minute and secondhand. Secondly, by acquiring the size of the form and setting the coordinates and radius of the circle center, the circle size can be dynamically divided according to the size of the window, and the location of the scale points can be dynamically plotted.)
- 2020-06-19 19:00:01下载
- 积分:1