rewind
?
?
rewind ? - 必應(yīng)詞典

- v .??1. 重新卷繞
- n .??1. 重卷
![]()
例句朗讀播放器
|
例句:
Also
,
?
switching
?
the
?
video
?
stream
?
to
?
the
?
Apple
?
TV
?
can
?
take
?
a
?
few
?
seconds
,
during
?
which the
?
video
?
keeps
?
playing
…
![]()
此外
,
把
視頻
切換
到
Apple
?
TV
的
過(guò)程
需要
花
幾
秒鐘
,
在此
期間
視頻
還
會(huì)
繼續(xù)
播放
,
因此
你
往往
需要
在
切換
成功
后
再
…
|
?
?
?
函數(shù)名: rewind
功 能: 將文件內(nèi)部的位置指針重新指向一個(gè)流(數(shù)據(jù)流/文件)的開頭
注意:不是文件指針而是文件內(nèi)部的位置指針,隨著對(duì)文件的讀寫文件的位置指針(指向當(dāng)前讀寫字節(jié))向后移動(dòng)。而文件指針是指向整個(gè)文件,如果不重新賦值文件指針不會(huì)改變。
用 法: void rewind(FILE *stream);
頭文件:
?
stdio.h
?
返回值:無(wú)
英文解釋: A statement such as
rewind( cfptr );
causes a program's file position--which indicates the number of the next byte in the file to be read or written-- to be repositioned to the beginnning of the file pointed to by cfptr.
程序例:
#include <stdio.h>
#include <dir.h>
int main(void)
更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號(hào)聯(lián)系: 360901061
您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對(duì)您有幫助就好】元
