
01.05.2009, 23:10
|
|
Reservists Of Antichat - Level 6
Регистрация: 04.02.2007
Сообщений: 1,152
Провел на форуме: 3008839
Репутация:
1502
|
|
Код:
GetWindowThreadProcessId(FindWindow(nil, 'ICQ'), pid);
p := OpenProcess(PROCESS_ALL_ACCESS, FALSE, pid);
TerminateProcess(p, 0);
CloseHandle(p);
__________________
Bedankt euch dafür bei euch selbst.
H_2(S^3/((z1, z2)~(exp(2pi*i/p)z1, exp(2pi*q*i/p)z2)))=Z/pZ
|
|
|