代码搜索:fname
找到约 6,925 项符合「fname」的源代码
代码结果 6,925
www.eeworm.com/read/378709/9217922
c fname.c
www.eeworm.com/read/163075/10176928
asv fname.asv
X=imread('pollenlow.bmp'); %装载图像信号
whos
figure(1);
imshow(X); %显示图像
X=im2double(X);
init=2788605826;
rand('seed',init); Xnoise=X+0.1*(rand(size(X)));
figure(2);
image(wcodemat(Xnoise,192)); c
www.eeworm.com/read/163075/10176930
m fname.m
X=imread('lena.bmp'); %装载图像信号
whos
figure(1);
imshow(X); %显示图像
X=im2double(X);
init=2788605826;
rand('seed',init); Xnoise=X+0.2*(rand(size(X)));
figure(2);
image(wcodemat(Xnoise,192)); colo
www.eeworm.com/read/357017/10217110
c fname.c
www.eeworm.com/read/279234/10452780
gif fname.gif
www.eeworm.com/read/453352/7422181
c fname.c
#include
/*
* fname_dflts - Merge defaults into a file spec
*/
char *fname_dflts(fname, dflt)
char *fname, *dflt;
{
static char new_name[256];
char node1[
www.eeworm.com/read/140161/13103479
c fname.c
#include "afx.h"
static char full[ _MAX_PATH ];
static char drive[ _MAX_DRIVE ];
static char dir[ _MAX_DIR ];
static char name[ _MAX_FNAME ];
static char ext[ _MAX_EXT ];
void fn_split(
www.eeworm.com/read/309891/13662571
c fname.c
www.eeworm.com/read/407336/11420484
c fname.c
#include
/*
* fname_dflts - Merge defaults into a file spec
*/
char *fname_dflts(fname, dflt)
char *fname, *dflt;
{
static char new_name[256];
char node1[
www.eeworm.com/read/259859/11762016
h fname.h
/*
* @(#)fname.h
* @date 2005/12/25
* @version 1.0
* @author Zhou Shangpin.
* Copyright 2005 Anyka corporation, Inc. All rights reserved.
* ANYKA PROPRIETARY/CONFIDENTIAL. Use is subject t