代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/339052/12264482
c mars.c
/*********************************************************************/
/*-文件名:mars */
/*- */
/*-功能: 实现mars加密算法dll */
/*- */
/*-说明:
www.eeworm.com/read/251550/12338264
tk hello4.tk
#!/usr/bin/wish -f
option readfile hello.def
pack [button .b -text "Hello\nWorld!!!" \
-justify center \
-width 20 \
-command {puts "Hi"}]
bind .b
www.eeworm.com/read/129337/14250562
tk hello4.tk
#!/usr/bin/wish -f
option readfile hello.def
pack [button .b -text "Hello\nWorld!!!" \
-justify center \
-width 20 \
-command {puts "Hi"}]
bind .b
www.eeworm.com/read/228773/14363711
tk hello4.tk
#!/usr/bin/wish -f
option readfile hello.def
pack [button .b -text "Hello\nWorld!!!" \
-justify center \
-width 20 \
-command {puts "Hi"}]
bind .b
www.eeworm.com/read/119204/14837542
h readwrite.h
#ifndef __READWRITE_H__
#define __READWRITE_H__
//图象输入函数
bool ReadFile(unsigned char *readData, int length, char *fileName);
//图象输出函数
bool WriteFile(unsigned char *writeData, int length, char *
www.eeworm.com/read/119202/14837562
h readwrite.h
#ifndef __READWRITE_H__
#define __READWRITE_H__
//图象输入函数
bool ReadFile(unsigned char *readData, int length, char *fileName);
//图象输出函数
bool WriteFile(unsigned char *writeData, int length, char *
www.eeworm.com/read/165248/5485253
frm 查看分数.frm
VERSION 5.00
Begin VB.Form Form5
Caption = "Form5"
ClientHeight = 7170
ClientLeft = 60
ClientTop = 450
ClientWidth = 6945
LinkTopic
www.eeworm.com/read/473688/6833507
java filedialogread.java
import java.awt.*;
import java.io.*;
import java.awt.event.*;
public class FileDialogRead extends Frame
{
FileDialog file_load;
FileReader file_read;
BufferedReader in;
Frame f;
TextArea tex
www.eeworm.com/read/192938/8262795
c winxp与wince串口的运行机制之比较.c
//========================================================================
//TITLE:
// WinXP与WinCE串口的运行机制之比较
//AUTHOR:
// norains
//DATE:
// Saturday 11-November-2006
//Passed Environ