代码搜索:ICO格式

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

代码结果 10,000
www.eeworm.com/read/272168/10967653

pdf 文件格式.pdf

www.eeworm.com/read/417376/10992260

txt 数据格式.txt

功能码 数据 0x01 2个数据(RemoteFlag,CurrentFlag,由服务器发出); 0x02 4个数据(First_X,First_Y,Second_X,Second_Y,游戏双方发送); 0x03 0个数据(一方发
www.eeworm.com/read/417375/10992399

txt 报文格式.txt

功能码 数据 0x01 指定开始的双方的颜色,谁先下(两个数,由SERVER发送); 0x02 棋盘数据(x,y表示新落子坐标,游戏是否结束,有SERVER,CLIENT双方发送);
www.eeworm.com/read/270739/11028340

doc 论文格式.doc

www.eeworm.com/read/470500/6912319

html 图像格式.html

图像
www.eeworm.com/read/470500/6912323

html 文本格式.html

文本
www.eeworm.com/read/469354/6973371

doc 文件格式.doc

www.eeworm.com/read/463456/7180562

bat 判断分区格式.bat

@echo off :1 cls set/p pan=请输入要测试的盘符 (不带冒号) for /f "tokens=1,2" %%i in ('chkntfs %pan%:') do ( set var=%%j goto type ) goto :eof :type set var=%var:。=% echo %pan%的文件系统类型是 %var% p