-
字符串转换成对应的数
二分查找 进制转换 排序 杨辉三角
字符串转换成对应的数
二分查找 进制转换 排序 杨辉三角-Strings are converted to the corresponding number of
Binary search binary conversion sort Yang Hui Triangle
- 2022-07-28 03:30:53下载
- 积分:1
-
批处理调度要求给的n个作业的问题,最好的计划…
批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time
- 2022-03-13 02:26:45下载
- 积分:1
-
停车诱导系统的信息处理
停车诱导系统一般分为信息采集、信息发布、信息处理和信息传输四个子系统。停车诱导系统除提供车位使用状况信息外,还担负着存储车场或路边车...
停车诱导系统的信息处理
停车诱导系统一般分为信息采集、信息发布、信息处理和信息传输四个子系统。停车诱导系统除提供车位使用状况信息外,还担负着存储车场或路边车位信息、加工处理车位使用情况的变化模式等任务,这些功能将为提供停车需求状况预报、停车预约等服务奠定基础。-Parking Guidance System Parking Guidance System information processing will generally be divided into information collection, information dissemination, information processing and information transmission in four subsystems. Parking Guidance System In addition to providing information about the status of parking spaces to use, but also bears a storage yard or the roadside parking information, parking spaces for the use of processing changes in mission mode, these features will provide parking demand forecasting, parking and other services lay the foundation for an appointment.
- 2022-03-30 20:46:20下载
- 积分: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
-
仓库管理系统
这是一个仓库管理系统,可用于仓库的管理。使用delphi7和windows开发。希望可以帮助大家。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-10-31 14:30:03下载
- 积分:1
-
VC辅助开发工具VcExtend.rar
VC辅助开发工具VcExtend.rar-VC supporting development tools VcExtend.rar
- 2022-01-22 09:05:32下载
- 积分:1
-
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of directX 9 in delphi, it will bring you very big benfit if you will read it, it is very nice.
- 2022-07-14 15:00:04下载
- 积分:1
-
批量更名,对从网页缓冲区里读出来的文件,进行批量更名.
批量更名,对从网页缓冲区里读出来的文件,进行批量更名.-batch renaming of the buffer zone right from the website read the document, renamed in volume.
- 2022-07-02 12:01:59下载
- 积分:1
-
Example CORBA
Rat han hanh duoc phuc vu quy khach
Example CORBA
Rat han hanh duoc phuc vu quy khach
- 2022-07-19 07:14:26下载
- 积分:1
-
一个好用的增强型文件搜索工具,可以指定目录搜索,搜索…
一个很好用的增强型文件搜索工具,可以指定搜索目录,搜索关键字(包含/排除)。支持二次(多次)搜索。 尤其适用于源代码查找、修改。-a good use of enhanced document search tools, can specify search directory, search keyword (inclusion/exclusion). Support II (times) search. Particularly applicable to the search for the source code, modify.
- 2022-05-17 21:09:15下载
- 积分:1