代码搜索:多模式

找到约 10,000 项符合「多模式」的源代码

代码结果 10,000
www.eeworm.com/read/223000/14665585

txt 9-21.txt

/* 范例:9-21 */ #include #include void main(int argc,char *argv[]) { FILE *fp1; int i,a=10,b=10; if ((fp1=fopen(argv[1],"r"))==NULL) /* 读取模式 */ { printf("文件%s
www.eeworm.com/read/221223/14753119

m examp13_12.m

clc; clear; % 当前延拓模式是补零 % 装载原始图像 load sinsin % X 包含原始图像 subplot(221),image(X),colormap(map); title('原始图像'); % 产生噪声图像 init=2055615866; randn('seed',init); x = X + 18*randn(size(X)); subplo
www.eeworm.com/read/118352/14875729

c vgadrv.c

/* * ExpOS * Origin Author: Larry Li * Modify: Hyl.linuxfourm.net 2003.4.6 * Creation Date: 2003.2.12 */ /* * TODO: * 修改为 VGA12h 640x480x16 色模拟 VGA03 模式以显示汉字 GB2312 字符
www.eeworm.com/read/216114/15026810

cpp findstr.cpp

//字符串的模式匹配Findstr.cpp #include #include #include #include #include #define MAXSTRLEN 64 void GetNext(char T[MAXSTRLEN],int (&next)[64]) {i
www.eeworm.com/read/215997/15030345

txt 使用方法.txt

#需要建立 chat 的数据库别名指向 table 目录,可以使用 Database Desktop 建立别名。 #服务器先运行,自动到监听模式,然后可以运行N个客户端。 -------------------19:42 2002-6-12------------------
www.eeworm.com/read/114100/15093269

html 6129.html

Re: 如何利用 VB 设计具备终端机模式的程式 ? Who know vt-100 definition ?真的找不到 !! Re: 如何利用 VB 设计具备
www.eeworm.com/read/114100/15100796

html 1159.html

如何在VB程式执行中,送出ENTER命令给MS-DOS模式 如何在VB程式执行中
www.eeworm.com/read/212829/15148138

cpp findstr.cpp

//字符串的模式匹配Findstr.cpp #include #include #include #include #include #define MAXSTRLEN 64 void GetNext(char T[MAXSTRLEN],int (&next)[64]) {i
www.eeworm.com/read/212771/15150245

txt 9-20.txt

/* 范例:9-20 */ #include #include void main(int argc,char *argv[]) { FILE *fp1; char p1[30]; int i,j,a; if ((fp1=fopen(argv[1],"w"))==NULL) /* 写入模式 */ { pr
www.eeworm.com/read/212771/15150255

txt 9-21.txt

/* 范例:9-21 */ #include #include void main(int argc,char *argv[]) { FILE *fp1; int i,a=10,b=10; if ((fp1=fopen(argv[1],"r"))==NULL) /* 读取模式 */ { printf("文件%s