代码搜索:16
找到约 10,000 项符合「16」的源代码
代码结果 10,000
www.eeworm.com/read/250054/7114828
ppt lecture16.ppt
www.eeworm.com/read/285821/7115442
o fat16.o
www.eeworm.com/read/285821/7115477
h fat16.h
#ifndef FAT_H
#define FAT_H
#ifndef BYTE
typedef unsigned char BYTE;
#endif
#ifndef U8
typedef unsigned char U8;
#endif
#ifndef CHAR
typedef char CHAR;
#endif
#ifndef WORD
typedef
www.eeworm.com/read/285821/7115504
c fat16.c
#include
#include "..\inc\44b.h"
#include "..\inc\def.h"
#include "..\inc\config.h"
#include "..\inc\fat16.h"
#include "..\inc\flash.h"
#include "..\inc\utils.h"
#ifdef NAND_FLASH_
www.eeworm.com/read/221917/7115616
gif ico16.gif
www.eeworm.com/read/415936/7116551
gif smiley16.gif
www.eeworm.com/read/347141/7117294
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/298641/7117685
txt div16.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity div16 is
port(clk : in std_logic;
clk_div: inout std
www.eeworm.com/read/298641/7117700
vhd div16.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity div16 is
port(clk : in std_logic;
clk_div: inout std
www.eeworm.com/read/387297/7121821