代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/220998/14780494
cpp hour06_1.cpp
// Listing 6.8
// Looping with for
// But with a float instead of integer
#include
int main()
{
float counter;
for (counter = 0; counter < 2.2; counter += 0
www.eeworm.com/read/490551/1197750
sh stop-firefox.sh
#!/bin/sh
# Stops Firefox. Use this instead of calling the AppleScripts directly.
osascript bin/mac/stop-firefox.scpt
www.eeworm.com/read/490551/1197752
sh stop-safari.sh
#!/bin/sh
# Stops Safari. Use this instead of calling the AppleScripts directly.
osascript bin/mac/stop-safari.scpt
www.eeworm.com/read/468610/1485156
readme
This is the directory containing the code specific to the TightVNC X server.
Note that within this directory the name RFB is still used instead of VNC.
www.eeworm.com/read/232130/4704607
cpp beeper.cpp
/*
* BEEPER.CPP
* Simple Automation Object #5 Chapter 14
*
* Implementation of the CBeeper class demonstrating the use of
* CreateStdDispatch instead of DispInvoke, DispGetIDOfNames, and
*
www.eeworm.com/read/216450/4893768
c winsertln.c
#include
#include "curspriv.h"
/****************************************************************/
/* Winsertln() inserts a blank line instead of the cursor line */
/* In window 'win' and p
www.eeworm.com/read/208294/4994498
h tiffconf.h
/* I'm not sure why tiff.h includes this instead of tif_config.h */
#include "tif_config.h"
www.eeworm.com/read/304222/3802146
c winsertln.c
#include
#include "curspriv.h"
/****************************************************************/
/* Winsertln() inserts a blank line instead of the cursor line */
/* In window 'win' and p
www.eeworm.com/read/424983/2011066
sql create_tables.sql
-- --------------------------------------------------------
-- SQL Commands to set up the pmadb as described in Documentation.html.
--
-- DON'T RUN THIS SCRIPT ON MySQL 4.1.2 AND ABOVE!
-- Instead, p
www.eeworm.com/read/406309/2278856
readme
This is the directory containing the code specific to the TightVNC X server.
Note that within this directory the name RFB is still used instead of VNC.