代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/129891/14219827
makefile
include ../Make.defines
# Note: In the source code in this directory I #ifdef the constants
# IPv4, IPv6 (both lowercase "v"), and UNIXdomain. This is instead of
# the all-uppercase constants so tha
www.eeworm.com/read/229126/14352589
c custom_gui.c
#include "globals.h"
#include
#include "custom_gui.h"
/* nostretch_icon_proc:
* Custom version of d_icon_proc. Instead of stretching the bitmap to fit
* the
www.eeworm.com/read/223154/14652249
m nansum.m
function [o] = nansum(i,DIM)
% NANSUM same as SUM but ignores NaN's.
% NANSUM is OBSOLETE; use SUMSKIPNAN instead. NANSUM is included
% to fix a bug in some other versions.
%
% Y = nansum(x
www.eeworm.com/read/121198/14767388
java appletbutton.java
/*
* Swing version.
* XXX: This should probably use a SwingWorker instead of a custom thread.
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class AppletButton extend
www.eeworm.com/read/121010/14775620
c image.c
/*
* image.c -- funcs to use with GIMP C-Source dumps.
*
* (C)2000 Jordan DeLong & Dan Potter
*
* Adapted by Dan Potter to load PCXs from disk instead of using
* source dumps.
*
* For
www.eeworm.com/read/218613/14912889
m swapqudits.m
% swapqudits Swap two quidts of a qudit register
% swapqudits(rho,k,l) swaps quidts k and l of the quantum state
% rho. A state vector can also be given instead of
% the density matrix rho. I
www.eeworm.com/read/218331/14926414
in config.h.in
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Define to one of `_getb67', `GETB6
www.eeworm.com/read/115356/15016523
txt readme.txt
This is just an example to show how to use the MPEGDEC.lib
with custom bitstream access functions instead of standard
file I/O provided by delfault.
17-Oct-1999 (rscott)
Converted from Amiga toolcha
www.eeworm.com/read/210091/15207242
pas wwcheckbox.pas
{
//
// Components : TwwCheckbox
//
// Copyright (c) 2001 by Woll2Woll Software
// 8/25/01 - Check grid's rowselect for expand button coloring in grid
// 10/10/01 - Use Leftcol instead of 0 in c
www.eeworm.com/read/208657/15239476
m default.m
function default
%DEFAULT : riporta la regione e la finestra ai valori di default
%
%
% Massimo Davini 01/06/99
% put delgraf instead of delete(findobj('tag','grafico'));
% 25/may/02 Giampy