代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/105300/6199412
txt getltime.txt
apihooks -o getltime explorer.exe
hooks GetLocalTime in explorer and then
time +1 hour is displayed in taskbar's
right corner. GetLTime unloads itself
after ~7 minutes. Then is the displayed
ti
www.eeworm.com/read/162614/5527132
c pr17252.c
/* PR 17252. When a char * pointer P takes its own address, storing
into *P changes P itself. */
char *a;
main ()
{
/* Make 'a' point to itself. */
a = (char *)&a;
/* Change what 'a' is
www.eeworm.com/read/381903/9066658
h start_end_show.h
#include
#include
int Start_Show()
{
system("CLS");
printf("\n");
printf(" ***************************************\n");
printf(" * This is a neural network simulat
www.eeworm.com/read/180544/9303061
symbol helloworld2_macro.exe.symbol
< THE SYMBOL TABLE > helloworld2_macro.exe -- emu8086 assembler version: 4.02
===================================================================================================
Name
www.eeworm.com/read/180544/9303119
symbol helloworld2_proc.exe.symbol
< THE SYMBOL TABLE > helloworld2_proc.exe -- emu8086 assembler version: 4.02
===================================================================================================
Name
www.eeworm.com/read/458682/7291663
sh self-mailer.sh
#!/bin/sh
# self-mailer.sh: Self-mailing script
adr=${1:-`whoami`} # Default to current user, if not specified.
# Typing 'self-mailer.sh wiseguy@superdupergenius.com'
#+ sends this script to tha
www.eeworm.com/read/433883/7904927
m myrandint.m
function y = myrandint(MaxInt,m,n)
%function y = myrandint(MaxInt,m,n)
% This functions creates random numbers between [1 MaxInt] (1 itself and MaxInt itself)
if nargin == 1
y = ceil(rand*MaxI
www.eeworm.com/read/296206/8117960
symbol test.exe.symbol
< SYMBOL TABLE >
=======================================
Name Offset Size Type Segment
=======================================
STACK 00000 -5 SEGMENT (ITSELF)
DATA 00007 -5 SEGMENT (ITSELF)
FREQ
www.eeworm.com/read/142909/12908690
fbmakefile
#
# For bootstrapping: fbcc compiles itself.
#
FBCC= fbcc
PROG = fbfbcc
#
# For testing: fbcc compiled with itself compiles itself :)
#
#PROG= fbfbcc1
#FBCC = ../fbvm/fbvm fbfbcc
FBAS = ../fbas/fbas