代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/348705/10871830
c fixed.c
/* example-start fixed fixed.c */
#include
/* I'm going to be lazy and use some global variables to
* store the position of the widget within the fixed
* container */
gint x=50;
gint y
www.eeworm.com/read/348705/10871966
c table.c
/* example-start table table.c */
#include
/* Our callback.
* The data passed to this function is printed to stdout */
void callback( GtkWidget *widget,
gpointer data )
www.eeworm.com/read/348705/10873182
c testinput.c
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/468438/6990024
sql demo06.sql
create profile one_session limit sessions_per_user 1;
alter user scott profile one_session;
alter system set resource_limit=true;
connect scott/tiger
host sqlplus scott/tiger
www.eeworm.com/read/466715/7031746
py benchmark_ofdm.py
#!/usr/bin/env python
#
# Copyright 2006, 2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the
www.eeworm.com/read/305826/7130172
m spath_test.m
clear;
noOfNodes = 100;
%rand('state', 0);
plot_flag = 1;
if plot_flag==1
figure(1);
clf;
hold on;
end
L = 1000; % size of the whole area
R = 300; % maximum range;
s = 1; % s
www.eeworm.com/read/462308/7202990
cpp myoledbsmpl.cpp
// MyOleDBSmpl.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MyOleDBSmpl.h"
#include "MainFrm.h"
#include "MyOleDBSmplDoc.h"
#include "MyOleDBSmplVi
www.eeworm.com/read/454130/7397802
sql demo06.sql
create profile one_session limit sessions_per_user 1;
alter user scott profile one_session;
alter system set resource_limit=true;
connect scott/tiger
host sqlplus scott/tiger