代码搜索:通讯接口

找到约 10,000 项符合「通讯接口」的源代码

代码结果 10,000
www.eeworm.com/read/410610/2206559

java drawlistener.java

package engine.kernel; import javax.microedition.lcdui.*; /** * 屏幕的绘制监听器(接口) * 引擎运行期间,需要被引擎主动调用其屏幕绘制的方法的窗口,都必须扩展本接口。 * 对于低级屏幕窗口,也不需要再继承Canvas或者其他相关的接口或基类,因为,本引擎主线程本身就是这些类的继承者。只是高级窗口仍然 ...
www.eeworm.com/read/291732/8401624

cs program.cs

using System; using System.Collections.Generic; using System.Windows.Forms; namespace 通讯录 { static class Program { /// /// 应用程序的主入口点。 ///
www.eeworm.com/read/282142/9117248

cnt wgl98.cnt

:Base wgl98.hlp 1 帮助 2 菜单内容=HID_CONTENT 2 文件=HID_FILE 2 图形=HID_GRAPH 2 通讯=HID_COMMUNICATION
www.eeworm.com/read/180580/9302041

pas userver.pas

unit Userver; { 即时网络通讯软件Main服务器 } interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Winsock, Dialogs, StdCtrls, ExtCtrls, ComCtrls,TypeInc, S
www.eeworm.com/read/180580/9302048

~pas userver.~pas

unit Userver; { 即时网络通讯软件Main服务器 } interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Winsock, Dialogs, StdCtrls, ExtCtrls, ComCtrls,TypeInc, S
www.eeworm.com/read/178684/9388757

scc mssccprj.scc

[SCC] SCC=This is a source code control file [仪器通讯.vbp] SCC_Project_Name=this project is not under source code control SCC_Aux_Path=
www.eeworm.com/read/170430/9807473

java serialbean.java

package org.apache.jsp; import java.io.*; import java.util.*; import javax.comm.*; /** * * 串口通讯 * */ public class SerialBean { static String PortName; CommPortIdentifier portId; SerialP
www.eeworm.com/read/164624/10099668

scc mssccprj.scc

[SCC] SCC=This is a source code control file [串口通讯.VBP] SCC_Project_Name=this project is not under source code control SCC_Aux_Path=
www.eeworm.com/read/359838/10120821

cnt wgl98.cnt

:Base wgl98.hlp 1 帮助 2 菜单内容=HID_CONTENT 2 文件=HID_FILE 2 图形=HID_GRAPH 2 通讯=HID_COMMUNICATION
www.eeworm.com/read/163138/10174347

dpr tongxun.dpr

program tongxun; uses Forms, Unit1 in '..\通讯机\Unit1.pas' {tongxinji}; {$R *.res} begin Application.Initialize; Application.CreateForm(Ttongxinji, tongxinji); Application.Run;