-
此程序为简单弹力球游戏的源代码,代码很简单,希望对学习C语言的朋友有所帮助。
此程序为简单弹力球游戏的源代码,代码很简单,希望对学习C语言的朋友有所帮助。 -This procedure for a simple elastic ball game
- 2022-02-01 04:29:22下载
- 积分:1
-
This class includes normal char set and transformation of string.
这个类包含了几种常见字符集以及字符串的转化方法,VC源代码-This class includes normal char set and transformation of string.
- 2022-01-22 05:33:02下载
- 积分:1
-
2004080421463717239Win2K目录共享源码,从事WINDOWS系统开发工程师
2004080421463717239Win2K目录共享源码,从事WINDOWS系统开发工程师-2004080421463717239Win2K catalog share sound codes which can be used for engaging WINDOWS system explore engineerings
- 2022-02-03 18:27:05下载
- 积分: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
-
Cricle Recognition Base on hough transformation
Cricle Recognition Base on hough transformation
- 2022-07-28 07:17:28下载
- 积分:1
-
经典的API例子,结构清晰
还有加载动态连接库的用法
经典的API例子,结构清晰
还有加载动态连接库的用法-API classic example, there is a clear structure to load dynamic link library usage
- 2023-01-11 08:50:04下载
- 积分:1
-
A dynamic link library for the entry
一个用于入门的动态链接库的极好例子,当你把本例看完后,也就会在VC下封装动态链接库了,还有测试程序。-A dynamic link library for the entry-an excellent example, when you read this case even after the VC will be in the dynamic link library under the package, and there are test programs.
- 2022-02-09 20:01:09下载
- 积分:1
-
MATLAB的BP算法
matlab back propagation algorithm
- 2023-03-29 17:05:03下载
- 积分:1
-
USB摄像头控制源码
通过DShowNET技术控制USB摄像头的源码,简单实用,用于登录控制时候拍照或者关键操作拍照留证
- 2022-07-13 10:11:40下载
- 积分:1
-
键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!
键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!- the hook of KeyBoard. it can record information which keyBoard Input
- 2023-06-26 01:50:03下载
- 积分:1