iphone手机拨号之用,纯属换积分,够了
2021-10-27 19:16:51 3.03MB iphone
1
adsl自动拨号程序,c++完整代码,基于RasDial一族api,经过完整测试。
2021-10-25 20:17:37 198KB adsl dialup 自动拨号
1
function varargout = key1(varargin) % KEY1 M-file for key1.fig % KEY1, by itself, creates a new KEY1 or raises the existing % singleton*. % % H = KEY1 returns the handle to a new KEY1 or the handle to % the existing singleton*. % % KEY1('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in KEY1.M with the given input arguments. % % KEY1('Property','Value',...) creates a new KEY1 or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before key1_OpeningFunction gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to key1_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Copyright 2002-2003 The MathWorks, Inc. % Edit the above text to modify the response to help key1 % Last Modified by GUIDE v2.5 13-Dec-2009 23:16:54 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @key1_OpeningFcn, ... 'gui_OutputFcn', @key1_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before key1 is made visible. function key1_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handle
2021-10-25 14:30:51 25KB 双音多频
1
Android 9宫格拨号键盘根据Android系统原生代码所改写,内容简单,通俗易懂,效果也不错
2021-10-21 09:55:37 1.67MB 拨号键盘
1
Android 9宫格拨号键盘根据Android系统原生代码所改写,内容简单,通俗易懂,效果也不错,源码包能直接运行
2021-10-20 10:24:00 3.54MB 拨号键盘 拨号 安卓键盘 Android
1
quectel-CM拨号程序 版本为v1.1.34,linux版本下编译,跨平台是内核需要支持对应的4g模块,不支持windows
2021-10-16 16:13:54 54KB 拨号程序
1
ADSL拨号 防火墙支持动态接入的PPPoE协议。网络卫士防火墙可以外接ADSL Modem, 通过拨号与外网(如Internet)建立通信链路,在进行ADSL连接时,网络卫士 防火墙是通过PPP协议拨号到ISP以获得一个动态的IP地址。ADSL拨号成功后 ,自动将ppp0 口绑定到与其连接的一个以太网口,自动分配IP地址,并使系 统默认网关指向ppp0。需要注意的是,当内网用户需要通过ADSL Modem访问 外网的时候,还需要用户在网络卫士防火墙上手工配置NAT源地址转换策略, 将内网的数据报文的源地址转化为ADSL所绑定的属性名称,系统 会自动将内网私有地址转换为属性所绑定的接口地址。
2021-10-15 00:01:03 9.91MB 防火墙
1
Android 模拟数字拨号界面及打电话监听功能,将创建一个数字按钮的ID数组,定义OnClickListener为View的内部接口,负责监听鼠标点击事件,为拨号按钮添加监听器,获取输入的电话号码,根据获取的电话号码创建Intent拨号,激活打电话的Activity ,这里需要为0-9数字按钮创建监听器,得到按钮的引用,得到EditText的引用,还涉及到为所有数字按钮添加监听器:   for(int id:numButtonIds){    Button tempb=(Button)this.findViewById(id);//得到按钮    tempb.setOnClickListener(numListener);//添加监听   }
2021-10-12 16:40:07 264KB Android源码-UI界面实例
1
5G模组GM800 Linux拨号方式说明,包括ECM拨号,Gobinet拨号,最简示例,编译方式。适合任何Linux系统,Ubuntu、Centos等系统操作都可以正常使用
2021-10-11 10:49:32 4.01MB Linux拨号5G ECMGobinet
1
路由器4G拨号资料(支持移远EC20、EC25、AG35等) 参考博客:https://blog.csdn.net/hunzhangzui9837/article/details/85916965
2021-09-30 12:02:03 91.66MB 4G路由器
1