-
This Appliction is used to ECHO DICOM Applications.This Uses DICOM Standard Comm...
一个简单的基于dicom标准的通信例子。-This Appliction is used to ECHO DICOM Applications.This Uses DICOM Standard Communication to send the C-ECHO Message.
- 2022-05-19 22:01:12下载
- 积分:1
-
包括常用的经典的算法及其实现
非常受用的经典苏澳发达偶在里面...
包括常用的经典的算法及其实现
非常受用的经典苏澳发达偶在里面
- 2022-03-07 08:20:09下载
- 积分:1
-
水准计算程序,输入高差,程序自动平差,并计算闭合差
水准计算程序,输入高差,程序自动平差,并计算闭合差-Standard computer program, enter the height difference, the program auto-adjustment, and calculate the difference closure
- 2023-05-03 19:05:03下载
- 积分:1
-
Windows CE 5.0 + S3C2440平台接口USB无线网卡驱动程序调试
windows ce 5.0+s3c2440平台
wifi usb接口驱动调试-windows ce 5.0+ s3c2440 platform wifi usb interface driver debugging
- 2023-06-14 02:50:06下载
- 积分:1
-
识别和矢量化等高线图,可以从光栅实现…
地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
- 2022-04-27 19:47:21下载
- 积分:1
-
save unicode file
save unicode file
- 2022-01-25 14:42:37下载
- 积分:1
-
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(利用指针函数)...
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(利用指针函数)-The preparation of a function, type n is an even number, the call function for 1/2+1/4+...+ 1/n, when n is odd input, call function 1/1+1/3+...+ 1/n (use pointer function)
- 2022-01-25 22:10:08下载
- 积分:1
-
winows xp 进度条控件
winows xp 进度条控件-winows xp progress of Control
- 2022-04-08 21:09:18下载
- 积分: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
-
本文件为Charles Petzold的《Programming Windows》一书中前五章的例程(已经编译通过),供大家学习。
本文件为Charles Petzold的《Programming Windows》一书中前五章的例程(已经编译通过),供大家学习。-This document is Charles Petzold
- 2022-03-16 21:20:08下载
- 积分:1