-
人事管理系统,我的毕业设计啊,相当详细的,初学啊别笑话...
人事管理系统,我的毕业设计啊,相当详细的,初学啊别笑话-Personnel Management System, my graduation project, ah, very detailed, do not joke ah beginner. . .
- 2022-02-04 14:51:05下载
- 积分:1
-
44B0X luxury version of NAND test code
44B0X豪华版NAND 测试代码-44B0X luxury version of NAND test code
- 2022-02-28 19:13:18下载
- 积分:1
-
With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole...
用c++编写的的中国联通SGIP协议,内容挺全。
MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket -With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole ting. MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket
- 2023-06-11 04: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
-
Devil language program, English letters can be easily translated, but also can b...
魔王语言程序,英文字母可以随便翻译,还可以翻译成一些已定义的中文。-Devil language program, English letters can be easily translated, but also can be translated into the Chinese that have been defined.
- 2022-11-02 00:50:03下载
- 积分:1
-
addddddddddddrrrrrrrr
通过分割特征学习这里的任务是定位给定图像中所有可能的人脸
- 2022-05-08 02:11:12下载
- 积分:1
-
c write with the brush procedures
用刷子写程序
- 2022-01-28 15:51:54下载
- 积分:1
-
Window Info
从光标获取窗口控件信息
- 2022-10-27 08:45:03下载
- 积分:1
-
D3D纹理贴图
应用背景一个简单的d3d纹理贴图。将一张图片纹理贴图到一个立方体上,并能实现鼠标控制任意拖动,旋转。一个简单的d3d纹理贴图。将一张图片纹理贴图到一个立方体上,并能实现鼠标控制任意拖动,旋转。关键技术
DRECT3D, 通过d3d创建纹理,并在窗口中显示
mfc. 在MFC单文档窗口显示
c++. 整个框架用C++语言编写
轨迹球 可实现旋转拖动等功能
- 2022-02-24 19:35:51下载
- 积分:1
-
制作鼠标右键弹出的菜单
制作鼠标右键弹出的菜单,基于C++ 6.0 MFC ,可通过右键鼠标弹出菜单
制作鼠标右键弹出的菜单,基于C++ 6.0 MFC ,可通过右键鼠标弹出菜单
- 2023-02-09 20:00:04下载
- 积分:1