-
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。...
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。-VS2005 Programming using a priority-based and safety may seize the scheduling algorithm, which is superior to the security parameter priority parameters, and thus given the task group to determine whether scheduling.
- 2023-03-09 18:50:03下载
- 积分:1
-
it is a FolderBrowser that use VB
it is a FolderBrowser that use VB - it is a FolderBrowser that use VB
- 2022-03-09 23:00:54下载
- 积分:1
-
Very classic things, I hope everyone can share. What is inappropriate to place t...
很经典的东西,希望大家可以分享。有什么不合适的地方请多多指教!-Very classic things, I hope everyone can share. What is inappropriate to place the exhibitions, please!
- 2022-01-25 18:40:46下载
- 积分:1
-
波浪折射程序,By付桂。VB源码,海洋专业推荐一下,
波浪折射程序,By付桂。VB源码,海洋专业推荐一下,-By VB source, marine professionals recommend that Haha
- 2022-07-15 20:24:05下载
- 积分:1
-
wm5.0平台上的一个AIBO机器狗遥操作控制程序(视频反馈,行走控制等)...
wm5.0平台上的一个AIBO机器狗遥操作控制程序(视频反馈,行走控制等)-wm5.0 platform a dog AIBO teleoperation control procedures (video feedback, walking control, etc.)
- 2022-08-06 10:40:18下载
- 积分:1
-
Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase...
Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase and CDaoRecordset)
http://www.codeguru.com/cpp/data/mfc_database/microsoftaccess/article.php/c43-Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase and CDaoRecordset)
http://www.codeguru.com/cpp/data/mfc_database/microsoftaccess/article.php/c4311
- 2023-02-10 19:45: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
-
一个最简单的wince驱动程序,适合入门
一个最简单的wince驱动程序,适合入门-step to step wince driver
- 2023-02-04 14:30:04下载
- 积分:1
-
c8051f020产生的函数发生器
c8051f020产生的函数发生器-----产生sin函数通过查表的方法-C8051f020 the function generator----- produce sin function through the look-up table
- 2022-07-11 08:33:46下载
- 积分:1
-
windows消息大全,介绍VC++的消息,方便实用
windows消息大全,介绍VC++的消息,方便实用-Guinness message windows, introduction VC++ news, convenient and practical
- 2022-03-09 12:16:23下载
- 积分:1