代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/262794/11390302
c borrow.c
void BorrowBook(BookDbaseFile &bf,BnoIdxFile bif,BbookFile &bbf,ReadFile &rf)
{
char dzh[8],sh[5],jyrq[13];
int i,j,k=0;
printf("输入读者号 书号 借阅日期\n");
scanf("%s%s%s",dzh,sh,jyrq);
www.eeworm.com/read/209211/4982860
c readcert.c
#include
#include
#include
#include
static char*
readfile(char *name)
{
int fd;
char *s;
Dir *d;
fd = open(name, OREAD);
if(fd < 0)
return nil;
if((d = dirfs
www.eeworm.com/read/209211/4984123
c readwrite.c
#include
#include
#include
#include
#include "authcmdlib.h"
int
readfile(char *file, char *buf, int n)
{
int fd;
fd = open(file, OREAD);
if(fd < 0){
werrstr("
www.eeworm.com/read/411228/2190598
py canvas.py
from Tkinter import *
root = Tk()
root.option_readfile('optionDB')
root.title('Canvas')
canvas = Canvas(root, width =400, height=400)
canvas.create_oval(10,10,100,100, fill='gray90')
canvas.cr
www.eeworm.com/read/411228/2190606
py pmw_group.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('Group')
Pmw.initialise()
w = Pmw.Group(root, tag_text='place label here')
w.pack(fill=BOTH, expand=1,
www.eeworm.com/read/411228/2190751
py canvas.py
from Tkinter import *
root = Tk()
root.option_readfile('optionDB')
root.title('Canvas')
canvas = Canvas(root, width =400, height=400)
canvas.create_oval(10,10,100,100, fill='gray90')
canvas.cr
www.eeworm.com/read/411228/2190755
py b_frame.py
from Tkinter import *
root = Tk()
root.option_readfile('optionDB')
f1=Frame(root, width=300, height=140)
Frame(f1, bg='gray75', relief=GROOVE, borderwidth=3,
width=60, height=45).pack(s
www.eeworm.com/read/411228/2190853
py b_canvas.py
from Tkinter import *
root = Tk()
root.option_readfile('optionDB')
root.title('Canvas')
canvas = Canvas(root, width =200, height=160)
canvas.create_oval(10,10,100,100, fill='gray80')
canvas.cr
www.eeworm.com/read/411228/2190933
py pmw_group.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
root.title('Group')
Pmw.initialise()
w = Pmw.Group(root, tag_text='place label here')
w.pack(fill=BOTH, expand=1,
www.eeworm.com/read/429834/8787133
c~ scan.c~
/*
* scan.c
*
* Created on: 2009-3-11
* Author: xiaohe
*/
#include
#include
#include
#include"readfile.h"
#include"scan.h"
#include"option.h"
#include"tokens.h