虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Status

  • Many programs today suffer from the fact that their users have to connect using IP addresses. This i

    Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collaborative programs could benefit from offering friends lists, showing friends as online or offline, providing Status information. This kind of functionality is hard to provide, requiring a dedicated Internet database and a new client - client protocol. But it is offered today through a system called AwareNet, which is offered free of charge and royalty

    标签: addresses programs connect suffer

    上传时间: 2013-12-05

    上传用户:CHENKAI

  • This a simple hardware UART test program. It receives text lines over the serial port and writes ba

    This a simple hardware UART test program. It receives text lines over the serial port and writes back a Status msg with length and contents of the buffer.

    标签: hardware receives program simple

    上传时间: 2015-10-18

    上传用户:xlcky

  • unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl

    unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer Status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end

    标签: interface Messages Graphics Controls

    上传时间: 2013-12-21

    上传用户:heart520beat

  • 设有一个SPJ数据库

    设有一个SPJ数据库,包括S、P、J、SPJ四个关系模式: S(SNO,SNAME,Status,CITY) P(PNO,PNAME,COLOR,WEIGHT) J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY) 供应商表S由供应商代码SNO、供应商姓名SNAME、供应商状态Status、供应商所在城市名CITY组成。 零件表P由零件代码PNO、零件名PNAME、颜色COLOR、重量WETGHT组成。 工程项目表J由工程项目代码JNO、工程项目名JNAME、工程项目所在城市名CITY组成。 供应情况表SPJ由供应商代码SNO、零件代码PNO、工程项目代码JNO、供应数据QTY组成,表示某供应商供应某种零件给某工程项目的数量为QTY。 上述四表中的具体数据可以参考教材30、31页。

    标签: SPJ 数据库

    上传时间: 2015-12-23

    上传用户:LIKE

  • 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.

    2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" Status instead of "selection timeout Status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will not offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout Status causes the mid-layer to enter recovery and eventually offline persistently missing devices.

    标签: PF_FREEZE software support suspend

    上传时间: 2016-01-05

    上传用户:亚亚娟娟123

  • 《LCD显示》 程序清单: ************************************************************** PCL EQU 2H 定义程序存储器

    《LCD显示》 程序清单: ************************************************************** PCL EQU 2H 定义程序存储器低字节地址 Status EQU 3H 定义状态寄存器地址 PORTA EQU 5H 定义RA口数据寄存器地址 PORTC EQU 7H 定义RC口数据寄存器地址 TRISA EQU 85H 定义RA口方向控制寄存器地址 TRISC EQU 87H 定义RC口方向控制寄存器地址 ADCON1 EQU 9FH 定义ADC模块控制寄存器1的地址 COUNTT EQU 23H 通用通用寄存器

    标签: LCD EQU PCL 2H

    上传时间: 2014-01-25

    上传用户:xiaohuanhuan

  • 16 relay output channels and 16 isolated digital input channels LED indicators to show activated

    16 relay output channels and 16 isolated digital input channels LED indicators to show activated relays Jumper selectable Form A/Form B-type relay output channel Output Status read-back Keep relay output values when hot system reset High-voltage isolation on input channels(2,500 VDC) Hi ESD protection(2,00VDC) High over-voltage protection(70VDC) Wide input range(10~50VDC) Interrupt handling capability High-density DB-62 connector Board ID

    标签: channels indicators activated isolated

    上传时间: 2016-02-15

    上传用户:dongbaobao

  • This example provides a description of how to use a DMA channel to transfer a word data buffer fro

    This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer Status where it is PASSED if transmitted and received data are the same otherwise it is FAILED

    标签: description provides transfer example

    上传时间: 2016-04-24

    上传用户:ecooo

  • #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

    #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/ char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/ typedef struct BiTNode/*定义二叉树*/

    标签: include lt gt graphics

    上传时间: 2013-12-15

    上传用户:liansi

  • I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s

    I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of Function" , so we can not set new * // WndProc, just makes the object more easy to use. * // 2.Uses structure array instead of Datastore * // 3.Calc width of menuitem at runtime(MEASUREITEM) * // 4.Draw disabled Status

    标签: Encapsulates userobjet changed object

    上传时间: 2014-01-13

    上传用户:lx9076