代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/173535/9652097
txt readme.txt
波特率9600,odd,8,1
具备了对接收到的数据的缓存功能(rxQueue和txQueue).
TL16C750的FIFO开为64BYTES.
最多可以缓存20条数据,每条数据长度为64BYTES.
2006-09-08
www.eeworm.com/read/368108/9711531
m exm032_4.m
%exm032_4.m
clear
C_str=char('这是','元胞数组创建算例 1'); %产生字符串
R=reshape(1:9,3,3); %产生 实数阵R
Cn=[1+2i]; %产生复数标量
S_sym=sym('sin(-3*t)*exp(-t)'); %产生符号函数量
A(1,1)={C_str};A(1,2)={R};A(
www.eeworm.com/read/368087/9712977
h i2c_io.h
/***********************************************************************/
/* File: */
/* Copyright (c) 2000 ZORAN Corporation, All Rights Reserved */
/* THIS IS PROPRIETARY
www.eeworm.com/read/171365/9760385
sym krnl.sym
00000000 a .absolut
00000008 a TSS_SEL
00000010 a SYS_CODE_SEL
00000018 a SYS_DATA_SEL
00000023 a USER_CODE_SEL
0000002b a USER_DATA_SEL
00000030 a LINEAR_DATA_SEL
00000038 a LINEAR_CODE_SEL
c
www.eeworm.com/read/414756/11103585
txt 93c46.txt
用【 小 | 中 | 大 】字体浏览
<mark>C</mark>51编程:老古,其实你的那个编程思路还可以再调整一些 [zilingzhang] [64次] 01-11-22 下午 04:06:53
你可以把任务号及信号值作为函数指针数组的下标,在你的程序里不用那些SWIT<mark>C</mark>H <mark>C</mark>ASE,
直接将任务号及送来的信号值代入函数指针数组 FUN<mark>C</mark>[TASKID][NUM],这样你的所有处理
都可以用独立的小函数模 ...
www.eeworm.com/read/268962/11112881
c i2c eeprom.c
//************************************************************************
//* Using I2C Master Mode for access Slave (EEPRM)
//*
//* Written by: Richard Yang
www.eeworm.com/read/414255/11122907
ast test2.ast
include io.inc
record foo is
var a: int;
end
record bar is
var b: int;
c: foo;
end
function main(argv: array of string): int is
var x: foo;
y: bar;
begin
www.eeworm.com/read/414255/11122952
ast test2.ast
include io.inc
record foo is
var a: int;
end
record bar is
var b: int;
c: foo;
end
function main(argv: array of string): int is
var x: foo;
y: bar;
begin
www.eeworm.com/read/414255/11123058
ast test2.ast
include io.inc
record foo is
var a: int;
end
record bar is
var b: int;
c: foo;
end
function main(argv: array of string): int is
var x: foo;
y: bar;
begin