代码搜索:格式兼容

找到约 10,000 项符合「格式兼容」的源代码

代码结果 10,000
www.eeworm.com/read/192685/8363274

txt 通过局域网copy东西,但不知网络路径怎么写.txt

网络路径就是UNC格式,即:\\计算机名\路径。但是需要注意的是使用FileSystemObject拷贝网络目录时有点怪,如果要拷贝网络上的一个共享目录,需要这么做: Dim fs Set fs = CreateObject("Scripting.FileSystemObject") ' 把myFolder下的所有子目录拷贝到myNewFolder
www.eeworm.com/read/391291/8411507

c 24c01-64.c

/*以下为AT24C01/02驱动程序,时钟:22.1184MHz;通信速率:88.5Kb/S*/ /*使用时按照C语言的格式嵌入以下1--4代码*/ /* 作者:weiyi 时间: 2002.6.17*/ /*读写操作范例过程如下: 使用时根据具体型号保留将其他不用的删除便是*/ /*Write: /* unsigned char da
www.eeworm.com/read/291432/8420807

c al4_2.c

/*案例代码文件名:AL4_2.C。*/ /*功能:说明if语句的格式和用法。*/ main() { int num1,num2,num3,temp; printf("Please input three numbers:"); scanf("%d,%d,%d",&num1,&num2,&num3); if (num1>num2) {temp=num1;num1=num2;
www.eeworm.com/read/390194/8478159

txt 10-04.txt

%例10-4 判断某一年是否为闰年。。 %该函数用于判断某一年是否为闰年 %使用格式为isleapea(y),其中y是用户所要计算的年份 function isleapyear(year) sign=0; if rem(year,4)==0 sign=sign+1; end if rem(year,100)==0 sign=sign-1; end i
www.eeworm.com/read/189023/8496376

m ex0709.m

%例7-9 字符数组的格式操作 a=strvcat('Welcome','to','MathWorks') upper(a) strjust(a,'center') sort(a(3,:)) %对字符数组a的第三行字符串,按照升序排列 sort(a) %对字符数组a的每一列,按照字符升序排列 sort(a,2) %对字符数组a的每一行,按照字符升序排列 sort(a,2,'desce
www.eeworm.com/read/288955/8590418

txt 程序相关.txt

******相关 这个是我的毕业设计(2007.6)主要完成了在虹膜识别中的虹膜定位功能,采用了动态轮廓模型(ACTIVE CONTOUR MODEL)。 当检测复杂图像时,效果较差。 格式较乱,注释少,仅供参考。 如想透彻理解程序,建议读文献【1】。 有问题写信,sharkxu2008@126.com ////////////////////////////////
www.eeworm.com/read/285733/8820941

cpp send_free.cpp

//从文件中读取号码和内容,免费发送,插入COM_SEND表中 //发送格式:./send_free 发送号码文件名 发送内容文件名 扣费代码(免费,SEND表) #include #include #include #include #include #include
www.eeworm.com/read/285733/8820946

cpp send_all_mon.cpp

//本程序用于对所有包月用户进行包月扣费,参数有:号码文件名 业务代码 费用 //发送格式:./send_all_mon 发送号码文件名 业务代码 费用(包月扣费,SEND表) #include #include #include #include #include #include
www.eeworm.com/read/285733/8820957

cpp send_single.cpp

//从文件中读取号码和内容,按条发送,插入COM_SEND表中 //发送格式:./send_single 发送号码文件名 发送内容文件名 扣费代码 费率(按条收费,SEND表) #include #include #include #include #include #include
www.eeworm.com/read/285733/8820960

cpp send_free_wait.cpp

//从文件中读取号码和内容,免费发送,插入到WAIT表中 //格式: ./sendfree_all_wait 号码文件名 发送内容 业务代码 每秒发送频次 指定发送开始时间(免费,WAIT表) //例子:./sendfree_all_wait phone.txt nr.txt FREE 5 20031201120215 #include #include