CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 屏幕

搜索资源列表

  1. ScreenCapture

    0下载:
  2. JAVA连续截取屏幕画面的程序 代码,教程地址:http://www.itneng.com/thread-101-1-5.html 代码可以直接编译-Screen Capture
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:16804
    • 提供者:吴瑜
  1. CaptureScreen

    0下载:
  2. JAVA实现屏幕截图功能,可保留多个截图,支持复制粘贴以及保存功能,可变换界面风格。-JAVA realization screenshot function, can keep multiple shots, support copy and paste, and save function can transform interface style.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:23646
    • 提供者:苏菲
  1. SlideUnlock

    0下载:
  2. Flex实现手机滑动锁功能,可自己设置密码,输入正确密码后,实现解锁屏幕。-Flex implementations phone slide lock function, can set up their own password, enter the correct password, the realization unlock the screen.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-04
    • 文件大小:1284037
    • 提供者:陈标
  1. Click

    0下载:
  2. 本源码是一个applet,采用防抖动技术,用户在点击鼠标后便可以生成一个坐标,多次点击不清理屏幕,在按钮动作发生后便可以清理屏幕上已有的坐标。-The source is an applet, using anti-shake technology, users can generate at the click of a mouse after a coordinate, multiple clicks do not clean the screen, the button can clean
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:742
    • 提供者:史家欢
  1. TEST1

    0下载:
  2. 阅读下面的程序,在main()方法里添加语句完成如下功能: ①创建一个MyValue类的对象myValue. ②为myValue对象中的value域赋值10. ③使用getVaule()方法获得myValue对象中的数据并将它打印在屏幕上. class MyValue { private int value public void setValue(int x) { Value = x } public int getValue( ){
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:小馒头
  1. TEST2

    0下载:
  2. 创建一个桌子Table类,该类中有桌子名称,重量,桌面宽度,长度及桌子高度属性。 其中有: 构造函数初始化所有数据成员 Area() :计算桌面的面积 Display(): 利用toString方法,在屏幕上输出所有数据成员的值 ChangeWeight(int ):改变桌子重量的函数 在main()中,利用数组创建3个桌子对象,计算桌面的面积,改变桌子重量,并在屏幕上输出所有桌子数据成员的值。 -Creating a Table Table class t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2982
    • 提供者:小馒头
  1. shoudiantong

    0下载:
  2. 该源码为安卓手机上的手电同,他可以根据屏幕亮度,颜色充当手电筒功能-The source code for Android flashlight with the phone, he can based on screen brightness, color acts as a flashlight function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:461786
    • 提供者:丁昊
  1. screenpen

    0下载:
  2. 这是自己无聊的时候做的一款屏幕笔。功能还不是很完善。看看还是有价值的-screen pen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:13888
    • 提供者:谢飞
  1. Tender

    0下载:
  2. java远程监控,局域网中可监视对方的屏幕-java remote monitoring, LAN can monitor each other' s screens
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5857918
    • 提供者:李俊华
  1. BALLgame

    1下载:
  2. 用户能通过GUI组件指定生成小球的数量,每个小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。 鼠标在界面中显示为方块状,玩家需来回移动鼠标以避开运动的小球及屏幕四周,如果鼠标碰到任一小球或者窗口四周,则游戏结束。 程序需提供计时功能,并最终显示玩家能坚持多少秒。-GUI components specif
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:stellar
  1. ButtonDemo

    0下载:
  2. 在屏幕上显示一个按钮,可以更改按钮的大小,也可以添加触发事件-Displays a button on the screen, you can change the size of a button, you can also add a trigger event
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:51710
    • 提供者:唐鑫
  1. EditViewDemo

    0下载:
  2. 在屏幕上显示一个编辑框,用户可输入要编辑的文字-Display an edit box on the screen, the user can enter the text you want to edit
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:65164
    • 提供者:唐鑫
  1. album

    0下载:
  2. Java电子相册模块,借此您可以了解使用Java绘制图像的,生成媒体加载器,重绘屏幕等小技巧,对于学习Java图像处理想当有意义。-Simple library management system is simple, user-friendly, flexible, and safe, using MySQL for the database
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4509769
    • 提供者:吴军
  1. album

    0下载:
  2. Java电子相册模块,借此您可以了解使用Java绘制图像的,生成媒体加载器,重绘屏幕等小技巧,对于学习Java图像处理想当有意义。-Java electronic photo album module, whereby you can learn to draw images using Java to generate media loader redraw the screen, such as tips for learning Java image processing wanted m
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6003688
    • 提供者:王建文
  1. auto_unlock

    0下载:
  2. 锁屏后,根据光感的强度,自动点亮屏幕。用于日常生活中,将手机放在桌面上,不需要两只手就可以查看手机状态的情况。-After the lock screen, according to the intensity of light perception, automatically light up the screen. Used in everyday life, the phone on the table, no hands on the phone you can view the st
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1301857
    • 提供者:蒋华
  1. auto_unlock

    0下载:
  2. 锁屏后,根据光感的强度,自动点亮屏幕。用于日常生活中,将手机放在桌面上,不需要两只手就可以查看手机状态的情况。-After the lock screen, according to the intensity of light perception, automatically light up the screen. Used in everyday life, the phone on the table, no hands on the phone you can view the st
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3751866
    • 提供者:
  1. DrawView

    0下载:
  2. android应用程序,用手指触碰屏幕中的小球是小球移动-android app, touch the screen with your finger in the small ball is the ball moving
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:1090
    • 提供者:xiaoming
  1. web

    0下载:
  2. 网页自适应,用于设置CSS一是网页自适应手机屏幕,web基本操作-Web adaptation, adaptive web for setting CSS One phone screens, web basic operations
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:214282
    • 提供者:yy
  1. ball

    0下载:
  2. 弹球 游戏!一直在屏幕弹!第一次写代码!-ball falsh cs6 。i first Wright falsh
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-05
    • 文件大小:1761
    • 提供者:瑞克
  1. PlaneGame

    0下载:
  2. 简单的飞机游戏设计,躲避屏幕中出现的子弹,坚持的时间越长获得的成就越高。-Simple game design aircraft, dodge bullets appear in the screen, the higher the longer stick to get achievements.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:97559
    • 提供者:rsf
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 25 »
搜珍网 www.dssz.com