代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/402165/2328707
tcc basic_string.tcc
// Components for manipulating sequences of characters -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
// Free Software Foundation, Inc.
//
// This file is part of the GNU
www.eeworm.com/read/402165/2328721
h basic_string.h
// Components for manipulating sequences of characters -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
// Free Software Foundation, Inc.
//
// This file is part of the GNU
www.eeworm.com/read/398634/2372275
c fop_basic.c
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2001-2002
* Sleepycat Software. All rights reserved.
*/
#include "db_config.h"
#ifndef lint
static const char revid
www.eeworm.com/read/398634/2374702
result ndb_basic.result
DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7;
drop database if exists mysqltest;
CREATE TABLE t1 (
pk1 INT NOT NULL PRIMARY KEY,
attr1 INT NOT NULL,
attr2 INT,
attr3 VARCHAR(10)
) ENGINE=ndbcluster;
SHOW
www.eeworm.com/read/398634/2375347
test ndb_basic.test
-- source include/have_ndb.inc
-- source include/not_embedded.inc
--disable_warnings
DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7;
drop database if exists mysqltest;
--enable_warnings
#
# Basic test to
www.eeworm.com/read/398620/2376075
h basic_op.h
/* ------------------------------------------------------------------
* Copyright (C) 2008 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi
www.eeworm.com/read/398200/2384653
cxx tm_basic.cxx
//==========================================================================
//
// tm_basic.cxx
//
// Basic timing test / scaffolding
//
//===============================================
www.eeworm.com/read/398200/2384929
cxx tm_basic.cxx
//==========================================================================
//
// tm_basic.cxx
//
// Basic timing test / scaffolding
//
//===============================================
www.eeworm.com/read/396597/2412583
h gui_basic.h
/****************************************************************************************
* 文件名:GUI_BASIC.H
* 功能:GUI基本画图函数。
* 说明:
******************************************************************
www.eeworm.com/read/396597/2412586
c gui_basic.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:图形操作层,进行各种图形运算