代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/103276/15738032
txt node1.txt
Base Editional
DRAWSERV 5.12
SUPPORT: NetBios
INFO:Load Starting... D:\TraceMode5_Basic\SAMPLE\ACCESS\NODE1.dbb
INFO:Detected NT 5.0
INFO:Found 8 channels
ER:file is baojing.evn
ER:found 4960
www.eeworm.com/read/102731/15760594
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/102720/15761721
1 traverse.1
TRAVERSE(1) Minix Programmer's Manual TRAVERSE(1)
NAME
traverse - print directory tree under the named directory
SYNOPSIS
traverse dir
EXAMPLES
www.eeworm.com/read/101916/15797772
java setpoints.java
import java.awt.Point;
class SetPoints {
public static void main(String[] arguments) {
Point location = new Point(4, 13);
System.out.println("Starting location:");
System.out.pr
www.eeworm.com/read/101771/15818819
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/100606/15869582
scr ecb.scr
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F 40 41 42
www.eeworm.com/read/100606/15869587
scr random.scr
00
0000000000000000 ' XOR MASK
0000000000000000 ' Ciphertext 0
0000000000000000 ' Ciphertext 1
00 ' Plaintext byte mask
0 ' use CBC
0 ' ex
www.eeworm.com/read/100082/15885793
sz .sz
echo -n "What files are to be sent? "
read FILES
echo "Starting ZMODEM send (sz -y " FILES ")"
pipe "sz -y " FILES
www.eeworm.com/read/100082/15885795
rz .rz
echo -n "What files are to be received? "
read FILES
transmit "sz -y "
transmit FILES
transmit "^M"
echo "Starting ZMODEM Receive (rz -y)"
pipe "rz -y"
www.eeworm.com/read/100075/15886302
unix script.unix
# just a comment
echo "Starting script..."
waitfor "HOST>"
transmit "term download^M"
waitfor "HOST>"
transmit "telnet comp^M"
waitfor "login: "
transmit "jonedoe^M"
waitfor "Password:"
transmit