-
获取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
-
自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助....
自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助.-I have written a small program generating random numbers is very simple, want to be helpful for beginners.
- 2023-01-12 20:55:04下载
- 积分:1
-
calculator writtend with VB,can be used as referrence for the VB beginer
VB写的计算器,可给VB初学者作参考-calculator writtend with VB,can be used as referrence for the VB beginer
- 2022-06-28 04:24:01下载
- 积分:1
-
一个简单指令的cpu设计。
可以实现4个指令的的运算。
一个简单指令的cpu设计。
可以实现4个指令的的运算。-a simple instructions cpu design. 4 can be achieved directive arithmetic.
- 2023-07-14 04:10:03下载
- 积分:1
-
文件比较工具WinMerge源代码
文件对比工具winMerge源代码-document comparison tool winMerge source code
- 2023-09-03 12:30:05下载
- 积分:1
-
ANSI C++ Reference manual
ANSI C++ Reference manual
- 2022-10-19 09:10:04下载
- 积分:1
-
我想生成一个MDI窗口的介面,但发现用VC实现起来很麻烦,要加很多很多的RUNTIME_CLASS,而且不能实现在主窗口中加入功能选项。就是说生成一个OUTLO...
我想生成一个MDI窗口的介面,但发现用VC实现起来很麻烦,要加很多很多的RUNTIME_CLASS,而且不能实现在主窗口中加入功能选项。就是说生成一个OUTLOOK的主窗口,在主窗口中再 加入多文档窗口(象OFFICE的多文档子窗口)。因此,写了这个CMDIChild的类。-I want to produce one MDI window lie between the surface, but discovers realizes with VC is very troublesome, must add very many very many RUNTIME_CLASS, moreover cannot realize in the host window joins the function option. Is says produces one OUTLOOK the main window, joins the multi- documents window again in the host window (looks like OFFICE the multi- articles window). Therefore, wrote this C$mDIChild kind.
- 2023-01-04 01:25:04下载
- 积分:1
-
Windows程序设计 中英文
Windows程序设计入门教材,希望对需要者有帮助
- 2023-04-16 05:15:04下载
- 积分:1
-
I wrote CS robot
我写的CS机器人-I wrote CS robot
- 2022-07-26 19:05:37下载
- 积分:1
-
获取指定进程的内存和cpu信息,vs2005 MFC实现
获取指定进程的内存和cpu信息,vs2005 MFC实现-get the mem and cpu information of the local computer
- 2022-07-12 07:43:12下载
- 积分:1