Skip to content

This function is used to find the existence of a given item in a given text file, which can be used to find content, text file duplication, etc. This function is written in C language and exported in standard C format. The IDE used is Microsoft Visual Studio 2019 and the compiler follows the C17 standard

Notifications You must be signed in to change notification settings

copperay/Function-itm_eql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itm_eql 函数

前言

​ 笔者现就读浙江大学临床医学专业,自学C语言2年有余,是自然码的爱好者。前阵滥觞着手整理码表,其中遇到了去除非连续重复项的需求,遍寻大小网站,曾未找到任何文本处理软件能以快捷的方法弥此需求,亦未能找到任何算法达此目的。笔者深知此算法在小,以至众大佬睥睨而无实现者;然此需求在大,必有众同求者苦于无助。笔者不才,若大佬相见,幸勿嘲笑;同求相见,聊以相助。

作者

​ Copper (CSDN: @Copper_123; Bili: @Copperrr_)

版权说明

​ 由作者版权所有,2022年1月19日首发于CSDN博客和bilibili专栏,侵权必……算了你过意得去的话我也没办法。

简介

  • 此函数用以查找给定的项目在给定文本文件中的存在性,可作查找内容、文本文件去重等之用;
  • 本函数以C语言写就,并以标准的C格式导出;所用IDE为Microsoft Visual Studio 2019,编译器遵循C17标准;
  • 请注意,目标文本文件的一行被视为一个项目,即以'\n'分隔项目,若您的目标文本文件非此格式,烦请稍作格式化。

目录说明

  • ./lib 中提供了静态链接库(.lib)文件;
  • ./dll 中提供了动态链接库(.dll)文件和索引(.lib)文件;
  • ./ 中提供了DOC.md,为本函数的文档;
  • ./ 中提供了itm_eql.h,包含了函数声明,且有header guard。

About

This function is used to find the existence of a given item in a given text file, which can be used to find content, text file duplication, etc. This function is written in C language and exported in standard C format. The IDE used is Microsoft Visual Studio 2019 and the compiler follows the C17 standard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages