CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 中间件编程 搜索资源 - 状态

搜索资源列表

  1. sev

    1下载:
  2. opc da 范例 1.进程外服务器。     2.支持异步通讯,支持回调。     3.最多支持10客户访问。     4.每客户可以最多建立10个Group对象。     5.支持Group对象的添加,删除,可以设置Group的名称,状态。 -an example. Foreign process server. 2. Support asynchronous communication, support callback. 3. Most support 10 cus
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:472.47kb
    • 提供者:hemu
  1. ad_s_machine

    0下载:
  2. 用VHDL实现A/D转换的状态机的控制,所用的开发软件是QUATTUS6.0-using VHDL A / D conversion of the state machine control, used in the development of software is QUATTUS6.0
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:162.56kb
    • 提供者:吴林煌
  1. greed_rational_rose

    0下载:
  2. 在rational_rose的环境下,开发游戏greed,进行用例分析,状态分析,并包含试验报告-in rational_rose environment, the development of the game greed, use cases, state analysis, and contains the test report
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:119.81kb
    • 提供者:liuwei
  1. TriStateTreeView

    0下载:
  2. 三态树的开发,可以实现选择的三种状态,分为选中,不选中,其子节点有选中-three state tree of development, can achieve a state of the three options, is chosen, not selected, his son has selected nodes
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:105.53kb
    • 提供者:peter
  1. 8queens

    0下载:
  2. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + +
  3. 所属分类:中间件编程

    • 发布日期:2014-01-17
    • 文件大小:1.04kb
    • 提供者:常玉香
  1. touchdrv

    1下载:
  2. 软件提供的功能完成以下这些步骤: 1. 配置控制器硬件 2. 判断屏幕是否被触摸 3. 获得稳定的、去抖动的位置测量数据 4. 校准触摸屏 5. 将触摸状态和位置变化信息发送给更高层的图形软件
  3. 所属分类:中间件编程

    • 发布日期:2014-01-17
    • 文件大小:17.35kb
    • 提供者:wanghigh
  1. AppServer

    0下载:
  2. 用过恒迅达交换机的人都知道。恒迅达交换机是需要在交换机内部运行中间程序来给脚本提供数据接口并且监控机器运行状态的。本程序即是完成以上功能!用C++开发、调用了数据库(sqlserver2000)存储过程等。 支持的交换机型号是:HXD09.
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:546.36kb
    • 提供者:RobinWang
  1. PDM系统持久状态管理分析

    0下载:
  2. PDM系统持久状态管理分析,这是一个开发CORBA中间件方面的学术讨论报告,比较权威。是关于CORBA与数据库对接方面的文档。也是CORBA编程规范的剖析。-PDM system lasting state of management analysis, which is a development of the CORBA middleware academic discussions, authoritative. CORBA is on the docking with the datab
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:223.4kb
    • 提供者:孙中雨
  1. qpn_4.1.02

    0下载:
  2. 一个种完整的可以用在嵌入式的状态机程序架构!非常好!非常小,一般用在ARM等嵌入式处理器!-One kind of integrity can be used in an embedded state machine procedural framework! Very good! Very small, generally used in the ARM and other embedded processors!
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-16
    • 文件大小:4.18mb
    • 提供者:chonganget
  1. soucre

    0下载:
  2. 有五个源码,分别是动态加载的四副状态图,多个剪贴板的实现,轻松实现非客户区按钮,实现对数据库的访问,我的时钟!-There are five source, namely the dynamic loading of the four state diagram, the realization of a number of the clipboard, easy to achieve non-client area button, to achieve access to the databa
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-09
    • 文件大小:656.56kb
    • 提供者:shangling
  1. Variable_modulus_counter

    0下载:
  2. (1)S2S1=00时,实现模3计数,触发器的状态一次0→1→2→0; (2)S2S1=01时,实现模5计数,触发器的状态一次0→1→2→3→4→0; (3) S2S1=10时,实现模7计数,触发器的状态一次0→1→2→3→4→5→6→0; (4) S2S1=11时,实现模7计数,触发器的状态一次0→1→2→3→4→5→6→7→0 -Variable modulus counter
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-24
    • 文件大小:23.49kb
    • 提供者:张杨
  1. shortestpath

    0下载:
  2. 首先,引进一个辅助向量D,它的每个分量D表示当前所找到的从始点v到每个终点vi的最短路径的长度。如D[3]=2表示从始点v到终点3的路径相对最小长度为2。这里强调相对就是说在算法过程中D的值是在不断逼近最终结果但在过程中不一定就等于最短路径长度。它的初始状态为:若从v到vi有弧,则D为弧上的权值;否则置D为∞。显然,长度为 D[j]=-First of all, the introduction of an auxiliary vector D, for each of its componen
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:1.34kb
    • 提供者:大头
  1. aa

    0下载:
  2. 站点应执行业务帐款的体现: 1.1、本站受理业务: 按受理时间划分、按目的地、按付款方式、分汇总与详细、按业务执行状态、按业务执行人、按上交款时间(审核时间)、上交款人(审核人)、 -Site should implement the embodiment of business accounts: 1.1, site acceptance business: according to time received, broken down by destination, by pay
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:553byte
    • 提供者:wuzhigang
  1. zidongji

    0下载:
  2. 本结构是以状态间的弧为核心定义的。其中s1和s2为该弧的初态和终态,s为该弧上接收的字母,in和out分别表示在接收字母后进栈和出栈的字母。为了方便查找和不使弧的个数受到限制,本程序将节点以链表的方式存储-This structure is state between the arc as the core defined. One for the arc s2 s1 and the initial state and eventually state, s for the arc on rec
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-26
    • 文件大小:8.02kb
    • 提供者:zhanghuan
  1. adiskydx

    0下载:
  2. SmsControl控件经过严格设计,其特点为: 1、调用简单,仅3个函数调用,2个事件消息,简化了客户端的设计。2、收发可靠,所有消息极力发送,发送失败的消息会在两天内持续发送,发送成功失败事件通知客户端;在Modem出现硬件故障不能启动的情况下照常接收发送任务,Modem启动后开始实际的发送,在出现硬件或操作系统故障的情况下保证消息的不丢失。3、可以支持广泛的移动短消息收发设备。4、随着移动短消息收发设备状态的变化SmsControl控件自动调整其收发参数。 -SmsControl stri
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-27
    • 文件大小:122.73kb
    • 提供者:wangwenxuan
  1. PowerMonitor

    0下载:
  2. 电力监护系统,可以对电力系统各种运行状态和参数进行查看和设置-Power monitoring system that can run on a variety of power system status and view and set parameters
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-04
    • 文件大小:6.48kb
    • 提供者:高先生
  1. oprofile-0.9.5.tar

    0下载:
  2. 此文件为oprofile-0.9.5linux系统安装源文件,oprofile是一个占资源极少的用来检测代码运行状态的工具-OProfile is a system-wide profiler for Linux systems, capable of profiling all running code at low overhead. OProfile is released under the GNU GPL.
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-07
    • 文件大小:1.26mb
    • 提供者:yile liu
  1. MOORE_state

    0下载:
  2. MOORE状态机 vhdl描述的moore型状态机 在QUARTUS上的仿真与实现-moore state Machine
  3. 所属分类:MiddleWare

    • 发布日期:2017-12-03
    • 文件大小:286.01kb
    • 提供者:yms
  1. Stateful

    0下载:
  2. 中间件基于EJB的有状态shopping案例-Middleware based on EJB stateful shopping case
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-24
    • 文件大小:26.6kb
    • 提供者:韦丽香
  1. DSP28035TFT

    0下载:
  2. DSP28035TFTTI的DSP28035来驱动TFT彩屏,显示电机状态信息-DSP28035TFTTI the DSP28035 to drive TFT color display motor status information
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-19
    • 文件大小:5mb
    • 提供者:倒萨
« 12 »
搜珍网 www.dssz.com