CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - BIND

搜索资源列表

  1. PUD码转换

    0下载:
  2. PUD码转换,可以PUD码转换为十六进制,适用于7位数据发送-spotty code conversion, can bind code to hexadecimal, applies to data sent seven
  3. 所属分类:Modem编程

    • 发布日期:2008-10-13
    • 文件大小:3.37kb
    • 提供者:王磊
  1. SGIPAPI1.44(Update-20040901)

    0下载:
  2. 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:57.79kb
    • 提供者:威龙
  1. Android-IPC-Binder

    0下载:
  2. I will use call IAudioFlinger::setMode API as a sample scenario to show how the Android IPC system works. AudioFlinger is a service in the media_server program
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:78.13kb
    • 提供者:Richard
  1. binding

    0下载:
  2. 基于ZigBee协议的协调器创建网络,节点自动加加入,节点通过按钮发送绑定请求,被绑定节点通过按钮应答或者接除绑定,实现ZigBee作为灯具开关,具有很高的应用价值,客服了红外的直线无遮挡传输。-Based on ZigBee protocol coordinator to create the network, the node automatically added to join, the node through the button to send bind requests, the
  3. 所属分类:RFID

    • 发布日期:2017-04-01
    • 文件大小:549.96kb
    • 提供者:wahu
  1. sms

    0下载:
  2. 首先要建立MSSQL DATAMDF目录 有数据库建立脚本 ,可以自行建立 接口呢 可以在 动易申请 程序需要在LOCALHOST地址调试 如果想注册需要 35元绑定IP 呵呵~其实贵吗?一点也不贵 不想注册的 可以端口映射 来逃避着注册使用的,谢谢使用-First of all, to establish a database of MSSQL DATAMDF directory create scr ipts that can establish th
  3. 所属分类:SMS

    • 发布日期:2017-05-03
    • 文件大小:1.14mb
    • 提供者:samir
  1. ServiceTwo

    0下载:
  2. 实现service的两种方式:startService and bind service 注意log了解过程-two method of service :
  3. 所属分类:android

    • 发布日期:2017-11-25
    • 文件大小:13.68mb
    • 提供者:张乐
  1. BindService

    0下载:
  2. 运行环境:eclipse,安装SDK,ADT,实现利用BIND绑定服务功能。-Operating environment: eclipse, install SDK, ADT, to achieve the use BIND binding services.
  3. 所属分类:android

    • 发布日期:2017-11-29
    • 文件大小:756.75kb
    • 提供者:永恒の泪
  1. expandableList

    0下载:
  2. Android expandableList用法演示一例,希望通过这一实例,让初学者了解Android环境下expandableList视图及绑定数据的相关基础操作,有编译环境的,可编译生成APK测试-Android expandableList example demonstrates the use of the hope that through this example, so that beginners understand the relevant underlying opera
  3. 所属分类:android

    • 发布日期:2017-04-24
    • 文件大小:37.71kb
    • 提供者:rpudn44
  1. CustomMenu

    0下载:
  2. CustomMenu源码,android使用popupwindow自定义menu菜单实例,绑定父类View,使菜单popup可以showAtLocation,添加菜单,获取指定位置menu名称,演示了menu关闭、创建MENU 、拦截MENU等。Android初级爱好者必务的参考源码-CustomMenu source, android custom menu menu using popupwindow instance, bind parent View, so popup menu can
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:63.97kb
    • 提供者:wpudn7
  1. BindService

    0下载:
  2. 绑定形式的Service,是通过bindService()方法将组件与Service绑定,并且Service也会提供一个接口与绑定它的组件进行通信。-Bound form of Service, is () method with the Service is bound by the component bindService, and Service will also provide an interface to bind its components to communicate.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1.38mb
    • 提供者:李菲
  1. Service

    0下载:
  2. Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。 Service有两种状态,“启动的”和“绑定”-A Service is an applicati
  3. 所属分类:android

    • 发布日期:2017-04-29
    • 文件大小:454.86kb
    • 提供者:lee
  1. ListViewDemo

    0下载:
  2. 要将数据库中的数据列表显示在屏幕上,我们要使用ListView这个控件,当用户从数据库中取出数据时,要将数据绑定到显示控件上,如何绑定呢,我们需要创建适配器进行绑定,创建适配器有两种方式: 第一种是用SimpleAdapter创建(要求绑定的数据是List<HashMap<String, Object>>数据类型) 第二种是用SimpleCursorAdapter创建(要求绑定的数据是Cursor数据类型)-To list the data is d
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1.27mb
    • 提供者:lee
  1. Everyday_WeatherForecast

    0下载:
  2. 很好地天气预报APP的源码的学习范例,你可以很好的学习天气预报数据的获取和传输以及前台界面上面的数据显示。-good to learn data bind.
  3. 所属分类:android

    • 发布日期:2017-05-01
    • 文件大小:42.43kb
    • 提供者:luojian
  1. Broadcast-Communications

    0下载:
  2. 简单的广播通信,有服务器和客户端,分别启动后进行绑定,然后通信 -Simple broadcast communication with the server and client, respectively, after starting to bind, and then the communication
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:2.59mb
    • 提供者:陈俊逸
  1. Desktop

    0下载:
  2. 创建监听器对象 创建组件对象(并绑定监听器) 启动组件 连接远程主机(仅用于Agent组件) 处理通信事件(OnConnect/OnReceive/OnClose ......) 停止组件(可选,第7步销毁组件对象前会先停止组件) 销毁组件对象 销毁监听器对象(Create a listener object Create component objects (and bind the listener) Startup component Connect to a remote host (o
  3. 所属分类:通讯编程

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:呦呵.
搜珍网 www.dssz.com