代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/136827/5847109
h basic_op.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/135686/5882932
c basic_dump.c
#include "pcap.h"
/* prototype of the packet handler */
void packet_handler(u_char *param, const struct pcap_pkthdr *header, const u_char *pkt_data);
main()
{
pcap_if_t *alldevs;
pcap_if_t *
www.eeworm.com/read/135686/5882933
dsp basic_dump.dsp
# Microsoft Developer Studio Project File - Name="basic_dump" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/135686/5883275
c basic_dump.c
#include "pcap.h"
/* prototype of the packet handler */
void packet_handler(u_char *param, const struct pcap_pkthdr *header, const u_char *pkt_data);
main()
{
pcap_if_t *alldevs;
pcap_if_t *
www.eeworm.com/read/135686/5883276
dsp basic_dump.dsp
# Microsoft Developer Studio Project File - Name="basic_dump" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/135076/5890383
h x_basic.h
/*******************************************************************************
+
+ LEDA 3.5
+
+
+ x_basic.h
+
+
+ Copyright (c) 1995, 1996, 1997 by LEDA Software GmbH
+ Postfach 151101, 66041
www.eeworm.com/read/134815/5891770
sql postgres_basic.sql
/*
* Basic DB data for phpBB2 devel
*
* $Id: postgres_basic.sql,v 1.1.2.17 2005/05/06 20:50:13 acydburn Exp $
*/
-- Config
INSERT INTO phpbb_config (config_name, config_value) VALUES ('config_id','1'
www.eeworm.com/read/134815/5891772
sql mysql_basic.sql
#
# Basic DB data for phpBB2 devel
#
# $Id: mysql_basic.sql,v 1.29.2.17 2005/05/06 20:50:13 acydburn Exp $
# -- Config
INSERT INTO phpbb_config (config_name, config_value) VALUES ('config_id','1');
I
www.eeworm.com/read/134815/5891773
sql mssql_basic.sql
/*
Basic DB data for phpBB2 devel (MSSQL)
$Id: mssql_basic.sql,v 1.1.2.17 2005/05/06 20:50:13 acydburn Exp $
*/
BEGIN TRANSACTION;
/*
-- Config
*/
INSERT INTO phpbb_config (config_name, conf
www.eeworm.com/read/134479/5892313
br reduce_basic.br
// reduce_basic.br
// A minimal test of reduction functionality.
// It confirms that we can reduce streams of
// various sizes to single values.
#include
reduce void SUM( float4 a, reduc