代码搜索:Bin文件
找到约 10,000 项符合「Bin文件」的源代码
代码结果 10,000
www.eeworm.com/read/116205/14982945
opt 文件操作.opt
www.eeworm.com/read/115294/15019070
txt 文件读取.txt
#include
#include
void main()
{
int i,n;
char name[100];
fstream f1;
f1.open("d:\\data.txt",ios::in);
cout
www.eeworm.com/read/114690/15041859
txt 打开文件.txt
OpenFileDialog dlg=new OpenFileDialog();
dlg.Title="选择数据库文件...";
dlg.Filter="Microsoft Access 2000 文件(*.mdb)|*.mdb|所有文件(*.*)|*.*";
if(dlg.ShowDialog()==DialogResult.OK)
{
labFileNa
www.eeworm.com/read/214091/15113543
rar 杂文件.rar
www.eeworm.com/read/213962/15119614
psd logo文件.psd
www.eeworm.com/read/213786/15124797
txt 文件拖放.txt
BOOL CDDDlg::ShowFileInfo(HDROP hDropInfo)
{
char lpszFile[ 80 ];
char szBuff[ 1024 ];
POINT pt; //拖放的位置
::DragQueryPoint( hDropInfo,&pt );
CString strPo
www.eeworm.com/read/210878/15190306
doc 文件管理.doc
www.eeworm.com/read/208727/15238695
cpp 文件读取.cpp
#include
#include
#include
#include
int main()
{
short i=1;
char buf[100];
ifstream aa("aa.txt");
while (1) {
www.eeworm.com/read/208727/15238697
cpp 读取文件.cpp
#include
#include
#include
void fun1(void)
{
char* file1;
file1="a.txt";//两函数不同之处
ifstream f1(file1,ios::in|ios::nocreate);
if(!f1)
{
cerr
www.eeworm.com/read/208637/15241609