搜索资源列表
PUD码转换
- PUD码转换,可以PUD码转换为十六进制,适用于7位数据发送-spotty code conversion, can bind code to hexadecimal, applies to data sent seven
SGIPAPI1.44(Update-20040901)
- 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
Android-IPC-Binder
- 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
binding
- 基于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
sms
- 首先要建立MSSQL DATAMDF目录 有数据库建立脚本 ,可以自行建立 接口呢 可以在 动易申请 程序需要在LOCALHOST地址调试 如果想注册需要 35元绑定IP 呵呵~其实贵吗?一点也不贵 不想注册的 可以端口映射 来逃避着注册使用的,谢谢使用-First of all, to establish a database of MSSQL DATAMDF directory create scr ipts that can establish th
ServiceTwo
- 实现service的两种方式:startService and bind service 注意log了解过程-two method of service :
BindService
- 运行环境:eclipse,安装SDK,ADT,实现利用BIND绑定服务功能。-Operating environment: eclipse, install SDK, ADT, to achieve the use BIND binding services.
expandableList
- 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
CustomMenu
- 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
BindService
- 绑定形式的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.
Service
- Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。 Service有两种状态,“启动的”和“绑定”-A Service is an applicati
ListViewDemo
- 要将数据库中的数据列表显示在屏幕上,我们要使用ListView这个控件,当用户从数据库中取出数据时,要将数据绑定到显示控件上,如何绑定呢,我们需要创建适配器进行绑定,创建适配器有两种方式: 第一种是用SimpleAdapter创建(要求绑定的数据是List<HashMap<String, Object>>数据类型) 第二种是用SimpleCursorAdapter创建(要求绑定的数据是Cursor数据类型)-To list the data is d
Everyday_WeatherForecast
- 很好地天气预报APP的源码的学习范例,你可以很好的学习天气预报数据的获取和传输以及前台界面上面的数据显示。-good to learn data bind.
Broadcast-Communications
- 简单的广播通信,有服务器和客户端,分别启动后进行绑定,然后通信 -Simple broadcast communication with the server and client, respectively, after starting to bind, and then the communication
Desktop
- 创建监听器对象 创建组件对象(并绑定监听器) 启动组件 连接远程主机(仅用于Agent组件) 处理通信事件(OnConnect/OnReceive/OnClose ......) 停止组件(可选,第7步销毁组件对象前会先停止组件) 销毁组件对象 销毁监听器对象(Create a listener object Create component objects (and bind the listener) Startup component Connect to a remote host (o