代码搜索:低失真

找到约 2,815 项符合「低失真」的源代码

代码结果 2,815
www.eeworm.com/read/102552/15778314

htm subject_26222.htm

序号:26222 发表者:Nucleus 发表日期:2002-12-30 11:00:36 主题:怎样把CString 型的数据"-1.23",我要把他拆分成高,低两个byte : 01,23 内容:我的程序是这样的。我从网格中取的一个字符串CString 型的数据"-1.23"我要把他拆分成高,低两个byte : 01,23请问怎样解决呀,很
www.eeworm.com/read/291779/8395870

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/291779/8396519

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/185131/9056377

txt lcd_12864.txt

#include //复位函数实现 void rst_bit () { RST = 0; //低电瓶有效 } //延时子函数 void delay(uchar ms) ////number=1 延迟100ms { int i,j; while(ms--) { for(i = 0; i
www.eeworm.com/read/365428/9863684

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/279909/10377651

txt 例5.7.txt

  例5.7运输公司对用户计算运费。路程(S)越远,每公里运费越低。标准如下:      s
www.eeworm.com/read/352274/10567591

m uf_rfltsys.m

function [Fsystrans,omega,Array,Textinfo]=uf_rfltsys(pbtype); % UF_RFLTSYS 由低通原型转换到实际滤波器的传递函数。 % 输入参数: % pbtype - 通带类型(lp/hp/bp/bs) pbtype=deblankall(lower(pbtype)); h
www.eeworm.com/read/457134/6939551

h 1602.h

#ifndef __1602_h__ #define __1602_h__ // write your header here #include "SPCE061A.h" void RW(int tt); void RS(int ttt); void send(unsigned char dataLCD); //数据操作 //IOB低8位 void wr_com(unsigned
www.eeworm.com/read/469281/6980041

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/378796/7069935

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