搜索资源列表
彩线鼠标追随.rar
- 彩线鼠标追随
彩线鼠标追随
- 彩线鼠标追随源代码实例-mouse color line source code examples to follow
wiggle
- 著名flash源码网站uncontrol上的一个超牛的模拟毛毛虫自然投动的FLASH,每次鼠标一接近,就会抖动,非常真实,模拟的超级像!纯粹用点和线模拟,算法非常值得研究!-famous flash website uncontrol source of a cattle-simulation Caterpillar natural move for the FLASH, each mouse a close, it will quiver, very real, as a simulated
在Applet中绘制图片
- 在Applet中绘制图片,能采用双缓冲技术进行图片绘制,会在Applet中采用多线程进行动画显示。能在Applet中实现动画的平滑显示,避免闪烁现象在Applet窗口中显示一只鸭子图片,要求这只鸭子以每秒100帧的速率水平移动,移到窗口边界再返回移动。在窗口中点击鼠标,鸭子停止移动;再次点击鼠标,鸭子恢复移动-Applet to draw pictures using double buffering techniques for drawing the picture, multi-threa
2
- 计时线程.鼠标按下时,启动计时线程,并让起始时间变量和终止时间变量都等于当前时间-Time thread. Mouse click, the start time threads, and to allow the termination of the starting time variables and time variables are equal to the current time
GraphPixelExp5_9_2
- 在网格中用DDA算法、中点画线算法、Bresenham算法等三种算法拖动鼠标画直线-DDA、midline、Bresenham
test
- 用vml绘制的线,可以用鼠标点击线上任意点进行拖动。(装载)-Vml drawn with lines, you can click with the mouse drag at any point. (Loading)
BounceBall
- 实现多线程Bounce ball. 每个小球以随机颜色在鼠标点击位置生成-Multi-thread bounce ball, generated with a mouse click and random color
JAVA-program-language
- JAVA 语言基础知识,对话框,图形界面,多线程,鼠标,键盘事件,及其他常用知识汇聚-Basic knowledge of JAVA language, dialog, graphical interface, multi-threading, mouse, keyboard events, and other common knowledge together
SuperLine
- 1.鼠标绘线 2.绘制折线 3.更改线条颜色 4.拖拽线条-1 mouse line-draw 2 draw line 3 change the line color 4. Drag lines
AAA
- 鼠标点击获得点坐标,根据点坐标划线,根据线获取线的左右两边平行线-Mouse click to obtain point coordinates, according to the coordinates of points crossed, according to the line for line, parallel lines on both sides
2-3
- 通过鼠标点击屏幕,做鼠标响应事件,在屏幕上绘制一条线-By a mouse click on the screen to do the mouse in response to events, to draw a line on the screen
JAVA-drawing-board
- JAVA画图板,鼠标画点画线,可以画多边形,交互式界面-JAVA drawing board, mouse stipple line, polygon drawing, interactive interface
javafilreworks
- Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 -Fireworks effects Java code, use the mouse to click on the browser panel will appear colorful fireworks effec
javca
- java编写的远程控制软件, 1、程序开机自动启动 2、自动发送邮件 3、执行dos命令,并将信息返回、这里可以执行关机等命令 4、锁定鼠标,这里通过一个线程实现 5、查看被控制端的桌面,将桌面画面截图并发送给控制端 6、在被控制端弹出对话框,多种对话框模式 7、让被控制端闪屏-java prepared by remote control software, a program at startup 2, 3 automatically send e-mail, dos command a
javaSET
- 设计一个简单的Win32程序,该程序窗口内正上方居中显示“Windows API画线程序演示”字样,在程序窗口内任意位置按下鼠标左键并拖动到窗口范围内任意位置,松开鼠标左键即可绘制一条蓝色的直线。-Centered above the word Windows API program demonstrates drawing a line anywhere in the program window by pressing the left mouse button and drag to
html5 开发的桌球游戏
- 这个桌球游戏具有以下特点: 基本功能: 使用鼠标瞄准和击球 物理碰撞系统 6个球袋 7个彩球和1个白球 摩擦力模拟 操作方式: 用鼠标点击并拖动来瞄准和设置力度 松开鼠标发射白球 点击"重新开始"按钮重置游戏 物理特性: 球与球之间的碰撞 球与边界的碰撞 摩擦力减速 进袋检测 游戏机制: 球进袋后消失 可以随时重新开始游戏 显示瞄准辅助线 要运行游戏: 将代码保存为 index.html 在浏览器中打开文件