代码搜索:低失真

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

代码结果 2,815
www.eeworm.com/read/103521/6214377

h keyboard16.h

#include "..\inc\def.h" U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效) void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt U32 GetNoTaskKey();
www.eeworm.com/read/103521/6214419

h keyboard16.h

#include "..\inc\def.h" U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效) void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt U32 GetNoTaskKey();
www.eeworm.com/read/262389/6300702

h keyboard16.h

#include "..\inc\def.h" U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效) void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt U32 GetNoTaskKey();
www.eeworm.com/read/147574/6527569

h file1.h

struct FDS {uchar DirName[11]; //0~10 文件名 Uint32 DirLongName[13]; //长文件名 Uint32 DirFstClusHI; //20~21文件入口簇号高字 Uint32 DirFstClusLO; //26~27文件入口簇号低字 uchar DirFileSi
www.eeworm.com/read/486118/6543592

asm atm89c2051rts.asm

;***************************; ; 数控调频手动控制器 ; ;***************************; ;发射控制芯片BH1415F ;P2和P0扫描显示LED WEISHU EQU 30H ;位数指示 XIANSHI EQU 31H ;位指示 CONBITL EQU 21H ;频率控制字节低8位 CON
www.eeworm.com/read/481215/6644925

c main.c

#include typedef unsigned char uchar; typedef unsigned int uint; #define EnableON P1OUT|=BIT4 ; //ENABLE置为高 各相输出被强制关闭 #define EnableOFF P1OUT&=~BIT4; //ENABLE置为低
www.eeworm.com/read/480341/6672737

cpp kruscal.cpp

#include #include using namespace std; #define SIZE 1001 /*存储策略*************************************** father[SIZE]存放n个结点的父指针 rank[SIZE]存放各结点在生成树中的高度,以便在合并时让低的指向高的,是合并树不会
www.eeworm.com/read/408475/11387030

css stylesheet.css

Body{ scrollbar-tace-color:#ff0000; scrollbar-highlight-color:#fffff0;/*条低颜色*/ scrollbar-shadow-color:#cd5c5c;/*阴影颜色*/ scrollbar-3Dlight-color:#ff0000;/*左上侧边框颜色*/ scrollbar-arrow-color:#ff0
www.eeworm.com/read/405655/11459781

h file1.h

struct FDS {uchar DirName[11]; //0~10 文件名 Uint32 DirLongName[13]; //长文件名 Uint32 DirFstClusHI; //20~21文件入口簇号高字 Uint32 DirFstClusLO; //26~27文件入口簇号低字 uchar DirFileSi
www.eeworm.com/read/400903/11567081

c copy_xx_user.c

/* 马上练习 copy_to_user/copy_from_user()的用法,毕竟put_user()/get_user()的效率有点低, 而且老加上while()循环,不好看 */ //#define KERNEL_DEBUG #include #include #include