• 查询手册 C语言库函数

    学习C的朋友可以看看。 函数名: delay 功 能: 将程序的执行暂停一段时间(毫秒) 用 法: void delay(unsigned milliseconds); 程序例: /* Emits a 440-Hz tone for 500 milliseconds */ #include <dos.h> int main(void) { sound(440); delay(500); nosound(); return 0; } 函数名: delline 功 能: 在文本窗口中删去一行 用 法: void delline(void); 程序例: #include <conio.h> int main(void) { clrscr(); cprintf("The function DELLINE deletes \ the line containing the\r\n"); cprintf("cursor and moves all lines \ below it one line up.\r\n"); cprintf("DELLINE operates within the \ currently active text\r\n"); cprintf("window. Press any key to \ continue . . ."); gotoxy(1,2); /* Move the cursor to the second line and first column */ getch(); delline(); getch(); return 0; }

    0
    28
    340KB
    2010-09-03
    0
  • 把别人鸽子免杀的服务端变成自己的

    大家好,又是我 o︻$▅▆▇◤哈~~~~~~~~就不用说了,不出名的! 有的朋友不会做免杀,我也不怎么会做(当然是内存免杀啦),就是过不了诺顿! 汗啊~~~没想到诺顿这个烂东西挺厉害的~! 所以我就借用别人的鸽子服务端变成自己的,因为别人已经做了免杀了,哈!~~~~~ 今天拿这个服务端来示范,是从网上下载的,我没试过,不知道能过那些杀毒软件,我只是给大家做“把别人 的服务端变成自己的”!这个东东过不过得了我可不管啊!呵~~~~

    3
    87
    2.45MB
    2010-09-02
    9
关注 私信
上传资源赚积分or赚钱