代码搜索:Getting
找到约 2,749 项符合「Getting」的源代码
代码结果 2,749
www.eeworm.com/read/485229/6568381
java player.java
/*Class Player is for setting and getting the name,surname,shirt number and their bonuses*/
public abstract class Player {
private String name;
private String surname;
private int shirt_num;
www.eeworm.com/read/402236/11540300
txt 代码.txt
// Getting bitmap size
/*BITMAP bm;
GetObject(m_hBitmap, sizeof(BITMAP), &bm);
// Creating new bitmap and receive pointer to it's bits.
HBITMAP hTargetBitmap;
void *pBuffer;
in
www.eeworm.com/read/347223/11681563
c cobble.c
/* cobble.c - sample program for tutorial in Tornado Getting Started Guide */
/* This code is intentionally left buggy! */
/*
modification history
--------------------
01a,01apr99,ems written
*/
/
www.eeworm.com/read/340289/12167550
asm prog36.asm
; PROG36 - Getting 51 Bot's Wheels Turning
;
;
; This is the first program of the "51Bot" and Will be Used to Start
; turning the wheels. The Robot will go forward for 2 Seconds and then
;
www.eeworm.com/read/339483/12231810
sh ex16.sh
#!/bin/bash
a=23 # Simple case
echo $a
b=$a
echo $b
# Now, getting a little bit fancier (command substitution).
a=`echo Hello!` # Assigns result of 'echo' command to 'a'
echo $a
# N
www.eeworm.com/read/129472/14239941
bas interpreter.bas
' Getting USER-Input and executes Commands
Declare Sub DoCommand()
Declare Sub ExtractToken()
Declare Function GetNextTokenStr(ByVal pbLen_Max as Byte ) as String
Declare Function GetNextTokenLo
www.eeworm.com/read/127767/14336236
txt e752. creating a jcheckbox component.txt
By default, the state of the checkbox is off; to change the state, see e753 Getting and Setting the State of a JCheckbox Component. Also by default, the checkbox is left-justified and vertically cente
www.eeworm.com/read/127767/14336629
txt e237. connecting to a sqlserver database.txt
This example connects to a SQLServer database using the NetDirect JDBC driver. For information about this driver, see e232 Getting JDBC Drivers for a Database.
Connection connection = null;
www.eeworm.com/read/119738/14823300
txt sqlacces.txt
SQL Code Generation Script to generate SQL tables for import into Microsoft Access
These scripts are "getting started" scripts that must be updated for your development environment.
1. Use Shlae
www.eeworm.com/read/119738/14823309
txt sqlread.txt
SQL Code Generation Script to generate SQL tables
These scripts are "getting started" scripts that must be updated for your development environment.
1. Use Shlaer Mellor Methodology with arrow