代码搜索:蓝牙标准
找到约 10,000 项符合「蓝牙标准」的源代码
代码结果 10,000
www.eeworm.com/read/176627/9489661
c std_qry_yx.c
#include "public.h"
#ifdef __cplusplus
extern "C"
#endif
/*****************************************************************
程序名称:电力营销管理信息系统与CallCenter接口统一标准查询服务
程序功能:数据解包、调用后台Up_Call_GetResult统一存储过
www.eeworm.com/read/176627/9489669
c std_bank_server_base64.c
#include "public.h"
#ifdef __cplusplus
extern "C"
#endif
/*****************************************************************
程序名称:电力营销管理信息系统与BankCenter接口统一标准查询服务
程序功能:数据解包、调用后台Up_Bank_GetResult统一存储过
www.eeworm.com/read/176627/9489674
c std_qry_server.c
#include "public.h"
#ifdef __cplusplus
extern "C"
#endif
/*****************************************************************
程序名称:电力营销管理信息系统与CallCenter接口统一标准查询服务
程序功能:数据解包、调用后台Up_Call_GetResult统一存储过
www.eeworm.com/read/176627/9489728
c std_bank_server.c
#include "public.h"
#ifdef __cplusplus
extern "C"
#endif
/*****************************************************************
程序名称:电力营销管理信息系统与BankCenter接口统一标准查询服务
程序功能:数据解包、调用后台Up_Bank_GetResult统一存储过
www.eeworm.com/read/174927/9568291
fdo test.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Fri Sep 01 20:09:30 中国标准时间 2006
##
vlib work
vcom -93 -explicit dpram2.vhd
vcom -93 -explicit test.vhw
vsim -t 1p
www.eeworm.com/read/174810/9573455
m interleaver_3gpp.m
function pattern=interleaver_3GPP(x)
%****************************************************************
% 内容概述:3GPP标准交织器
% 创 建 人:朱殿荣/QQ:235347/MSN:njzdr@msn.com
% 单 位:南京邮电大学,通信工程系
% 创建时间:2005年9
www.eeworm.com/read/370951/9574621
c ds18b20.c
#include // 引用标准库的头文件
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data tplsb,tpmsb,a_bit,b_bit,c_bit,d
www.eeworm.com/read/366448/9812896
c 101.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*标准库函数*/
#include "string.h" /*字符串函数*/
#include "ctype.h" /*字符操作函数*/
#define MAX 50 /*定义常数表示记录数*/
struct ADDRESS /*定义数据结构*/
www.eeworm.com/read/169299/9868666
fdo testwave.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Thu Apr 06 16:04:18 中国标准时间 2006
##
vlib work
vcom -93 -explicit d5_32e.vhd
vcom -93 -explicit dq24.vhd
vcom -93 -
www.eeworm.com/read/364978/9884963
cpp ellipse2ndintegral.cpp
//Ellipse2ndIntegral.cpp
//第二类椭圆积分
#include //模板类输入输出流标准头文件
#include //数学变换头文件
using namespace std; //名字空间
void main(void)
{
double f, k, y;
for(