代码搜索:Bin文件
找到约 10,000 项符合「Bin文件」的源代码
代码结果 10,000
www.eeworm.com/read/135173/13954348
exe 文件压缩.exe
www.eeworm.com/read/237419/13963989
gif 调文件.gif
www.eeworm.com/read/236526/14012586
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/235539/14064949
txt 头文件.txt
// c7-1.h 图的数组(邻接矩阵)存储表示
#define INFINITY INT_MAX // 用整型最大值代替∞
#define MAX_VERTEX_NUM 26 // 最大顶点个数
enum GraphKind{DG,DN,UDG,UDN}; // {有向图,有向网,无向图,无向网}
typedef struct
{
VRType adj; // 顶点
www.eeworm.com/read/203221/15363832
txt 文件压缩.txt
java.util.zip;
ZipOutputStream();
zipInputStream();
zipEntry();
www.eeworm.com/read/203039/15367348
rc 文件查找.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/203039/15367349
h 文件查找.h
// 文件查找.h : main header file for the 文件查找 application
//
#if !defined(AFX__H__DA0B232C_4C39_434B_BD4F_7B1BD50B2588__INCLUDED_)
#define AFX__H__DA0B232C_4C39_434B_BD4F_7B1BD50B2588__INCLUDED_
#
www.eeworm.com/read/203039/15367353
ico 文件查找.ico
www.eeworm.com/read/203039/15367354
clw 文件查找.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "文件查找.h"
www.eeworm.com/read/203039/15367355