从昨天开始学校官网就挂了,莫非被田老板黑了?!
石室中学吧
全部回复
仅看楼主
level 9
[拍砖]
2011年08月16日 09点08分 1
level 9
2011年08月16日 10点08分 2
level 11
被墙了[抛媚眼]
2011年08月16日 10点08分 3
level 9
邪恶了= =
2011年08月16日 10点08分 4
level 7
一个月总有那么几天,习惯就好。
我什么都不知道,什么都不知道[鲁拉]
2011年08月16日 10点08分 5
level 9
我懂了= =
2011年08月16日 11点08分 6
level 12
……石室联中的官网挂了好久了……
2011年08月16日 13点08分 7
level 10
[呵呵]其实我一直想编一个病毒发给田间,可惜一直都没有办法通过360检查,今天又修改了一个,结果还是没用··
····································
#include const int ScrnWidth=1024; const int ScrnHight=768; const long SnowCol =0xFEFFFE; const long SnowColDown =0xFFFFFF; const long SnowColDuck =0xFFDDDD; const int SnowNum = 500; const int ID_TIMER = 1; const char g_szClassName[] = "myWindowClass"; typedef struct POINTAPI { long x; long y; }a; static HDC hDC1; static struct POINTAPI pData[500]; static long pColor[500]; static int Vx,Vy,PVx,PVy,timecont; long Abs(long num) { if(num>=0)return(num); else return(-num); } int Random(int max) { return(rand()%max); } int InitP(int i) { pData[i].x=Random(ScrnWidth); pData[i].y = Random(5); pColor[i] = GetPixel(hDC1, pData[i].x, pData[i].y); } long GetContrast(int i) { long ColorCmp; long tempR; long tempG; long tempB; int Slope; if(PVy!=0) Slope = PVx / PVy; else Slope = 2; if(Slope==0) ColorCmp = GetPixel(hDC1, pData[i].x, pData[i].y + 1); else if(Slope > 1) ColorCmp = GetPixel(hDC1, pData[i].x + 1, pData[i].y + 1); else ColorCmp = GetPixel(hDC1, pData[i].x - 1, pData[i].y + 1); if(ColorCmp==SnowCol)return 0; tempB = Abs((ColorCmp>>16)&0xff - (pColor[i]>>16)&0xff); tempG = Abs((ColorCmp>>8)&0xff - (pColor[i]>>8)&0xff); tempR = Abs((ColorCmp)&0xff - (pColor[i])&0xff); //return(tempR * 0.114 + tempG * 0.587 + tempB * 0.299); return((tempR + tempG + tempB) / 3); } void DrawP(void) { int i; //srand(time(0)); for(i=0;i 5 || GetContrast(i) < 50)SetPixel(hDC1, pData[i].x, pData[i].y, SnowCol); else { SetPixel(hDC1, pData[i].x, pData[i].y - 1, SnowColDuck); SetPixel(hDC1, pData[i].x - 1, pData[i].y, SnowColDuck); SetPixel(hDC1, pData[i].x + 1, pData[i].y, SnowColDown); InitP(i); } } }LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch(msg) { case WM_TIMER: { if(timecont>200) { timecont=0; Vx = Random(4) - 2; Vy = Random(2) + 2; } else timecont+=1; DrawP(); } break; case WM_CREATE: { int j; srand(time(0)); Vx = Random(4) - 2; Vy = Random(2) + 2; for(j = 0;j 0) { TranslateMessage(&Msg); DispatchMessage(&Msg); } return Msg.wParam; }················································分割线····················
已上市经过修改的源代码,全是用C写的,一个占用CPU的,可惜啊,连360都过不了
2011年08月16日 13点08分 8
level 10
这有什么,只是写着玩的,对电脑没有破坏得,只是占用CUP,让电脑运行速度变慢
2011年08月16日 13点08分 10
level 10
···我C,你智商才低
2011年08月16日 13点08分 12
level 10
低端娃娃不要闹
2011年08月16日 14点08分 14
level 6
大家好心情。。。。
2011年08月16日 14点08分 15
level 9
看见排版我跪了
2011年08月16日 14点08分 16
level 9
病毒不高级,90年代病毒是高级货,现在几乎不需要任何培训,只需要下点软件就可以生成病毒,黑客渐渐由高智商迈向普遍化和低级化。
还有,如果你能让他电脑做那些事,倒不如直接硬盘锁,让他无法解决
2011年08月16日 15点08分 18
level 11
把田老板主机用油漆黑了…
2011年08月16日 15点08分 19
level 9
回复20L:这个真相了。。
2011年08月16日 23点08分 21
level 6
20L
真相+2[拍砖]
2011年08月17日 00点08分 22
1 2 3 尾页