找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索
查看: 4678|回復: 2
打印 上一主題 下一主題
收起左側(cè)

如何將*.ile轉(zhuǎn)換成*.il文件

[復制鏈接]
跳轉(zhuǎn)到指定樓層
樓主
ID:140343 發(fā)表于 2016-9-24 19:30 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
procedure( NlDecrypt( inputFile  @optional outputFile "tt")
     prog( (inp out line)

if( inputFile then
     unless( outputFile
outputFile = sprintf(nil "%s.dec" inputFile)
     )
     when( isFile( outputFile )
print( "You must specify a file that doesn't exist!!!\n" )
hiGetAttention( )
return()
     )
     
     unless( inp = infile(inputFile)
printf("Unable to open input file: %s\n" inputFile)
return()
     )
     unless( out = outfile(outputFile "w")
printf("Unable to open output file: %s\n" outputFile)
return()
     )
     while( line = lineread(inp)
when( line != t
     pprint(line out)
)
     )
     close(inp)
     close(out)
else
     printf("You must at least specify an input file!\n")
     return()
) ; ** if inputFile **
return(t)
     ) ; ** let  **
) ; ** procedure  **



NlDecrypt( "abc.ile" "abc.il")

分享到:  QQ好友和群QQ好友和群 QQ空間QQ空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
收藏收藏1 分享淘帖 頂 踩
回復

使用道具 舉報

沙發(fā)
ID:585063 發(fā)表于 2019-7-16 14:00 | 只看該作者
這個是什么程序啊,需要怎么去運行啊。大師能夠幫忙回答下嗎
回復

使用道具 舉報

板凳
ID:1047545 發(fā)表于 2022-10-13 14:17 | 只看該作者
大佬,請問咋們運用啊?不會操作
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

手機版|小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術(shù)交流QQ群281945664

Powered by 單片機教程網(wǎng)

快速回復 返回頂部 返回列表