-
软件工程详细设计方法
软件工程详细设计方法-software engineering detailed design method
- 2022-07-08 17:18:37下载
- 积分:1
-
创建拖放时使用的图标
创建拖放时使用的图标-used to create drag and drop the icon
- 2023-03-08 05:05:03下载
- 积分:1
-
哈希表讲义
哈希表讲义 -Hash Table lectures Hash Table lectures
- 2022-03-14 18:04:52下载
- 积分:1
-
JAVA 2平台安全技术
JAVA 2平台安全技术-结构,API设计和实现-Java 2 Platform security-structure, API Design and Implementation
- 2022-03-02 21:55:44下载
- 积分:1
-
DirectX中文手册
DirectX中文手册-DirectX Chinese Manual
- 2022-05-18 13:48:05下载
- 积分:1
-
C# 将 PDF 转化成文本格式
翻译 maninwest@Codeforge 作者: Dan Letecky @CodeProject使用PDFBox 和 IKVM.NET在 .NET 中解析PDF 文件(托管代码)如何解析 PDF文件在 .NET 中提取 PDF 文本有多个方式:· Microsoft IFilter接口和Adobe IFilter 实现.· iTextSharp· PDFBox1. 如何使用Adobe PDF IFilter解析 PDF 文件要使用 IFilter 接口解析 PDF 文件,需要以下条件:· Windows 2000 或以上版本· Adobe Acrobat 或 Reader 7.0.5以上版本 (或者单机版 Adobe PDF IFilter [adobe.com])· IFilter COM wrapper class [dotlucene.net]示例代码using IFilter;
// ...
public static string ExtractTextFromPdf(string path) {
return DefaultParser.Extract(path);
} 下载一个示例代码· Parsing PDF Files using IFilter [squarepdf.net]如果使用Adobe Acrobat Reader 自带的 PDF IFilter ,需要重命名进程为 "filtdump.e
- 2023-07-08 21:55:04下载
- 积分:1
-
对做数据库实验的同学有很大的帮助。
对做数据库实验的同学有很大的帮助。-right to do experiments the students database will be very helpful.
- 2023-09-05 12:45:03下载
- 积分:1
-
endnote文献管理软件
EndNote 是一个著名的参考文献管理软件,用来创建个人参考文献库,并且可以加入文本、图像、表格和方程式等内容及链接等信息,能够与 Microsoft Word 完美无缝链接,方便地插入所引用文献并按照格式进行编排。
EndNote 有
- 2023-05-26 12:20:22下载
- 积分:1
-
Delphi函数清单
名称 类型 说明
----------------------------------------------------------------------------------
Abort 函数 引起放弃的意外处理
Abs 函数 绝对值函数
AddExitProc 函数 将一过程添加到运行时库的结束过程表中
Addr &n
- 2022-02-01 15:23:25下载
- 积分:1
-
在本computes fft.c
fft.c--This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform -fft.c This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2 ^ m points. dir = 1 gives forward transform dir =-1 gives reverse transform
- 2022-05-29 23:51:17下载
- 积分:1