xyq916 当前离线
列兵
[Name] R1 Blade [Data] alum.Erosion Rate 0.00000000e+000 0.00000000e+000 0.00000000e+000 0.00000000e+000 2.11508553e-002 0.00000000e+000 4.23389673e-002 0.00000000e+000 1.69804394e-001 2.79017985e-001 2.89141804e-001 0.00000000e+000 1.37632385e-001 0.00000000e+000 3.52498561e-001 0.00000000e+000 0.00000000e+000 9.83318090e-002 4.75238204e-001 0.00000000e+000 0.00000000e+000复制代码
评分人数
happy886rr 当前离线
等待验证会员
@echo off&setlocal enabledelayedexpansion (for /f "delims=" %%a in ('more +13 %0^|find "+"^|find /v "+000"') do ( set str=%%a&echo !str:~-3!!str! ))>$ (for /f "delims=" %%a in ('sort /r $') do ( set str=%%a&echo !str:~3! ))>new.txt (for /f "delims=" %%a in ('more +13 %0^|find "-"') do ( set str=%%a&set/a z=1999-1!str:~-3!&echo !z!!str! ))>$ (for /f "delims=" %%a in ('sort /r $') do ( set str=%%a&echo !str:~3! ))>>new.txt&more +13 %0|find "+000" >>new.txt&del $&start new.txt&exit 0.00000000e+000 4.23389673e-002 1.69804394e-001 2.79017985e-001 1.37632385e+001 9.83318090e+002复制代码
TOP
CrLf 当前离线
论坛巡查
@mshta http://bathome.net/s/hta/?string var arr=type('测试.txt').split('\r\n');head=arr.slice(0,6);body=arr.slice(7).sort(function(a,b){return b*1-a*1});head.concat(body) >输出.txt复制代码
@echo off ( find "e+" a.txt | findstr "[1-9].*e" | sort /r | sort /+10 find "e-" a.txt | sort /r | sort /+10 find "e+" a.txt | findstr /v "[1-9].*e" )>new.txt复制代码
pcl_test 当前离线
荣誉版主
rem win7及以上系统运行 powershell -c "$a=gc '文本.txt';$a[0..4];$a[5..($a.count-1)]|sort {1*$_} -desc" pause复制代码
523066680 (消遣区)当前离线
版主