代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/487628/6506715

c quant4x4_trellis.c

/*! ************************************************************************************* * \file quant4x4_trellis.c * * \brief * Quantization process for a 4x4 block using trellis base
www.eeworm.com/read/487628/6506724

c quant8x8_trellis.c

/*! ************************************************************************************* * \file quant8x8_trellis.c * * \brief * Quantization process for a 4x4 block using trellis base
www.eeworm.com/read/486719/6525743

c data_out.c

#include #include"type.h" #include"H_bridge.h" #include"Key_scan.h" uint key_code[]={0x11,0x21,0x41,0x81,0x12,0x22,0x42,0x82, 0x14,0x24,0x44,0x84,0x18,0x28,0x48,0x88};
www.eeworm.com/read/485649/6555664

c main.c

/* main.c File The timer's main file Created by Computer-lov. Date: 2005.5.25 Last edited date:2005.5.25 Copyright (c) 2005 Computer-lov version 1.0 All rigths reserved 欢迎访
www.eeworm.com/read/485311/6557759

m51 4×3矩阵键盘c编程.m51

BL51 BANKED LINKER/LOCATER V6.05 08/12/2008 19:32:37 PAGE 1 BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/306295/6576727

ɨ

unsigned char judge_hitkey() //判断是否有键按下,有返回1,没有返回0 { unsigned char scancode,keycode; scancode=0xf0; //P1.4~P1.7输出全1全1则无键闭合 KEY=scancode; keycode=KEY;
www.eeworm.com/read/483942/6597857

makefile

# All object files that must be linked into final executables EXPR_OBJ= scan_expr.o parse_expr.o eval_expr.o # Rule for building executable from object files # $@ is shorthand for the target of the
www.eeworm.com/read/482774/6611691

c programe.c

#include #include #include #define uc unsigned char #define ui unsigned int #define LCDPAGE 0xB8 //设置页指令。 #define LCDLINE 0x40 //设置列指令。 sbit E= P3^5;
www.eeworm.com/read/480199/6668008

c relay.c

/******************************************************************* * * * ME850单片机开发实验仪演示程序 - 键控制继电器 * *
www.eeworm.com/read/479375/6692914

m driver_iphone.m

/* * WPA Supplicant - iPhone/iPod touch Apple80211 driver interface * Copyright (c) 2007, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it und