poke[函式名]

poke[函式名]
更多義項 ▼ 收起列表 ▲

poke是poke函式,存值到一個給定存儲單元 ,套用於數學領域。

函式名: poke

功 能: 存值到一個給定存儲單元

用 法: void poke(int segment, int offset, int value);

程式例:

#include <dos.h>

#include <conio.h>

int main(void)

{

clrscr();

cprintf("Make sure the scroll lock key is off and press any key\r\n");

getch();

poke(0x0000,0x0417,16);

cprintf("The scroll lock is now on\r\n");

return 0;

}

相關詞條

相關搜尋

熱門詞條

聯絡我們