-
堆管理程序,写了好长时间的
堆管理程序,写了好长时间的-heap management procedures, write a good time
- 2023-07-16 17:55:03下载
- 积分:1
-
人机猜拳对战游戏。由电脑随机猜拳分别石头、剪刀、布
然后有用户输入自己的猜拳,判断输赢。程序要求可以循环猜拳...
人机猜拳对战游戏。由电脑随机猜拳分别石头、剪刀、布
然后有用户输入自己的猜拳,判断输赢。程序要求可以循环猜拳 -Human finger-guessing game against the game. Finger-guessing game, respectively, by the computer-generated random stone, scissors, cloth then entered by the user" s own finger-guessing game to determine winning or losing. Procedural requirements could be re-finger-guessing game
- 2022-02-27 02:05:48下载
- 积分:1
-
用C#写的报表程序,将数据库中的数据做成报表,并支持打印,数据库用SQL SERVER2000,供参考...
用C#写的报表程序,将数据库中的数据做成报表,并支持打印,数据库用SQL SERVER2000,供参考-written statements procedures, the data in the database made statements, and support print, database using SQL Server2000, for reference
- 2022-01-25 22:44:21下载
- 积分:1
-
a wave effect of interesting procedures
一个具有水波效果的有趣程序-a wave effect of interesting procedures
- 2022-08-08 20:54:18下载
- 积分:1
-
计算器 用JAVA 编写的 第一次上传,多多支持
计算器 用JAVA 编写的 第一次上传,多多支持-calculator developed by JAVA,the first time to upload,thanks for you support
- 2022-10-12 00:00:03下载
- 积分:1
-
功能:返回自格林威治时间1970年1月1日午夜(00:00:00)开始所经历的秒数,没有错误返回值...
功能:返回自格林威治时间1970年1月1日午夜(00:00:00)开始所经历的秒数,没有错误返回值-function : to return to Greenwich time since January 1, 1970 at midnight (00:00:00) experienced in seconds, no error return values
- 2022-12-27 07:55:03下载
- 积分:1
-
中止当前进程和设置等待鼠标,读txt文件
,存在文本文件中,直接vc可以使用...
中止当前进程和设置等待鼠标,读txt文件
,存在文本文件中,直接vc可以使用-suspend the current process and the setting up of waiting for the click of the mouse, read txt documents, text files exist, can be used directly vc
- 2022-03-14 11:38:26下载
- 积分:1
-
一个使用WINSOCK的实现PING命令的程序。
一个使用WINSOCK的实现PING命令的程序。-a use of Winsock PING command procedures.
- 2022-03-02 08:46:09下载
- 积分: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
-
more slowly, but sub
速度比较慢,只好分章压缩了,MFC技术内幕(配书源码)CHAP02.rar-more slowly, but sub-chapter compression, MFC Insider (source book distribution) CHAP02.rar
- 2022-03-19 04:43:41下载
- 积分:1