[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖
原帖由 风行者 于 2008-7-26 20:03 发表
@echo off & setlocal enabledelayedexpansion
for /f "tokens=1-3 delims= " %%a in (1.txt) do (
set /a n+=1
if !n!==1 echo %%a      %%b   %%c
if !n!==2 echo %%a         %%b  %%c
if !n!==3 echo %%a   ...

这种解法的确是太可爱了,100%的就题解题!
***共同提高***

TOP

使用tab键的都有哪些条件呢?11楼的测试文件不能成功,如果两行差距太大也不成功.

TOP

  默认情况下,一个tab键产生的空格相当于8个空格键产生的空格,如果字符串少于8个字符,则一个tab键就足够排版;如果多于8个字符,那么,一个tab键就没法排版了,需要增加tab键的个数,以保证tab键产生的空格个数多于字符串长度。
1

评分人数

    • 浅默: 不知最多能给几分PB + 4
尺有所短寸有所长,学好批处理没商量;
考虑问题复杂化,解决问题简洁化。

心在天山,身老沧州。

TOP

  1. @echo off
  2. setlocal enabledelayedexpansion
  3. for /f "tokens=1,2*" %%a in ('type temp.txt') do (
  4.    set "mo=%%a"&set "niu=%%b"&set "m=0"&set "n=0"&set "very="
  5.    call :ming0 %%a %%b %%c
  6. )
  7. echo.&pause&exit
  8. :ming0
  9. if not "!mo:~%m%,1!"=="" (set "momo=!mo:~%m%,1!"&set /a "m+=1"&goto :ming0)
  10. :ming1
  11. if not "!niu:~%n%,1!"=="" (set "niuniu=!niu:~%n%,1!"&set /a "n+=1"&goto :ming1)
  12. set /a "ming=30-%m%-%n%"
  13. for /l %%i in (1 1 %ming%) do set "very=!very! "
  14. echo %1 %very% %2 %3
复制代码
2

评分人数

TOP

我也行!

  1. @echo off
  2. setlocal enabledelayedexpansion
  3. set a=0
  4. for /f "eol= tokens=1,2,3" %%a in ('type 1.txt') do (
  5. set /a a+=1
  6. set "lie1=%%a                                      "
  7. set lie1=!lie1:~0,30!
  8. set "lie2=%%b                                      "
  9. set lie2=!lie2:~0,20!
  10. echo,!lie1!!lie2:%%b=!%%b  %%c
  11. )
  12. pause
复制代码
1

评分人数

TOP

我稍微换一下思路,应该说是尽量的通用了……如果某文本太过畸形 那也是没办法的事了……
文本内容更新为:
  1. 111111111111111111111                                      98912 张三
  2. 222222222222222222    150020 李四四
  3.   333333333333333333333    360000 王五
  4. 4444444444444444444321542365445432453243243423432   11111143242342332 赵六六
  5.   555555555555555555    222 田七
  6. 666666666666666666666    999999                                   舞吧
复制代码
  1. @echo off
  2. mode con cols=100 lines=20
  3. setlocal enabledelayedexpansion
  4. for /l %%a in (1,1,80) do set kong= !kong!
  5. for /f "eol= tokens=1,2,3" %%a in ('type 1.txt') do (
  6. set lie1-2=%%a%%b%kong%
  7. set lie1-2=!lie1-2:~0,80!
  8. set lie1-2=%%a!lie1-2:%%a%%b=!%%b
  9. echo,!lie1-2!   %%c
  10. )
  11. pause
复制代码
原理:例如文本内容为:
ab******1*d
abc*************2********e
用for获得前面的两列
直接组合 则免去了中间的空格:
ab1
abc2
直接加上80个空格
ab1***************************……
abc2***************************……
然后保存前80位。
ab1*********……***
abc2********……***
把空格前移
ab*********……***1
abc********……***2
这样前面的就基本对齐了。后面的第三列 就不用说了…
我觉得应该可以了……至少我自己用不上太通用的,这个代码自己也没有当工具用过




忽忽……加了中文 或者字符……就被淘汰了……

[ 本帖最后由 523066680 于 2008-8-12 15:49 编辑 ]
2

评分人数

TOP

我来个  补齐字符方法   效率不怎么样
  1. @echo off&setlocal enabledelayedexpansion
  2. for /f "tokens=*" %%i in (1.txt) do call :lp %%i
  3. for /l %%i in (1 1 %t%) do for /l %%j in (1 1 !%%il!) do set "%%iv=!%%iv! "
  4. for /f "tokens=*" %%i in (1.txt) do call :lp0 %%i
  5. pause&exit
  6. :lp0
  7. set/a n+=1
  8.     if "%1"=="" set n=& echo %str1%&set str1=&goto :eof
  9.     set "str=%1!%n%v!"
  10.     call set "str1=%str1%%%str:~,!%n%l!%%"
  11. shift
  12. goto lp0
  13. :lp
  14. set/a n+=1
  15. if not defined %n%l set %n%l=0
  16.     if "%1"=="" set n=&goto :eof
  17.     for /f "skip=1 delims=:" %%i in ('^(echo %1^&echo.^)^|findstr /o ".*"') do set m=%%i
  18.     set t=%n%
  19.     if %m% gtr !%n%l! set %n%l=%m%
  20. shift
  21. goto lp
复制代码

TOP

不知此帖是否够通用?不过创建了临时文件。
http://bbs.bathome.net/viewthrea ... mp;highlight=%C5%C5
技术问题请到论坛发帖求助!

TOP

新接触批处理,很有意思,请各位大侠多多指教。在此送上我的代码,多多指教!既然各位大侠都说了就题解题,那不好意思了,嘿嘿……

  1. @echo off&setlocal enabledelayedexpansion
  2. for /f "tokens=1-3" %%i in (test.txt) do (
  3. set temp1=%%i$$$$$&set temp2=$$$$$%%j&set temp3=%%k$$$$$
  4. set temp1=!temp1:~0,21!&set temp2=!temp2:~-6!&set temp3=!temp3:~0,3!
  5. set tempstr=!temp1!      !temp2! !temp3!
  6. set tempstr=!tempstr:$= !
  7. echo !tempstr!
  8. )
复制代码

[ 本帖最后由 weichenxiehou 于 2010-12-30 23:37 编辑 ]
看得多说得多,远比不上写得多。

TOP

  1. @echo off&setlocal enabledelayedexpansion
  2. for /f "tokens=1-3" %%a in (1.txt) do (
  3. set str=%%a%%b
  4. call:count
  5. set a=%%a
  6. set /a num=32-!num!
  7. set/p=!a!<nul
  8. for /l %%i in (1 1 !num!) do (set /p= <nul)
  9. echo %%b %%c
  10. )
  11. pause>nul
  12. :count
  13. if defined num set num=
  14. :loop
  15. if not "!str!"=="" (
  16. set str=!str:~1!
  17. set /a num+=1
  18. goto loop
  19. )
复制代码
only the strong survive!

TOP

下载了10楼附件,可是还是没效果啊,莫非win7不支持这样么...

TOP

  1. @echo off  
  2. setlocal EnableDelayedExpansion
  3. set "space= "
  4. for /f "tokens=1,2*" %%a in (1.txt) do (
  5.     set "str1=%%a"& set /a n=0
  6.     set /a s=1 &  call :1
  7.     set "x=!str1!!str2!" & set str2=
  8.     set "str1=%%b" & set /a n=0
  9.     set /a s=2 & call :1
  10.     set "y=!str2!!str1!" & set str2=
  11.     set "str1=%%c" & set /a n=0
  12.     set /a s=3 & call :1
  13.     set "z=!str2!!str1!" & set str2=
  14.     echo !x!!y!!z!
  15. )
  16. pause>nul
  17. goto :eof
  18. :1
  19. if not "!str1:~%n%,1!"=="" set /a n+=1 & goto :1
  20. if %s% equ 1 (set /a m=26-%n% & goto :2)
  21. if %s% equ 2 (set /a m=10-%n% & goto :2)
  22. set /a m=10
  23. :2
  24. for /l %%i in (1,1,!m!) do set "str2=!str2!%space%"
  25. goto :eof
复制代码
效果见下图:

TOP

  1. @Echo Off
  2. SetLocal EnableDelayedExpansion
  3. For /F "Tokens=1,2,3" %%i In (1.txt) Do (
  4. Set L1=%%i                    
  5. Set L2=                    %%j
  6. Echo !L1:~0,25!!L2:~-15! %%k
  7. )
复制代码

TOP

  1. @echo off&setlocal enabledelayedexpansion
  2. for /f "tokens=1,2,3 delims= " %%a in (a.txt) do (
  3. set k=%%a
  4. set k1=%%b
  5.     for /l %%c in (1,1,25) do if "!k:~%%c,1!"=="" set "k=!k! "
  6.     for /l %%d in (1,1,5) do if "!k1:~%%d,1!"=="" set "k1=!k1! "
  7. echo;!k! !k1! %%c
  8. )
  9. pause
复制代码
心累~努力,为了美好的明天。

TOP

  1. # python版实现文本左右对齐排版
  2. # 题目来源: http://www.bathome.net/thread-1246-1-1.html
  3. # 依山居 7:17 2015/11/4
  4. # str.format 字符串格式化参考:
  5. # http://www.crifan.com/python_string_format_fill_with_chars_and_set_alignment/
  6. # just()字符串对齐 参考:
  7. # http://blog.csdn.net/u012515223/article/details/20463231
  8. '''
  9. 1.txt内容:
  10. 111111111111111111111    98912 张三
  11. 222222222222222222    150020 李四四
  12.   333333333333333333333    360000 王五
  13. 444444444444444444    2332 赵六六
  14.   555555555555555555    222 田七
  15. 666666666666666666666    999999 舞吧
  16. '''
  17. #说明我的代码没按题目要求全部使用空格填充是为了让代码用法看起来直观一些。
  18. #方法一 format格式化对齐
  19. def f1():   
  20.     with open("1.txt","r") as f:
  21.         for s in f:
  22.             l=s.rsplit ()
  23.             t='{0:-<25} {1: >7} {2}'.format(l[0],l[1],l[2])   
  24.             print(str(t))
  25. '''
  26. 输出:
  27. 111111111111111111111----   98912 张三
  28. 222222222222222222-------  150020 李四四
  29. 333333333333333333333----  360000 王五
  30. 444444444444444444-------    2332 赵六六
  31. 555555555555555555-------     222 田七
  32. 666666666666666666666----  999999 舞吧
  33. '''
  34. #方法2 使用just()对齐
  35. r=''
  36. def f2():
  37.     f=open("1.txt","r")
  38.     for s in f:
  39.         l=s.rsplit()
  40.         print(l[0].ljust(25," "),l[1].rjust(10,"^"),l[2])
  41. '''
  42. 输出:
  43. 111111111111111111111     ^^^^^98912 张三
  44. 222222222222222222        ^^^^150020 李四四
  45. 333333333333333333333     ^^^^360000 王五
  46. 444444444444444444        ^^^^^^2332 赵六六
  47. 555555555555555555        ^^^^^^^222 田七
  48. 666666666666666666666     ^^^^999999 舞吧
  49. '''
  50. #方法3
  51. '''
  52. 思路是rsplit拆分成三列,l得到如['111111111111111111111', '98912', '张三']
  53. 算出列1,列2的最长,以此算出需要填充的长度,
  54. '''
  55. def f3():
  56.     f=open("1.txt","r")
  57.     txt=f.readlines()
  58.     maxa=0
  59.     maxb=0
  60.     for line in txt:
  61.         line=line.rsplit()
  62.         la=len(line[0])
  63.         lb=len(line[1])
  64.         if la >maxa:
  65.             maxa=la
  66.         if lb > maxb:
  67.             maxb=lb
  68.     for line in txt:      
  69.         line=line.rsplit()
  70.         la=len(line[0])
  71.         lb=len(line[1])
  72.         if la ==maxa:
  73.             tla=line[0]
  74.         elif la<maxa:
  75.             tla=line[0]+">"*(maxa-la)
  76.         if lb ==maxb:
  77.             tlb=line[1]
  78.         elif lb<maxb:
  79.             tlb=" "*(maxb-lb)+line[1]
  80.         print(tla,tlb,line[2])
  81. '''
  82. 输出:
  83. 111111111111111111111  98912 张三
  84. 222222222222222222>>> 150020 李四四
  85. 333333333333333333333 360000 王五
  86. 444444444444444444>>>   2332 赵六六
  87. 555555555555555555>>>    222 田七
  88. 666666666666666666666 999999 舞吧
  89. '''
复制代码

TOP

返回列表