代码搜索结果

找到约 10,000 项符合 G 的代码

g.m

I = imread('01.bmp'); imshow(I) BW1 = edge(I,'sobel'); BW2 = edge(I,'canny'); imshow(BW1) figure, imshow(BW2)

g.gif

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|26 Apr 2005 02:08:48 -0000 vti_extenderversion:SR|6.0.2.6551 vti_backlinkinfo:VX|test/BigClass.asp test/list.asp test/bigClassdeta.asp test/SmallClas

g.cpp

#include void find_firstvt(); struct expression { char vn; char vright[15]; }expr[15]; struct exp_first { char name; char value[15] ; } ; int tablen

g.txt

1464 312 ------------------------------------------01-00------------------------------------------------------------------------------------------------------------------------------------------------

g++.mac

CPP = g++ CPPFLAGS = -Wall OFLAGS = -c EXEFLAG = -o OBJEXT = o LIBLINK = -l .cpp.$(OBJEXT) : $(CPP) $(CPPFLAGS) $(OFLAGS) $< -o $@ .$(OBJEXT).exe : $(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@