-
居于openGL开发的校园三维地图
应用背景主要是居于openGL开发的校园三维地图,通过拍的照片,贴图整合成一个校园的三维电子地图,实现了放大、缩小,旋转等功能;关键技术在windows环境下开发一个校园三维地图,主要是在openGL上面开发,开发环境是VS2010,开发语言是c++;
- 2022-05-13 09:38:08下载
- 积分:1
-
Proficient QT4 programming
精通QT4编程-代码(共四部分),此为第4部分-Proficient QT4 programming- the code (a total of four parts), This is Part 4
- 2022-04-16 05:47:51下载
- 积分:1
-
windowsce相关知识的技巧讲解,对windowsce的学习有很大的帮助
windowsce相关知识的技巧讲解,对windowsce的学习有很大的帮助-tips related to windowsce, helpful for learning windowsce
- 2022-04-20 02:14:53下载
- 积分:1
-
WinCE下的串口收发程序,支持三个串口,多种波特率
WinCE下的串口收发程序,支持三个串口,多种波特率-under WinCE Serial Transceivers procedures, three serial port support, a variety of baud rate
- 2022-01-25 17:18:09下载
- 积分:1
-
it is the program of the 12864 based of AVR
模块LCD12864的并行程序设计,开发环境为AVR,大家可以参考-it is the program of the 12864 based of AVR
- 2022-05-27 17:02:35下载
- 积分:1
-
ncc_tetrahederon是Fortran90库定义的权重和abscisass…
Newton-Cotes积分公式的加权系数计算程序库。用Fortran90编写。-NCC_TETRAHEDERON is a FORTRAN90 library which defines the weights and abscisass for a sequence of 7 Newton-Cotes closed quadrature rules for the tetrahedron.
- 2022-03-19 10:19:10下载
- 积分: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
-
简单职工信息系统程序
简单职工信息系统程序-simple procedures for workers Information System
- 2022-04-19 21:25:41下载
- 积分:1
-
PDA上CHM阅读器的源代码用来学习啊,很简单
PDA上CHM阅读器的源代码用来学习啊,很简单
- 2022-07-01 00:51:18下载
- 积分:1
-
用分治策略,将4中不同形状的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。...
用分治策略,将4中不同形状的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。-With sub-rule strategy, will be 4 different shapes of the L-type domino coverage given on the special board in addition to all the special box outside the box.
- 2022-04-02 04:39:05下载
- 积分:1