水木-bin->iso 在linux 下面用什么软件?

博客询问在Linux系统下,处理水木-bin到iso转换可用的软件,聚焦于Linux环境下特定文件格式转换的工具需求。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

水木-bin->iso 在linux 下面用什么软件?

水木清华 null

返回〗〖转发〗

水木-bin->iso 在linux 下面用什么软件?  
Bin2ISO, here is the source code: 
 
/**************************************************** 
 
 
#include stdio.h 
 
/*  G L O B A L   D E F I N E S  */ 
#define byte    unsigned char 
#define SIZERAW 2352 
#define SIZEISO 2048 
 
FILE    *INPUT, *OUTPUT; 
 
/* ///////////////////////////////////// */ 
 
int     main( argc, argv ) 
 
int     argc; 
char    *argv[]; 

        byte    buf[SIZERAW+100]; 
 
        /* Tell them what I am. */ 
        fprintf (stderr, "raw2iso - Converts RAW format files to ISO format - V1.0 "); 
 
        /* Input -- process -- Output */ 
        if ( argc != 3 ) return 1; 
        INPUT  = fopen( argv[1], "rb" ); 
        OUTPUT = fopen( argv[2], "wb" ); 
        memset( &buf[0], '', sizeof( buf ) ); 
        while( fread( &buf[0], SIZERAW, 1, INPUT ) ) { 
            fwrite( &buf[0]+16, SIZEISO, 1, OUTPUT ); 
            memset( &buf[0], '', sizeof( buf ) ); 
        }; 
        return 0; 

 
 
 
【 在 angel (khan) 的大作中提到: 】 
∶ faint 
∶ 好歹说说叫个什么名字呀 
∶ 要不不是等于没说? 
 
 
iamafan@linuxaid.com.cn 
[编辑此文本][重复此文本][去掉此文本][在这里上载新的bag] 
[在这里插入文本][在这里插入上载的文章] 
Bin2ISO, here is the source code: 
 
/**************************************************** 
 
 
#include stdio.h 
 
/*  G L O B A L   D E F I N E S  */ 
#define byte    unsigned char 
#define SIZERAW 2352 
#define SIZEISO 2048 
 
FILE    *INPUT, *OUTPUT; 
 
/* ///////////////////////////////////// */ 
 
int     main( argc, argv ) 
 
int     argc; 
char    *argv[]; 

        byte    buf[SIZERAW+100]; 
 
        /* Tell them what I am. */ 
        fprintf (stderr, "raw2iso - Converts RAW format files to ISO format - V1.0 "); 
 
        /* Input -- process -- Output */ 
        if ( argc != 3 ) return 1; 
        INPUT  = fopen( argv[1], "rb" ); 
        OUTPUT = fopen( argv[2], "wb" ); 
        memset( &buf[0], '', sizeof( buf ) ); 
        while( fread( &buf[0], SIZERAW, 1, INPUT ) ) { 
            fwrite( &buf[0]+16, SIZEISO, 1, OUTPUT ); 
            memset( &buf[0], '', sizeof( buf ) ); 
        }; 
        return 0; 

 
 
 
【 在 angel (khan) 的大作中提到: 】 
∶ faint 
∶ 好歹说说叫个什么名字呀 
∶ 要不不是等于没说? 
 
 
iamafan 
iamafan@linuxaid.com.cn 

责任编辑:知识库管理员(2001-02-22 13:29)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值