代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/197863/7965515
c gui_basic.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
**********************************************
www.eeworm.com/read/197281/8006205
c basic_fun.c
/*==============================================================================*/
/* file name : basic_fun.c (user's basic function add there) */
/* compiler : SPARC-RTEMS-GCC */
www.eeworm.com/read/197150/8026304
asm basic_op.asm
.mmregs
.include "basic_op.inc"
.global _add
.global _sub
.global _abs_s
.global _shl
.global _shr
.global _mult
.global _L_mult
www.eeworm.com/read/197150/8026313
inc basic_op.inc
www.eeworm.com/read/197150/8026342
h basic_op.h
extern Word16 add(Word16 var1,Word16 var2);
extern Word16 abs_s(Word16 var1);
extern Word16 shl(Word16 var1,Word16 var2);
extern Word16 shr(Word16 var1,Word16 var2);
extern Word16 mult(W
www.eeworm.com/read/197150/8026367
c basic_op.c
/*___________________________________________________________________________
| |
| Basics operators.
www.eeworm.com/read/297233/8040613
h basic-block.h
/* Define control and data flow tables, and regsets.
Copyright (C) 1987, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or m
www.eeworm.com/read/296909/8072828