代码搜索:WriteFile
找到约 554 项符合「WriteFile」的源代码
代码结果 554
www.eeworm.com/read/287209/4025435
java writefile.java
/**
* By default, this applet raises a security exception, unless
* you configure your policy to allow applets from its location
* to write to the file "writetest".
*/
import java.awt.*;
im
www.eeworm.com/read/420663/2067739
java writefile.java
package com.chapter4;
import java.io.*;
public class WriteFile
{
//类成员变量
private String path;
private String content;
//初始化
public WriteFile()
{
this.path = "";
this
www.eeworm.com/read/415934/2130564
js writefile.js
importPackage(java.io);
function writeFile( file, stream ) {
var buffer = new PrintWriter( new FileWriter( file ) );
buffer.print( stream );
buffer.close();
}
function read( file ) {
var jq = ne
www.eeworm.com/read/386998/2564527
h writefile.h
int patch_up(char *name);
char* snap_filename(char *base, char *channel, char *ext);
int write_jpeg(char *filename, struct ng_video_buf *buf,
int quality, int gray);
int write_ppm(char *file
www.eeworm.com/read/386998/2564531
c writefile.c
/*
* save pictures to disk (ppm,pgm,jpeg)
*
* (c) 1998-2000 Gerd Knorr
*
*/
#define NG_PRIVATE
#include "config.h"
#include
#include
#include
www.eeworm.com/read/381758/2640852
java writefile.java
/**
* By default, this applet raises a security exception, unless
* you configure your policy to allow applets from its location
* to write to the file "writetest".
*/
import java.awt.*;
im
www.eeworm.com/read/372450/2772545
c writefile.c
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 333
www.eeworm.com/read/368173/2824232
java writefile.java
/*
*this file is part of nseer erp
*Copyright (C)2006-2010 Nseer(Beijing) Technology co.LTD/http://www.nseer.com
*
*This program is free software; you can redistribute it and/or
*modify it