代码搜索:低失真
找到约 2,815 项符合「低失真」的源代码
代码结果 2,815
www.eeworm.com/read/457458/7325291
c uart.c
//---------------------uart.c---------------------
#include "includes.h"
extern uchar volatile cmd;
#define CF_HEADWH 0xa5 // 通讯帧前导高字节
#define CF_HEADWL 0x6d // 通讯帧前导低字节
typedef enum
www.eeworm.com/read/456890/7337408
c max7219.c
#include "MAX7219.H"
//地址、数据发送子程序
void Write7219(unsigned char address,unsigned char dat)
{
unsigned char i;
LOAD=0; //拉低片选线,选中器件
//发送地址
for (i=0;i
www.eeworm.com/read/445043/7600083
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。
#define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。
/* options for waitpid, WUNTRACED not su
www.eeworm.com/read/396741/8092151
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。
#define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。
/* options for waitpid, WUNTRACED not su
www.eeworm.com/read/329346/12958865
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。
#define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。
/* options for waitpid, WUNTRACED not su
www.eeworm.com/read/320714/13419254
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。
#define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。
/* options for waitpid, WUNTRACED not su
www.eeworm.com/read/320714/13419412
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。
#define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。
/* options for waitpid, WUNTRACED not su
www.eeworm.com/read/317565/13501782
m color.m
%--------------------------------------------------------
%伪彩色处理
%输入:
% Dred: 低通滤波,参数D,作为红色分量
% Dblue1: 带通滤波参数D1,作为蓝色分量
% Dblue2: 带通滤波参数D2,作为蓝色分量
%