代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/288572/8621748
exe convert.exe
www.eeworm.com/read/288527/8625100
c convert.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: conver
www.eeworm.com/read/431723/8658457
v convert.v
/*转换模块
用于将键盘码转换为ASCII码,并处理shift键和capslock键;
*/
module convert
( clk,
scan,
prepared,
clr,
data
);
input clk;
input [7:0] scan;
input prepared;
i
www.eeworm.com/read/431723/8658501
bsf convert.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/387694/8658736
c convert.c
#include "convert.h"
#include
float conver_data;
void convert_ad(void)
{
char xdata *dptr;
unsigned char mid;
static float filter_out=0;
dptr=0x6000;
*dptr=0;
while
www.eeworm.com/read/387694/8658743
obj convert.obj
www.eeworm.com/read/387694/8658793
lst convert.lst
C51 COMPILER V6.02 CONVERT 12/14/2007 08:25:57 PAGE 1
C51 COMPILER V6.02, COMPILATION OF MODULE CONVERT
OBJECT MODULE PLACED IN
www.eeworm.com/read/387694/8658816
h convert.h
extern void convert_ad(void);
extern float get_temp(void);
extern void convert_da(unsigned char c);
www.eeworm.com/read/387664/8660085
c convert.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: conver
www.eeworm.com/read/431379/8685500