資源簡介
文件相似度比較器
代碼片段和文件信息
//#include?“windows.h“
//#include?“stdio.h“
//#include?“iostream.h“
//#include?“CContent.h“
#include?“Stdafx.h“
CContent::CContent()
{
Init();
}
CContent::~CContent()
{
}
//=====================================
//?Init
void CContent::Init()
{
m_nLenWithSpc = 0;
m_nLen = 0;
m_text_DH = NULL;
ZeroMemory(?m_wszStrWithSpc?sizeof(m_wszStrWithSpc)?);
ZeroMemory(?m_wszStr?sizeof(m_wszStr)?);
}
//打開文件
bool CContent::Open(?const?char*?szFileName?)
{
m_text_DH?=?fopen(?szFileName?“rt“?);
//文件打不開
if(?m_text_DH?==?NULL?)
return(false);
WCHAR wcBuffNew = ‘\0‘;
WCHAR wcBuffOld = ‘\0‘;
BOOL bRemarkA = false; //?標識“//”注釋
BOOL bRemarkB = false; //?標識“/*?...?*/”注釋
m_nLenWithSpc = 0;
m_nLen = 0;
while(?feof(m_text_DH)?==?0?)
{
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1973??2004-06-03?13:33??文件相似度比較器\cfile.cpp
?????文件???????2480??2004-06-02?15:14??文件相似度比較器\cgettop10.cpp
?????文件???????2983??2004-06-03?13:33??文件相似度比較器\comp.cpp
?????文件????????326??2004-06-03?13:57??文件相似度比較器\cursor1.cur
?????文件??????11542??2004-06-03?13:57??文件相似度比較器\ppt1.bmp
?????文件??????28614??2004-05-30?17:49??文件相似度比較器\ppt2.bmp
?????文件????????533??2004-05-25?13:26??文件相似度比較器\proj.dsw
?????文件???????1976??2005-10-11?23:54??文件相似度比較器\proj.plg
?????文件????????897??2004-06-03?13:52??文件相似度比較器\proj.sln
????..A..H.?????10240??2004-06-04?00:11??文件相似度比較器\proj.suo
?????文件???????7078??2004-06-03?13:57??文件相似度比較器\proj.vcproj
?????文件????????820??2005-10-11?23:54??文件相似度比較器\rc.clw
?????文件???????1197??2004-05-25?13:24??文件相似度比較器\ReadMe.txt
?????文件????????291??2004-05-30?01:05??文件相似度比較器\StdAfx.cpp
?????文件???????1020??2004-06-02?13:58??文件相似度比較器\StdAfx.h
?????文件??????91136??2005-10-11?23:54??文件相似度比較器\proj.ncb
?????文件????????392??2004-06-04?00:20??文件相似度比較器\comp.h
?????文件????????946??2004-06-04?00:20??文件相似度比較器\cgettop10.h
?????文件?????671716??2004-06-04?00:53??文件相似度比較器\frozenthrone-1024x?拷貝.bmp
?????文件??????16376??2004-06-04?01:09??文件相似度比較器\head.bmp
?????文件???????1230??2004-06-04?01:09??文件相似度比較器\resource.h
?????文件????????252??2004-06-04?01:25??文件相似度比較器\proj.h
?????文件????????631??2004-06-04?01:25??文件相似度比較器\cfile.h
?????文件???????7983??2004-06-04?01:25??文件相似度比較器\proj.cpp
?????文件???????3256??2004-06-04?01:27??文件相似度比較器\rc.rc
?????文件?????706492??2005-05-06?23:25??文件相似度比較器\rc.aps
?????文件???????4878??2004-06-04?01:27??文件相似度比較器\proj.dsp
?????文件??????19374??2004-05-30?17:49??文件相似度比較器\{2445B568-3B15-49E7-AEDC-D5A2B04764FC}0.bmp
?????文件??????51712??2005-10-11?23:54??文件相似度比較器\proj.opt
?????目錄??????????0??2004-06-23?17:07??文件相似度比較器
............此處省略4個文件信息
- 上一篇:將Excel轉(zhuǎn)換成Exe
- 下一篇:jbig無損圖片轉(zhuǎn)換
評論
共有 條評論