CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 按钮

搜索资源列表

  1. mediaplayer

    0下载:
  2. 编写代码实现制作一个音频文件播放器。只需要实现如图所示的简单界面,点击打开弹出对话框,打开一个.wav的波形音频文件,点击“播放”按钮开始播放,点击“停止”按钮则停止播放,按“关机”按钮则退出应用程序。-Develop code that implements an audio file player. Only need to implement a simple interface as shown, click to open the pop-up dialog box to open a
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:1747215
    • 提供者:罗克
  1. Puzzle

    0下载:
  2. 通过单击与空白网格相邻的网格,可以将该网格显示的图片移动到空白网格中,那么可以用一个按钮代表一个网格,然后让每个按钮显示一个小图片,最后将这些按钮添加到一个面板中,并让这个面板采用网格布局。游戏是由16个格子组成的小游戏,通过给定的样图来拼图-By clicking the adjacent grid with blank grid, you can move the picture to a blank grid display grid, you can use a button repre
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:2785
    • 提供者:杨瑞东
  1. Since-the-launch-of-implementation

    0下载:
  2. 程序功能概述: 程序的主界面是对话框,在主界面对话框中有编辑框(EDIT BOX),圆形按钮(RADIO BUTTON)和普通按钮(COMMON BUTTON)组成。操作者通过向编辑框中添加需要自动加载的程序的全文件名(也可以通过浏览按钮来完成),然后通过对两个RADIO BUTTON的选择,进而完成对加载方式的选择(是选用注册表方式还是选者修改WIN.INI文件的方式),最后操作者通过点击"应用"按钮实现程序的自动加载功能,同时系统会提示操作者是否将操作计算机重新启动,以便观察程序的具体功
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:5924
    • 提供者:songhuichao
  1. VB_min_ie

    0下载:
  2. 程序主要功能:   1.自动将浏览过的网页地址添加到地址栏列表框中   2.按下 Alt 键在页面中单击,可将鼠标处的网页元素、鼠标位置等信息复制到剪贴板中。   3.在“转到”按钮上单击鼠标左键:跳转到指定网站。 单击右键:显示或隐藏内嵌网页列表   4.单击内嵌网页列表某条目,可用新窗口打开这个内嵌网页。   5.单击窗口下面的状态栏文字上单击,可切换信息显示方式:详细信息或简单信息。-Program main functions: 1 pages viewed auto
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5457
    • 提供者:xiangguang
  1. SlidingMenu-master

    0下载:
  2. slidemenu 点击左边按钮可用达到滑动效果,对对整体效果起到一个不错的眼部效果-slidemenu click on the left button is used to achieve sliding effect on the overall effect is to play a good eye effect
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4638887
    • 提供者:廖林芳
  1. on-off-second

    0下载:
  2. 控制开关按钮时间,开多少秒,关多少秒。用于自动控制-control time, the number of seconds to open and close many seconds.
  3. 所属分类:Software Testing

  1. 00

    0下载:
  2. (1)编程思路:本例因为要制作计算器,所以首先定义具有计算功能的类Calculator。在类Calculator中定义处理加减乘除运算的函数,分别命名为opAdd (),opSubtract(),opMultiply(),opDivide()。然后,因为要实现实现人机交互的效果,所以先要定义实现用户界面类CalculatorGUI。通过Panel类的setLayout()函数进行用户界面的布局。此外,要通过actionPerformed(ActionEvent event))函数来实现对按钮事件
  3. 所属分类:软件工程

    • 发布日期:2017-04-16
    • 文件大小:18913
    • 提供者:张飞
  1. MouseEventDemo

    0下载:
  2. 鼠标事件练习,编写一个程序,其功能为:在窗口上放一个按钮,当不断单击按钮时显示它被单击的次数。-Mouse events exercises, write a program, and its function is: put a button on the window displays the number of times it has been clicked when constantly click the button.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1086
    • 提供者:陈舒心
  1. sanjiaoxinganniu

    0下载:
  2. 三角形按钮的报告,可以使用,和大家交流交流,给点意见。-Report triangle button, you can use, and share exchange, to the point.
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:718346
    • 提供者:陈洁
  1. Mybole

    0下载:
  2. 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:39632
    • 提供者:lw
  1. Prop

    0下载:
  2. 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。-Realize ingenious escape button. How to create a property page and Wizard dialog, and integration on the combo box (combo box how to adjust the
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:43926
    • 提供者:lw
  1. MFCCCusButton

    0下载:
  2. MFC Cbutton 自定义按钮样式 显示自己想要的图片效果-Custom button style you want to display a picture effects
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:leavesad
  1. LCD1602

    0下载:
  2. 名称:LCD1602字符液晶滚动演示程序 说明:K1~K3按钮分别实现液晶垂直或水平滚动显示及暂停与继续控制。-Name: LCD1602 LCD character scrolling demo Descr iption: K1 ~ K3 buttons respectively, to achieve vertical or horizontal scrolling LCD display and pause and resume control.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:31812
    • 提供者:钱磊
  1. PIANO

    0下载:
  2. 由4X4组成16个按钮矩阵,设计成16个音。 可随意弹奏想要表达的音乐 -Consisting of 16 buttons from the 4X4 matrix, designed to 16 tones. Free to play music want to express
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:70102
    • 提供者:ouyangbo
  1. test.tar

    0下载:
  2. 居中显示图面的小程序,有四个按钮,可扩展为播放声音和图片的小程序-Centered applet drawing, there are four buttons, can be extended to play sounds and images of small programs
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:162378
    • 提供者:weicc
  1. FloatingButtonDemo

    0下载:
  2. 随意拖动悬浮按钮,个性化的风格,很适合当前开发风格-Button easily drag suspension
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:219964
    • 提供者:sanlie
  1. opc-client-guide-VB

    0下载:
  2. OPC客户端程序设计 使用本书的示范源程序之前,你必须复制和注册必需的OPC服务器,代理-占位DLL,和ActiveX控件: 1. 把配置的光盘插入光盘驱动器, 然后用浏览器打开光盘。 2. 拖动含有示范源程序的文件夹"\Samples", 并将它放在要存放示范源程序的硬盘文件夹中(比如:C:\)。 3. 单击[开始]按钮,然后选择[运行]菜单。单击[浏览]按钮并选择OPC注册批处理文件 "\Samples\Bin\RegOPC.BAT"。 4. 单击[OK]按钮就可
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4360918
    • 提供者:
  1. single1

    0下载:
  2. 常用控件的基本应用,比如按钮控件的消息相应,以及按钮控件触发消息弹出对话框-The basic application of commonly used controls, such as the button control message corresponding button controls, and the trigger message pop-up dialog box
  3. 所属分类:Software Testing

    • 发布日期:2017-05-17
    • 文件大小:4533253
    • 提供者:loong
  1. Dialog6

    0下载:
  2. 将所填写的数据信息插入列表视图中,本程序中运用了两种控件,一是列表视图控件,而是按钮控件-Will fill in the data information is inserted into the list view, this procedure using two types of controls, one is the list view control, but the button control
  3. 所属分类:Software Testing

    • 发布日期:2017-05-19
    • 文件大小:5229126
    • 提供者:loong
  1. Thread

    0下载:
  2. 一个简单实用的例子:在一个对话框中单击按钮开启一个线程执行任务 同步进度条-Thread planned speed
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:17980
    • 提供者:kaisa
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com