代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/230539/14282298
h use.h
#include"openfile.h"
#define userno 5
#define UCHG 01
#define UINC 02
struct user
{
char u_name[12]; //用户名
char u_password[12]; //用户密码
int u_number; //用户资料在uwords中的偏移序号
char u_flag;
www.eeworm.com/read/125316/14498900
c fatopenfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
BYTE FAT32OpenFile(CHAR *filename);
BYTE FAT32OpenFile(CHAR *filename)
{
register BYTE i,j;
i=0;
while(i
www.eeworm.com/read/223862/14615297
c fatopenfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
BYTE FAT32OpenFile(CHAR *filename);
BYTE FAT32OpenFile(CHAR *filename)
{
register BYTE i,j;
i=0;
while(i
www.eeworm.com/read/212701/15151026
transcript
# Reading D:/Modeltech/ModelSim_AE_5_5e/win32aloem/../tcl/vsim/pref.tcl
# OpenFile D:/DATA/HS/AN215_Design_Examples/final/magnitude/magnitude.v
www.eeworm.com/read/154022/5643383
c fatopenfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
BYTE FAT32OpenFile(CHAR *filename);
BYTE FAT32OpenFile(CHAR *filename)
{
register BYTE i,j;
i=0;
while(i
www.eeworm.com/read/393663/8270550
c fatopenfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
BYTE FAT32OpenFile(CHAR *filename);
BYTE FAT32OpenFile(CHAR *filename)
{
register BYTE i,j;
i=0;
while(i
www.eeworm.com/read/107746/15602545
c fatopenfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
BYTE FAT32OpenFile(CHAR *filename);
BYTE FAT32OpenFile(CHAR *filename)
{
register BYTE i,j;
i=0;
while(i
www.eeworm.com/read/348705/10873550
xpm check-y.xpm
/* XPM */
static char *openfile[] = {
/* width height num_colors chars_per_pixel */
" 10 9 5 1",
/* colors */
". c None",
"# c #000000",
"i c #ff0fff",
"y c #ff1f00",
"# c #9f9f
www.eeworm.com/read/465694/7051952
lua 5_phase_srmdriving code.lua
open("5_phase_SRM.FEM")
mi_saveas("temp.fem")
pi = 3.141592
Im = 5
step = 0.5 -- rotating angle
dofile("SRM_trapezoidal_current_relationship.lua"); -- load current codes
mi_s
www.eeworm.com/read/317627/13500751
cpp csptest2dlg.cpp
// CSPTEST2Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "CSPTEST2.h"
#include "CSPTEST2Dlg.h"
#include "Csp.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c