代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/132466/14089090
h filecompress.h
#include "typedefine.h"
#define MEM_LIMITLEN 1024000
#define COMPRESS_SUCCESS 0
#define COMPRESS_OPENFILE_ERROR 1
#define COMPRESS_MEMORY_ERROR 2
typedef bool FUNC_Compress(BYTE* pSrc, i
www.eeworm.com/read/387598/8663598
cpp gconsole.cpp
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include "stdafx.h"
#include "resource.h"
#include "FCSCheck.h"
#include "GConsole.h"
#include "Engine.h"
#include "OpenFile.h"
#include "DownProc.
www.eeworm.com/read/489181/1226085
properties editor.properties
shapes=Shapes
images=Images
symbols=Symbols
file=File
new=New
openFile=Open File
save=Save
saveAs=Save As
pageSetup=Page Setup
print=Print
exit=Exit
edit=Edit
undo=Undo
redo=Redo
cut=Cut
copy=Copy
pas
www.eeworm.com/read/425527/10349701
c api32.c
#include "Api32.h"
/*OpenFile32()、GetDirInfo32()、DownDir32()改长文件名寻址,List32()从UNICODE编码中单提取字符*/
/**************************************定义全局变量*************************************/
e
www.eeworm.com/read/340887/12126178
c user.c
#include "..\userdefine.h"
#include "user.h"
#include "userinit.h"
#include "main.h"
data bit gb_Openfile=0; // For Open file Flag behind the UI-State transition
data bit gb_UIPostError=0; /
www.eeworm.com/read/119817/14820588
c interfac.c
#include "mail.h"
struct message *msgp;
MAIL *openfile(char *file)
{
MAIL *mail;
if( (mail=mail_open(file, O_RDWR ,FILE_MODE))==NULL)
err_sys("mail_open error");
return mail;
}
MAIL *newfile(
www.eeworm.com/read/172623/9699813
transcript
# Reading C:/Modeltech_xe/tcl/vsim/pref.tcl
# OpenFile "C:/Modeltech_xe/examples/qiangdaqi1/yimazhenque/dcb.v"
# Loading project decode
# Compile of dcb.v was successful.
# Compile of dcbt_sest
www.eeworm.com/read/387598/8663568
cpp downproc.cpp
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include "StdAfx.h"
#include "GConsole.h"
#include "resource.h"
#include "DownProc.h"
#include "Engine.h"
#include "OpenFile.h"
#include "M3USBFUN.
www.eeworm.com/read/418185/10960242
asm final.asm
extrn Openfile:far,CloseFile:far,ReadFile:far
extrn readdata:far
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
delay macro times;;;;;画面滞留,减慢移动速度;times为外循环次数,用于控制移动速度
local d11,d12
mov dx,t
www.eeworm.com/read/224996/14557848
cpp prop1.cpp
// prop1.cpp : implementation file
//
#include "stdafx.h"
#include "MFCpl0.h"
#include "prop1.h"
#include "openfile.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_