搜索结果

找到约 599 项符合 NULL-modem 的查询结果

Linux/Unix编程 /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALS

/* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值 * 都会触发这个事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 设置窗口边框的宽度。*/ gtk_container_set_border ...
https://www.eeworm.com/dl/619/383790.html
下载: 83
查看: 1995

Delphi控件源码 远程抄表系统的客户端程序 安徽六安项目-客户端程序 0 开发环境 Delphi 7.0 所需控件 mxOutlookBar 数 据 库 Sybase 11.5 1 04-12-

远程抄表系统的客户端程序 安徽六安项目-客户端程序 0 开发环境 Delphi 7.0 所需控件 mxOutlookBar 数 据 库 Sybase 11.5 1 04-12-17 根据安徽六安项目需求开发。 2 04-12-31 基本功能模块定义完毕。 05-01-10 开发基本完毕。 3 05-3月下旬 六安现场调试、测试、试运行、正式运行。 4 05-07-19 更改可以远方调试DS ...
https://www.eeworm.com/dl/666/386118.html
下载: 179
查看: 1133

Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h&gt

#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout ...
https://www.eeworm.com/dl/619/386155.html
下载: 32
查看: 1043

其他 MS Visual Studio .NET.rar frame.CombinedTransformationMatrix = frame.TransformationMatrix * p

MS Visual Studio .NET.rar frame.CombinedTransformationMatrix = frame.TransformationMatrix * parentMatrix if (frame.FrameSibling != null) { UpdateFrameMatrices((FrameDerived)frame.FrameSibling, parentMatrix) } if (frame.FrameFirstChild != null) { UpdateFrameMatrices((FrameDerived)frame ...
https://www.eeworm.com/dl/534/386501.html
下载: 164
查看: 1041

JavaScript 在很多项目中

在很多项目中,特别是信息系统,查询功能占了项目的大部分;同时查询条件的组合要求丰富,因此实现起来变得复杂。一般情况下,我们只会实现有限的条件查询,如一个表的某几个重要的字段或者甚至所有的字段;当然,常规的情况下客户是足够用的,但一些高级的应用,如((字段1>10) or (字段2=5)) and 字段3 is not null) 这种 ...
https://www.eeworm.com/dl/685/388727.html
下载: 112
查看: 1032

单片机开发 板上资源: LM2576电源

板上资源: LM2576电源,MAX3232电平转换芯片,11.0592M有源晶振,ATMEGA128L,FM32256(铁电),滑槽式SIM卡座,40PZIF接插件,通信 模块支持CM320,TC35i,MC35i,MC39i,GTM900A/B等模块。 使用方法:1、不焊接M128和FM32256以及晶振,将桥接电阻R29,R30,R31焊上,就是标准串口无线MODEM,根据模块不同可以支持GPRS和CD ...
https://www.eeworm.com/dl/648/393924.html
下载: 102
查看: 1033

文章/文档 .NET平台下专题地图实现的C#代码 private void 点密度图ToolStripMenuItem_Click(object sender, EventArgs e) {

.NET平台下专题地图实现的C#代码 private void 点密度图ToolStripMenuItem_Click(object sender, EventArgs e) { //获取当前图层 ,并把它设置成IGeoFeatureLayer的实例 IMap pMap = axMapControl1.Map ILayer pLayer = pMap.get_Layer(0) as IFeatureLayer IFeatureLayer pFeatureLayer = pLayer as IFeatur ...
https://www.eeworm.com/dl/652/398714.html
下载: 147
查看: 1210

其他 #include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1

#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
https://www.eeworm.com/dl/534/399797.html
下载: 73
查看: 1174

其他书籍 这篇文章详细分析了采用西门子模块的AT指令集发送和接收短信的格式

这篇文章详细分析了采用西门子模块的AT指令集发送和接收短信的格式,适用于本公司的GF1000,GF2000系列的Modem产品;同时也适用于所有采用西门子模块AT指令集收发短信的设备。
https://www.eeworm.com/dl/542/400091.html
下载: 35
查看: 1042

金融证券系统 //JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址

//JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要访问的数据库名称 private String strDBName = "atm1" //数据库用户名称 private String strUserName = "testUser" //数据库用户密码 pr ...
https://www.eeworm.com/dl/638/402010.html
下载: 72
查看: 1322