poke(函式名)

本詞條是多義詞,共3個義項
更多義項 ▼ 收起列表 ▲

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

基本介紹

  • 中文名:poke
  • 別稱:poke函式
  • 套用學科:數學
  • 功能:存值到一個給定存儲單元 
  • 用法 :void 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;
}

相關詞條

熱門詞條

聯絡我們