代码搜索:格式兼容
找到约 10,000 项符合「格式兼容」的源代码
代码结果 10,000
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
www.eeworm.com/read/461711/7221848
txt 文件格式.txt
.foo文件格式
偏移 长度(bytes) 描述
0 8 'foo2002a'
---------------------------------------------------------
8 2 结构大小(16) 扩充用
10 2 压缩类型(0:LZW, 1:RLE)
12 4 原文件大小
16 4 压缩耗时(ms)
20 4 CR
www.eeworm.com/read/453554/7417137
txt 文件格式.txt
adrn_9.bin 图片地址文件
这个文件有若干个大小一样的块组成,
每个块长度80为字节,格式如下:
{
long 序号;
long 地址; 指明图片在数据文件中的起始位置
long 块长度; 图片数据块的大小
long 偏移量X; 显示图片时,横坐标偏移X
long 偏移量Y; 显示图片时,纵坐标偏移Y
long 图片宽度;
long 图片高度;
c ...
www.eeworm.com/read/453543/7417362
txt 文件格式.txt
adrn_9.bin 图片地址文件
这个文件有若干个大小一样的块组成,
每个块长度80为字节,格式如下:
{
long 序号;
long 地址; 指明图片在数据文件中的起始位置
long 块长度; 图片数据块的大小
long 偏移量X; 显示图片时,横坐标偏移X
long 偏移量Y; 显示图片时,纵坐标偏移Y
long 图片宽度;
long 图片高度;
c ...
www.eeworm.com/read/452125/7446920
btw 格式1.btw
www.eeworm.com/read/440225/7691801
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
www.eeworm.com/read/437056/7755801
txt 转化编码格式.txt
native2ascii -encoding gb2312 MyResource_zh.properties MyResource_zh_new.properties