-
一个原国外早期的cs1.6代码,获取人物信息全
一个原国外早期的cs1.6代码,获取人物信息全-A former foreign early cs1.6 code, access to information-wide figures
- 2023-06-21 04:20:03下载
- 积分:1
-
CUDA convoloution
使用CUDA计算卷积。并行计算算法使用C,A.CU文件。2D卷积使用2-D块和螺纹预成型。
- 2023-04-14 04:55:03下载
- 积分:1
-
仿winamp的mp3播放器
仿winamp的mp3播放器-imitation of the Winamp MP3 player
- 2022-12-16 19:10:04下载
- 积分:1
-
该程序能够显示多种形状的旋转对话框!旋转方向可设置
该程序能够显示多种形状的旋转对话框!旋转方向可设置-the program will show a variety of shapes rotating box! Rotation direction is set
- 2022-12-18 19:05:03下载
- 积分: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
-
c编译器源码
c编译器源码-c compiler source Contents Paragraphs Page
- 2022-04-01 07:44:46下载
- 积分:1
-
Comrt_IDL.tar.gz
Comrt_IDL.tar.gz
- 2022-01-26 03:59:49下载
- 积分:1
-
完整的解决方案的视觉工作室2008。Freefont是渲染文本库…
complete solution for visual studio 2008. Freefont is library for rendering text letters, it supports rotation and another features. Widely used in many opensource and comercial programs.
- 2022-10-18 08:55:03下载
- 积分:1
-
对话框中加目录和文件选择
对话框中加目录和文件选择-dialog increase directories and files choice
- 2022-03-15 22:43:53下载
- 积分:1
-
电梯调度程序,以支持电梯和电梯的同步和…
电梯调度程序,支持电梯与电梯之间的同步与互斥-Elevator scheduler to support the elevator and the elevator synchronization and mutual exclusion between
- 2022-08-26 08:25:13下载
- 积分:1