-
word文档转PDF工具软件C++源码
资源描述
资源描述
此 word文档转PDF工具软件 可批量、快速的处理 word文档,在Windows平台下,采用VC++开发,有详细的使用开发解释说明,适合学习,亦可以作为平时实用小工具处理文档等,,,,,,,,,,,
- 2023-03-28 01:05:05下载
- 积分:1
-
找茬游戏原码,很不错的!
找茬游戏原码,很不错的!-softened the original game code, very good!
- 2022-01-24 16:35:04下载
- 积分:1
-
this is a very good game, please let me pa
this is a very good game ,please let me pa-this is a very good game, please let me pa
- 2022-03-07 08:58:00下载
- 积分:1
-
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)-VC 6.0 Digital Image Coding (Ding-up Wen-ping, Guo Baolong)
- 2022-01-28 07:25:01下载
- 积分:1
-
汉字简体繁体转换程序html格式,下载解压使用
汉字简体繁体转换程序html格式,下载解压使用-Traditional Chinese Simplified conversion process
- 2022-01-24 14:51:08下载
- 积分:1
-
vc系统开发代码精粹
本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编...
vc系统开发代码精粹
本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编程、多媒体编程、数字图像编程、网络通信编程以及数据库/MIS开发等-vc system development code essence of this book has been selected more than 40 examples of comprehensive, detailed information based on the Visual C++ program development skills and methods, which covers the Visual C++ the system programming, interface programming, multimedia programming, digital image programming, network communications programming and database/MIS development
- 2022-04-30 02:30:59下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。...
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。-the small procedure is used for the preparation of C Solutions linear equations, the algorithm will use the elimination method. Learning.
- 2022-08-18 10:44:21下载
- 积分:1
-
我写的一个模拟彩票抽奖的程序。用到了随机数的生成,数据保存等。...
我写的一个模拟彩票抽奖的程序。用到了随机数的生成,数据保存等。-I wrote a mock lottery draw procedures. Used a random number generator, data preservation.
- 2023-01-09 10:00:04下载
- 积分:1
-
本文简单阐述了使用DIRECTX INPUT获得鼠标输入的办法。简单介绍DIRECTX INPUT使用的函数。...
本文简单阐述了使用DIRECTX INPUT获得鼠标输入的办法。简单介绍DIRECTX INPUT使用的函数。
- 2022-07-02 22:57:36下载
- 积分:1