代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/392609/8333779

changelog

0.1.7: - SSL support. - Support for nzb.ini file instead of registry for settings on Windows. 0.1.6: - Fixed the annoying random crashes on Windows. 0.1.5: - UI updates. - Fixed download sel
www.eeworm.com/read/174006/9612443

txt 3.8.txt

Listing 3.8 Manipulating an Internal String Buffer Instead of Returning New String Objects using System; using System.Text; namespace _7_StringBuilder { class Class1 { [STAThread] static void
www.eeworm.com/read/173987/9616995

readme-win32

cairo win32 build by Maarten Breddels - dmon@xs4all.nl -no official release! :-) Problems: -clipping is still buggy, might crash -(fonts are drawn with freetype.) Instead of the FcPattern argume
www.eeworm.com/read/171619/9745055

bas mdlguid.bas

Attribute VB_Name = "mdlGUID" Option Explicit 'API for user and message GUID's Private Declare Function CoCreateGuid Lib "ole32" (id As Any) As Long 'API for TickCount, instead of Rnd Function to
www.eeworm.com/read/415537/11065549

txt why wait 35 seconds at ezshare.txt

Why wait 35 Seconds at eZshare Guys the eZshare site, uses a simple javascript function to encode the generated url link and make us wait for 35 seconds before its decoded and shown. Instead o
www.eeworm.com/read/266537/11220282

c heavy.c

/* Ulm Local Contest 1998 * Problem H: Heavy Cargo * Author : Mark Dettinger * Algorithm: Floyd-Warshall with MIN and MAX instead of + and MIN */ #include #include #include
www.eeworm.com/read/249076/12521809

version

Fixed the weak key values which were wrong :-( Defining SIGACTION causes sigaction() to be used instead of signal(). SIGUSR1/SIGUSR2 are no longer mapped in the read tty stuff because it can cause
www.eeworm.com/read/334931/12561269

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/334931/12561528

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/135801/13898666

c ovprompt.c

/* 031 08-Jun-87 ovprompt.c Copyright (c) 1987 by Blue Sky Software. All rights reserved. Note, some of these routines use putchr() and putstr() instead of disp_*()