代码搜索:蓝牙标准
找到约 10,000 项符合「蓝牙标准」的源代码
代码结果 10,000
www.eeworm.com/read/325408/13207674
h global.h
/***********************************************************************
一些变量和数据结构的定义
本程序完全用标准的c写成,除了用到了c++中string 类,其他都没有用
所以我想这个程序是可以在不同平台上运行的
***************************************************
www.eeworm.com/read/325328/13212125
h global.h
/***********************************************************************
一些变量和数据结构的定义
本程序完全用标准的c写成,除了用到了c++中string 类,其他都没有用
所以我想这个程序是可以在不同平台上运行的
***************************************************
www.eeworm.com/read/239328/13286926
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/323636/13331586
c main.c
/*
* 作者:antigloss
* 程序:杨辉三角
* 最后修改:05-9-13 22:30
* 蚂蚁的 C/C++ 标准编程
* http://cpp.ga-la.com
*/
#include
#include "header/linkqueue.h"
int main(void)
{
int i, k = 1,
www.eeworm.com/read/322248/13384212
c i2c.c
#include // 引用标准库的头文件
#include
#define uchar unsigned char
#define uint unsigned int
sbit SDA = P1^0; // 串行数据
sbit SCL = P1^1; // 串行时钟
uchar idata SLAdd;
www.eeworm.com/read/322112/13389669
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/319209/13458695
c ds1990a.c
/*
;-----------------------------------------
;程序文件名称:DS1990A.C
;软件标题:DS1990A操作标准子程序集
;软件说明:DS1990A ROM码读取程序
;程序最后修改时间: 2007-11-03 13:10
;-----------------------------------------
;原作者: 张 鑫
www.eeworm.com/read/317695/13499406
c bulkloop.c
#pragma NOIV //注:#pragma NOIV 就是要屏蔽掉标准8051的中段,采用EZ-USB的自动向量
#include "fx2.h"
#include "fx2regs.h"
#include "fx2sdly.h" // SYNCDELAY macro
extern BOOL GotSUD; //
www.eeworm.com/read/311844/13624748
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/308774/13692248
m gld_t.m
% T型关联度
% P19 -- The Study on the Grey Relational Degree and Its Application
function r1 = gld_t(x)
s = size(x);
len = s(2);
num = s(1);
% 标准化无量纲
dx(num,len-1) = 0;
for i = 1 : num
for