/*cole-AfreeCOLElibrary.cole_extract-Extractafilefromafilesystem.Copyright1998,1999RobertoArturoTenaSanchezThisprogramisfreesoftware;youcanredistributeitand/ormodifyitunderthetermsoftheGNUGeneralPublicLicenseaspublishedbytheFreeSoftwareFoundation;eitherversion2oftheLicense,or(atyouroption)anylaterversion.Thisprogramisdistributedinthehopethatitwillbeuseful,butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyofMERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.SeetheGNUGeneralPublicLicenseformoredetails.YoushouldhavereceivedacopyoftheGNUGeneralPublicLicensealongwiththisprogram;ifnot,writetotheFreeSoftwareFoundation,Inc.,59TemplePlace,Suite330,Boston,MA02111-1307USA*//*ArturoTena*/#include/*Tocompilethisfileoutsidecolesourcetree,youmustincludehereinstead*/#include"cole.h"#definePRGNAME"iOLE"#defineBUFFER_SIZE128intmain(intargc,char**argv){ COLEFS*cfs; COLEFILE*cf; COLERRNOcolerrno; charbuffer[BUFFER_SIZE]; size_tchar_read; if(argc!=3){ fprintf(stderr,"cole_extract.Extractafilefroma" "filesystemtothestandardoutput.\n" "Usage:"PRGNAME"\n" "FILE-Filewiththefilesystem.\n" "INFILE-Filenameofthefiletoextract.\n"); exit(1); } printf("%s",argv[1]); cfs=cole_mount(argv[1],&colerrno); if(cfs==NULL){ cole_perror(PRGNAME,colerrno); exit(1); } cf=cole_fopen(cfs,argv[2],&colerrno); if(cf==NULL){ cole_perror(PRGNAME,colerrno); cole_umount(cfs,NULL); exit(1); } while((char_read=cole_fread(cf,buffer,BUFFER_SIZE,&colerrno))){ if(fwrite(buffer,1,char_read,stdout)!=char_read){ break; } } if(!cole_feof(cf)){ cole_perror(PRGNAME,colerrno); cole_umount(cfs,NULL); exit(1); } if(cole_fclose(
2020/2/17 3:19:13 173KB ole格式解析代码
SamsungToggleModeDDRNANDSpecificationSamsungToggleModeDDRNANDSpecification
2019/1/26 13:33:11 1.12MB flash toggle
2020年F题O奖论文合集,内容丰厚,包含6篇O奖论文
2017/1/10 20:49:21 22.14MB 2020年F题O奖论文
SDRAM节制器
2016/7/15 23:24:51 921KB SDRAM
SMISM2246EN2.5'SSDPCB设计材料,原理图,BOM,元件规格书
2020/3/16 22:49:37 18.61MB SSD SMI PCB 原理图
英特尔快速存储技术,专门设计和优化,可通过英特尔傲腾内存模块支持零碎加速
2021/4/23 8:33:26 73.04MB 英特尔
点序AS2258等固态主控量产对象
2019/5/26 9:20:52 28.46MB 固态硬盘 硬盘修复
本文主要引见了车辆动力学及控制,主要内容包括车辆侧向动力学、自动车道保持的转向控制、车辆纵向动力学、车辆纵向控制、自适应巡航控制等等。
2015/1/10 13:56:13 19.83MB 车辆控制 横向控制 纵向控制
回收站删除文件恢复大师破解版绿色版,很好用,我不断使用的。
2015/11/18 7:20:43 1.76MB 回收站 删除文件 恢复大师 破解版
一个37类pet数据集,每个类大约有200张图片。
这些图像在比例、姿态和光线上都有很大的变化。
所有的图像都有相应的品种、头部ROI和像素级trimap分割的groundtruth注释。
2016/4/19 6:19:34 773.52MB 语义分割 宠物 猫狗
共 1000 条记录 首页 上一页 下一页 尾页