代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/328027/13051805
png openfile.png
www.eeworm.com/read/327220/13094013
ico openfile.ico
www.eeworm.com/read/139738/13137111
java openfile.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.io.EOFException;
/**
* A file that supports reading, writing, and seeking.
*/
public class OpenFile {
/**
www.eeworm.com/read/139378/13159528
asm openfile.asm
;1.0018 开始是 存放20个SOFT号 请问一下 20个SOFT号 是什么东西啊?
;2.我在调试的时候,刚开始运行程序发现ES和DS是相等的,是不是刚开始ES和DS都存放PSP的初始地址阿?
;3.还有建立一个文件 如果成功 那么AX返回 文件代号,请问文件代号是什么啊?
;4. 如果ES=DS那么下面几条指令时什么意思啊?请教高手,我一直看不明白
; m ...
www.eeworm.com/read/325927/13175192
h openfile.h
#include "stdafx.h"
#include
BYTE * OpenBMP(CString fileName,long *width,long *height)
{
BYTE * pData;
*width = 0;
*height = 0;
if(fileName=="")
return NULL;
BITMAPINF
www.eeworm.com/read/240434/13218565
jpg openfile.jpg
www.eeworm.com/read/240434/13218598
bmp openfile.bmp
www.eeworm.com/read/322660/13371769
h openfile.h
#include "stdafx.h"
#include
BYTE * OpenBMP(CString fileName,long *width,long *height)
{
BYTE * pData;
*width = 0;
*height = 0;
if(fileName=="")
return NULL;
BITMAPINF
www.eeworm.com/read/322332/13382373