代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/417108/11003365
test ssh-basic.test
#!/bin/sh
# Copyright (C) 1998,1999 Philip Hands
# Copyright (C) 2001 by Martin Pool
# This program is distributable under the terms of the GNU GPL (see
# COPYING)
www.eeworm.com/read/271194/11004517
java btn_basic.java
import java.applet.*;
import java.awt.*;
public class Btn_Basic extends Applet
{
Button Btn1,Btn2;
public void init()
{
Btn1=new Button();
Btn2=new Button("确定");
add(Btn1);
www.eeworm.com/read/271154/11005298
h basic_rf.h
/*******************************************************************************************************
*
www.eeworm.com/read/416926/11009549
vhd basic_type.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
package basic_type is
type tap_array is array(16 downto 0) of std_logic_vector(7 downto 0);
www.eeworm.com/read/271037/11011197
input-basic-control
/* ======================================================== */
/* CONTROL FLOW AND CONDITIONAL BRANCHING */
/* */
/*
www.eeworm.com/read/271037/11011202
input-basic-arithmetic
/* ================================================ */
/* Arithmetic operations & math functions */
/* */
/* This input file tests
www.eeworm.com/read/469979/6922074
h gui_basic.h
/****************************************************************************************
* 文件名:GUI_BASIC.H
* 功能:GUI基本画图函数。
* 说明:
******************************************************************
www.eeworm.com/read/469979/6922077
c gui_basic.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:图形操作层,进行各种图形运算
www.eeworm.com/read/383040/6962026