代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/378383/9233107
m tveq_phantom_example.m
% tveq_phantom_example.m
%
% Phantom reconstruction from samples on 22 radial lines in the Fourier
% plane.
%
% Written by: Justin Romberg, Caltech
% Email: jrom@acm.caltech.edu
% Created: October 200
www.eeworm.com/read/378383/9233114
asv tveq_phantom_example.asv
% tveq_phantom_example.m
%
% Phantom reconstruction from samples on 22 radial lines in the Fourier
% plane.
%
% Written by: Justin Romberg, Caltech
% Email: jrom@acm.caltech.edu
% Created: October 200
www.eeworm.com/read/378383/9233123
m tveq_example.m
% tveq_example.m
%
% Test out tveq code (TV minimization with equality constraints).
%
% Written by: Justin Romberg, Caltech
% Email: jrom@acm.caltech.edu
% Created: October 2005
%
% use implicit, ma
www.eeworm.com/read/378383/9233127
asv tveq_example.asv
% tveq_example.m
%
% Test out tveq code (TV minimization with equality constraints).
%
% Written by: Justin Romberg, Caltech
% Email: jrom@acm.caltech.edu
% Created: October 2005
%
% use implicit, ma
www.eeworm.com/read/378383/9233129
m tvdantzig_example.m
% tvdantzig_example.m
%
% Test out tvdantzig code (TV minimization with bounded residual correlation).
%
% Written by: Justin Romberg, Caltech
% Email: jrom@acm.caltech.edu
% Created: October 2005
%
www.eeworm.com/read/378369/9234214
pas dgalproc.pas
unit dgalproc;
{$I be_define.inc}
interface
uses Windows, Classes, Controls, Contnrs, Graphics, SysUtils, GdipObj,
Gdipapi, GdipUtil, ddoc;
procedure DrawBrush(Path: TGPGraphicsPath; Wi
www.eeworm.com/read/378220/9240747
txt java+mysql图片保存和读取.txt
java+mysql图片保存和读取
作者: 西坡居士 发布日期: 2007-11-16 9:57:13
人事信息管理系统中,需要管理用户的个人身份照片。通常这种格式的照片只有几 K 到几十 K 大小,保存在数据库中易于进行管理和维护(如果放在文件夹下容易发生误操作而引起数据被修改或丢失)。
功能设计: 给用户提供一个上传的界面,并设定上传文件的尺寸上限。用 ...
www.eeworm.com/read/378183/9244677
dat vb_att31b.dat
语法
----
object.Path
object 总是一个 File、Folder、或 Drive 对象。
说明
----
对于驱动器字母来说,不包括根驱动器。例如,C 驱动器的路径是 C:,而不是 C:\。
下面的代码用一个 File 对象举例说明了 Path 属性的用法:
Sub ShowFileAccessInfo(filespec)
Dim
www.eeworm.com/read/378183/9245099
dat funtc232.dat
函数名称: mkdir
函数原型: int mkdir(const char *path)
函数功能: 建立名称由path指定的目录
函数返回: 0-操作成功,-1 操作失败
函数说明: path 要建立的目录名称
所属文件:
www.eeworm.com/read/181573/9245604
c overflows.c
/*
Copyright (c) 1999 Rafal Wojtczuk . All rights reserved.
See the file COPYING for license details.
*/
/*
This code attempts to detect attack against imapd (AUTHENTICATE hole)