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

搜索资源列表

  1. WinSock.pbl

    0下载:
  2. 说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。-note, a server, SocketServer. a uo_Socket_Serv
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:258.4kb
    • 提供者:long
  1. 电表645

    1下载:
  2. // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER &g
  3. 所属分类:串口编程

    • 发布日期:2009-11-25
    • 文件大小:343.78kb
    • 提供者:459777329@qq.com
  1. Wifi

    1下载:
  2. Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:49.59kb
    • 提供者:wgywell
  1. serial

    0下载:
  2. include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termio
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:9.31kb
    • 提供者:nameblue
  1. pnsequencegenrator

    0下载:
  2. To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refer to the zip file-To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refer to the zip file
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:18.64kb
    • 提供者:Rafal
  1. calculator-src

    0下载:
  2. Descr iption Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your ow
  3. 所属分类:J2ME

    • 发布日期:2017-03-23
    • 文件大小:239.9kb
    • 提供者:tang
  1. serial_port

    0下载:
  2. 万能51串口通信例程 直接设置参数就可以使用,不需要再编写通信函数-serial_port.c#include <REG52.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:2.53kb
    • 提供者:lsj
  1. NWSServer

    0下载:
  2. ICE接口定义,关于ICE的接口及结构的定义,适用于ICE初学者-Ice define
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:yoko
  1. CRTGModle

    0下载:
  2. UDP模拟发送港口RTG位置数据,并定义自己的协议进行通信,配置好端口后,按键盘的上下左右键,数据自动计算并发送,并有相关图形显示-UDP port to send RTG simulated location data, and define their own protocol to communicate, configured the port, press the keyboard up and down around keys, data is automatically calcu
  3. 所属分类:GPS develop

    • 发布日期:2017-05-18
    • 文件大小:4.67mb
    • 提供者:yangjin
  1. Software_define_radio_simulink

    0下载:
  2. This the Source code simulink for Software Define Radio, the new technology for 4G system. With this simulink, students can understand more clearly the construction of system.-This is the Source code simulink for Software Define Radio, the new techno
  3. 所属分类:3G develop

    • 发布日期:2017-04-06
    • 文件大小:92.16kb
    • 提供者:omdung
  1. image_resource_usage

    0下载:
  2. image_resource_usage.txt 定义MTK UI的文件,位于 \plutommi\Customer\ResGenerator-image_resource_usage.txt the file that define the MTK UI location: \plutommi\Customer\ResGenerator
  3. 所属分类:MTK

    • 发布日期:2017-04-24
    • 文件大小:23.5kb
    • 提供者:yummy
  1. rfid_vc

    0下载:
  2. /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1.08kb
    • 提供者:leesun
  1. iphone_port_define

    0下载:
  2. iphone 接口定义.rar -iphone port define
  3. 所属分类:iPhone

    • 发布日期:2017-04-07
    • 文件大小:3.07kb
    • 提供者:严华
  1. USB_2.0

    0下载:
  2. 《USB 2.0 应用系统开发实例精讲》全套源代码 AT89C5131- #if !defined(AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_) #define AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _M
  3. 所属分类:USB develop

    • 发布日期:2017-05-21
    • 文件大小:6.12mb
    • 提供者:月买双
  1. chxu

    0下载:
  2. 本文在传统分布式功率控制算法的基础上,考虑到代价函数的非负性,且存在一个正的最小值的特性,采用用户发射功率和信干比来定义用户的代价函数,引用了一种基于代价函数的功率控制算法。最后,本文利用MATLAB工具对该算法进行了仿真分析,验证了算法的有效性-Based on the traditional distributed power control algorithm based on, taking into account the non-negative Daijia function, a
  3. 所属分类:Fax program

    • 发布日期:2017-03-28
    • 文件大小:1.65kb
    • 提供者:陈祥
  1. port

    0下载:
  2. 实现双开关占空比 用两个0xFF来做起始符,避开了起始符跟设置值重复的机会-C++ builder uchar unsigned cha r#define Dog WDTRST=0xFE
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:1.38kb
    • 提供者:ellen
  1. Wifi

    1下载:
  2. Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技
  3. 所属分类:android

    • 发布日期:2014-09-02
    • 文件大小:54kb
    • 提供者:blue_fox
  1. Content-Providers

    0下载:
  2. 前提条件 存在一个用于存放数据的系统 实现步骤 1. 定义一个继承 ContentProvider的类 2. 声明一个Uri类型的常量CONTENT_URI 3.实现query()、insert()、update()、delete()、 getType()、onCreate() 4.在AndroidManifest.xml文件中进行声明 -There is a prerequisite for the system impl
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:17.83kb
    • 提供者:玉树
  1. Android-binder

    0下载:
  2. Android的binder机制研究(C++部分),通过对Android媒体播放器的反向分析,给出binder的类图,并详细定义了接口类、定义和实现binder类、BnMediaPlayService代码分析-Android s binder mechanism (C++ section), the Android media player through the reverse analysis, given the binder of class diagrams, and detailed
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:208.29kb
    • 提供者:ycy
  1. Define-a-timer

    0下载:
  2. 定义一个定时器,每隔一段时间就访问一次串口.-Define a timer, once every so often to access the serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:36.12kb
    • 提供者:许恒
« 12 3 »
搜珍网 www.dssz.com