python写的工具,可以批量统计PDF文件页数支持子目录,并且将文件列表和页码明细导出为TXT列表。可直接将列表复制到excel表格处理。
2022-11-05 14:00:49 9.64MB python PDF
1
'docx转pdf、doc、rtf、txt Option Explicit Sub docx2other() On Error Resume Next Dim sEveryFile As String,sSourcePath As String,sNewSavePath As String Dim CurDoc As Object sSourcePath = "E:\DOCX文件\" '假定待转换的docx文件全部在"E:\DOCX文件\"下,你需要按实际情况修改。 sEveryFile = Dir(sSourcePath &"*.docx") Do While sEveryFile <> "" Set CurDoc = Documents.Open(sSourcePath & sEveryFile, , , , , , , , , , , msoFalse) sNewSavePath = VBA.Strings.Replace(sSourcePath & sEveryFile, ".docx", ".pdf") '如果想导出doc/rtf/txt等,就把上一行行
2022-11-05 07:43:34 1011B office vba
1
一个好用的文本文件编码转换器,可以实现文本文件的编码转换,支持常用编码转换,例如Unicode,utf-8,ANSI之间相互转化
2022-11-04 23:20:53 365KB 文本文件 编码转换 TXT Unicode
1
提供以下功能:HTML->TXT转换、文件合并、TXT文件段落合并、TXT文件分行、编码(GB/GBK/Big5/Shift-JIS/Unicode)转换(只能用于Win 2k/XP)、文本替换、HTML代码整理、文件切分、文本提取、正则表达式、TCR批量压缩/解压
2022-11-04 20:00:54 245KB 文件合并
tformat是一款处理txt文本的工具,支持正则表达式,并且内部整合了多种正则表达式,可以直接拿来使用,功能非常强大,常用来校对小说文本
2022-11-04 20:00:52 1.79MB txt文本的工具
二叉树的建立与遍历 [问题描述] 建立一棵二叉树,并对其进行遍历(先序、中序、后序),打印输出遍历结果。 [基本要求] 从键盘接受输入(先序),以二叉链表作为存储结构,建立二叉树(以先序来建立),并采用递归算法对其进行遍历(先序、中序、后序),将遍历结果打印输出。 [测试数据] ABCффDEфGффFффф(其中ф表示空格字符) 则输出结果为 先序:ABCDEGF 中序:CBEGDFA 后序:CGBFDBA
2022-11-04 16:59:43 1KB 二叉树遍历 二叉树
1
读取txt手机号码源码 这个读取txt的简单源码 并判断取的值是否为手机格式 然后筛除重复的号码
2022-11-04 14:55:59 38KB TXT
1
Python从入门到精通视频,里面有相关的基础视频讲解,希望帮助爱学习的人
2022-11-04 14:14:30 116B python
1
格式转换文件,解决大多数小白的数据问题,且没有乱码问题的产生
2022-11-04 09:08:32 5KB json转txt txt转xml
1
Columbia Consumer Video (CCV) Database --- A Benchmark for Consumer Video Analysis 我原本是用youtube-dl来直接在youtube下载的,结果youtube限制访问量,最后又另求别人要来的资源。资源内含下载链接和下载方法。数据集压缩包共30G Recognizing visual content in unconstrained videos has become a very important problem for many applications. Existing corpora for video analysis lack scale and/or content diversity, and thus limited the needed progress in this critical area. To stimulate innovative research on this challenging issue, we constructed a new database called CCV, containing 9,317 YouTube videos over 20 semantic categories. The database was collected with extra care to ensure relevance to consumer's interest and originality of video content without post-editing. Such videos typically have very little textual annotation and thus can benefit from the development of automatic content analysis techniques.
2022-11-03 22:25:21 178B video classifica
1