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

搜索资源列表

  1. multi_schedule

    0下载:
  2. 用C++实现的多机调度算法。问题描述:要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-C++ achieve multi-machine scheduling algorithm used. Problem Descr iption: required to give a scheduling program, so as to the n operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:威仔F
  1. GpsNetInitiatedHandler

    0下载:
  2. A GPS Network-initiated Handler class used by LocationManager.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4219
    • 提供者:hangmunving
  1. PasswordCallback

    0下载:
  2. Used in conjunction with a Callback Handler to retrieve a password when needed Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:mongpingjue
  1. Messenger

    0下载:
  2. Reference to a Handler, which others can use to send messages to it for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1399
    • 提供者:rekieque
  1. music

    0下载:
  2. 基于单片机的电子琴课程设计 (1)键盘扫描程序: 检测是否有键按下,有键按下则记录按下键的键值,并跳转至功能转移程序;无键按下,则返回键盘扫描程序继续检测 (2)功能转移程序: 对检测到得按键值进行判断,是琴键则跳转至琴键处理程序,是功能键则跳转至相应的功能程序,我们设计的功能程序有两种,即音色调节功能和自动播放乐曲功能 (3)琴键处理程序: 根据检测到得按键值,查询音律表,给计时器赋值,使发出相应频率的声音 (4)自动播放歌曲程序: 检测到按键按下的是自动播放
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:239752
    • 提供者:LISHANG
  1. SIMFileHandler

    0下载:
  2. SIM File Handler Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:jerenyui
  1. SocketHandler

    0下载:
  2. A handler that writes log messages to a socket connection.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:cuibunsao
  1. calculator

    0下载:
  2. 设计一个基于Swing的简单计算器,用于整数的加减乘除运算。1.上方为文本框,位于所属容器的北部(BorderLayout.North),下方为数字按钮和运算符按钮,放在一个JPanel中,采用网格布局,该Panel位于所属容器的南部(BorderLayout.South)。 2.在文本框中输入两个数据,按加/减/乘/除 按钮就进行这两个数的相应运算,并将结果输出到文本框中 (可通过ActionEvent事件处理程序完成)。 3.按钮C是用来对文本框中的内容清零的。 -Design
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6221
    • 提供者:倪林
  1. ValueResourceParser

    0下载:
  2. SAX handler to parser value resource files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2041
    • 提供者:zunjigai
  1. IccFileHandler

    0下载:
  2. Icc File Handler Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3210
    • 提供者:ganxongva
  1. SmilContentHandler

    0下载:
  2. Smil Content Handler Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:832
    • 提供者:tinsanzai
  1. BasicPooledConnAdapter

    0下载:
  2. A connection wrapper and callback handler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2786
    • 提供者:ziuzongye
  1. BasicCommentHandler

    0下载:
  2. Basic Comment Handler Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2995
    • 提供者:lalinco
  1. DefaultTargetAuthenticationHandler

    0下载:
  2. Default Target Authentication Handler Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1613
    • 提供者:bidunfeng
  1. jcomboboxdemo

    0下载:
  2. Java实现仿写的IE地址栏下拉记录功能,将使用javax.swing 包中的JComboBox 类来实现这一功能。这里使用JLabel 和JComboBox 两个组件来构建地址栏。其中,JComboBox 对象的属性设为可编辑(默认是不可编辑的),另外还要实现JComboBox 的ActionEvent 事件处理程序。由于本例中使用JComboBox 默认的编辑器,因此不用实现javax.swing.ComboBoxEditor 创建自定义的编辑器类-Java implementation p
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:14605
    • 提供者:bpudn69
  1. mousemessage

    0下载:
  2. 演示VC++创建鼠标消息处理程序,简单的鼠标消息处理,有兴趣的的VC爱好者可参考源码。-Demos VC++ to create a mouse message handler, a simple mouse message handling, are interested in the VC lovers can reference source.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:26056
    • 提供者:kpudn6
  1. SslErrorHandlerTest

    0下载:
  2. Ssl Error Handler Test Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:pugueyun
  1. TestBrowserView

    0下载:
  2. A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1286
    • 提供者:veituilie
  1. SAXNotSupportedExceptionTest

    0下载:
  2. A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1130
    • 提供者:dinbaocin
  1. WarningList

    0下载:
  2. A handler for tasks that cannot be executed by a ThreadPoolExecutor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:cawergan
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com