-
人体3d模型显示
读取bvh文件,建立人体的3维棍状模型,实现bvh文件载入,动画的播放停止,是人体动作捕捉系统中人体模型显示的很好的材料!
- 2022-03-12 00:27:18下载
- 积分:1
-
Visual C learning examples can be run directly, beginners can understand the MFC...
Visual C++的学习实例,可直接运行,初学者可了解Visual C++的MFC运行过程和MFC的结构等。包括COM、CWND、CFrameWnd、CView/CDocument结构-Visual C learning examples can be run directly, beginners can understand the MFC Visual C operating processes and the structure of MFC. Including COM, CWND, CFrameWnd, CView/CDocument structure etc.
- 2023-04-14 18:35: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
-
DistortionEffects是一种flex3的扩展特效,支持立方体旋转等多种控件的3D变换。该文件为DistortionEffects的应用示例,由fle...
DistortionEffects是一种flex3的扩展特效,支持立方体旋转等多种控件的3D变换。该文件为DistortionEffects的应用示例,由flex3 buider开发。-DistortionEffects is a kind of extended flex effects package that support many 3D compoments transformations such as cube rotation.this src is a package of DistortionEffects samples by flex 3 buider.
- 2023-03-20 03:05:04下载
- 积分:1
-
实现简单图象,文字的描点,并转换成二进制。对图象加工有帮助。有详细注释...
实现简单图象,文字的描点,并转换成二进制。对图象加工有帮助。有详细注释-To draw points of simple images and character and then to transmit into binary system. To help
process images.With detail notes.
- 2022-03-21 11:16:01下载
- 积分:1
-
可以查找删除指定文件目录下的指定名字的目录,希望对大家有用...
可以查找删除指定文件目录下的指定名字的目录,希望对大家有用-you can delete a specific file directory designated under the name of the directory, we hope to useful
- 2022-07-22 20:28:05下载
- 积分:1
-
ADC校准for ADUC842
ADC calibration for ADuC842
- 2022-05-21 14:56:48下载
- 积分:1
-
可以选择文件和目录的输入框
可以选择文件和目录的输入框-can select files and directories input box
- 2022-02-03 22:32:58下载
- 积分:1
-
获取声卡信息(基于VB) 获取声卡信息(基于VB)
获取声卡信息(基于VB) 获取声卡信息(基于VB)-Access to sound card information (based on VB) access to sound card information (based on VB)
- 2022-03-01 22:24:00下载
- 积分:1
-
上传的是站长收藏夹里的源代码
上传的是站长收藏夹里的源代码-upload favorites is the head of the source code Lane
- 2022-03-04 03:40:08下载
- 积分:1