-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦...
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦-cycle can be achieved coding, decoding and error, but the university"s experimental operation oh
- 2022-08-16 02:46:18下载
- 积分:1
-
猜数字游戏,简单的猜数字的小游戏,在文件中有说明
猜数字游戏,简单的猜数字的小游戏,在文件中有说明-viewing games, a simple little game viewing of the document is described
- 2023-07-25 20:00:04下载
- 积分:1
-
VB编写的各种按钮样式集合,可以丰富软件界面
VB编写的各种按钮样式集合,可以丰富软件界面-VB prepared in a variety of button styles set, you can enrich the software interface
- 2022-03-11 01:49:53下载
- 积分:1
-
One can write your own bitmap rectangle superimposed on the characters and the p...
自己写的一个能够在位图上叠加字符和矩形框的程序,本人初学者,希望对大家有帮助-One can write your own bitmap rectangle superimposed on the characters and the procedures, I beginners, want to help everyone
- 2022-03-20 22:49:00下载
- 积分:1
-
geckopluginsdk
GeckoPluginSDK-samplesWin32.zip是mozilla插件开发的一些示例,其中包含必要的SDK开发插件
- 2022-01-26 06:47:53下载
- 积分:1
-
vb编写,聊天室程序,CS架构,服务器和客户端分开
vb编写,聊天室程序,CS架构,服务器和客户端分开-vb write, chat room programs, C S architecture, the server and client separation
- 2022-06-26 05:36:33下载
- 积分:1
-
这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式...
这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式-Realize this is a quality factor decomposition process, the output of the quality factor of a few even take the form of
- 2023-02-03 06:50:04下载
- 积分:1
-
本程序实现一个CD播放器的功能,能够播放各种CD,代码简单。...
本程序实现一个CD播放器的功能,能够播放各种CD,代码简单。-this program a CD player function to the various CD player, code simple.
- 2022-05-19 03:00:29下载
- 积分:1
-
rjmcmc 图像处理
应用背景
使用该代码可以对图像进行特征提取。例如提取卫星图像中街道里的斑马线。还可以对闪电图像中电流路径进行提取,获得图像中电流的运动路径。
关键技术
visual studio
首先使用cmake将代码转换成visual studio项目, 转换过程中会提示安装一些必须软件如boost,shapelib,wxwidegets等等。
linux
qtcreator下使用g++
- 2022-02-14 07:02:41下载
- 积分:1