代码搜索结果
找到约 10,000 项符合
R 的代码
r.prj
[A51]
Print=Yes
Symbols=Yes
Cond=Yes
Xref=No
Gen=No
PageWidth=120
PageLength=60
Debug=Yes
MOD51=Yes
Reg0=No
Reg1=No
Reg2=No
Reg3=No
NoLines=No
Macro=1
Set=
[C51]
Print=Yes
Symbols
r.c
#include
#define COUNT 10 /* 定义接收缓冲区大小 */
#define NODE_ADDR 64 /* 定义本节点地址 */
/* 定义接收缓冲区和当前位置指针 */
unsigned char buffer[COU
r.h
//256 Color Tile Graphics, Tile Size: 2x2, Tiles Used: 4
const u16 R_gfx[128] = {
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,0x0000,0x0000,0x00
r.txt
8051单片机汇编指令集,8051内RAM一览表,汉化HEX- BIN转换器
,51/96系列编译程序,汉语提示,使用说明。
r.m
% 计算平方根
function out = r(x)
out=sqrt(abs(x));
r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
r.cpp
#include
#include
//缓冲区和信号量
HANDLE g_hBuffer = NULL;
HANDLE g_hSemSynR = NULL, g_hSemSynM = NULL, g_hSemSynP = NULL;
char* g_pszBuffer = NULL;
//在缓冲区中的位置指针
unsigned char