-
Regimen automatic forecasting system with data communication software collection...
水情自动测报系统软件
具有数据通讯采集、加工成为各类报表、报图,该系统VB6开发,系统含46个子功能,有功能帮助。-Regimen automatic forecasting system with data communication software collection, processing to become various types of statements, reportedly plans, VB6 development of the system, the system with 46 sub-functions, functional help.
- 2022-04-24 03:48:43下载
- 积分:1
-
Suma矩阵C + +
suma de matrices en c-suma de matrices en c++
- 2023-03-07 07:20:02下载
- 积分:1
-
J1939 prootol training details
J1939 prootol training details
- 2022-01-26 03:05:49下载
- 积分:1
-
Can automatically set up tables, forms the framework of the gray line, the form...
可以自动设置表格,表格框架线的灰度,表格具有的行数和列数!-Can automatically set up tables, forms the framework of the gray line, the form has a number of rows and columns!
- 2022-01-26 00:28:00下载
- 积分:1
-
基于VC6的纸牌MFC程序
在VC6环境下,编写的一个MFC程序,主要功能实现了纸牌的排序,发牌,出牌等功能,可以给初学者一点参考。
- 2022-02-04 17:48:59下载
- 积分:1
-
直接硬盘读文件,可用于读系统sam文件,很好使
直接硬盘读文件,可用于读系统sam文件,很好使-Read the file directly to the hard disk can be used to read the file system sam
- 2023-07-26 12:30:03下载
- 积分:1
-
实现画图板,是很有用的程序,
实现画图板,是很有用的程序...
实现画图板,是很有用的程序,
实现画图板,是很有用的程序-Draw.rar
- 2022-06-30 13:44:41下载
- 积分:1
-
如何使用DocX 库在 .DOCX 文件中替换一列单词
翻译 maninwest@Codeforge 作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode;
首先需要加载具有”错误"拼写的文档:string filename = string.Empty;
DialogResult result = openFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
filename = openFileDialog1.FileName;
}
else
{
MessageBox.Show("No file selected - hasta la vista and Ciao, baby!");
return;
}
using (DocX document = DocX.Load(filename))
{
document.ReplaceText("travelled", "traveled");
document.Save();
}
我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 21:24:19下载
- 积分:1
-
VC实现属性页示例
项目中应用程序常会实现配置对话框,以方便用户配置参数。复杂应用的配置参数可能比较多,如果所有配置参数显示在一个对话框窗口,可能显得拥挤并且有些凌乱。属性页可以很好的解决此问题,可将不同类别的配置参数放在不同属性页中显示操作,界面显得既简洁又有条理。本程序为visual C++实现的属性页的例子,对做工程项目有帮助。程序采用MDI窗口实现,visual studio 2008工程
- 2022-03-10 12:28:33下载
- 积分:1
-
可在画板上绘制三棱锥、四棱锥、五棱锥。图形可更换颜色。...
可在画板上绘制三棱锥、四棱锥、五棱锥。图形可更换颜色。-Can be drawn on the drawing board three pyramid, four pyramid, five pyramid. Graphics can change the color.
- 2022-05-23 22:13:09下载
- 积分:1