-
全排列算法,递归实现全排列,可以对任意字符实现全排列,但长度有限制...
全排列算法,递归实现全排列,可以对任意字符实现全排列,但长度有限制-Full-order algorithm, recursive realization of the entire array can be arbitrarily wide array of characters, but there are restrictions on the length of
- 2023-04-05 02:15:04下载
- 积分:1
-
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使...
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使用了API对INI 文件进行操作。 -Screen magnifier, run this program later, when the cursor moves on the screen, the cursor near the position of the image will be displayed in the program window to enlarge. Support the scaling up of different images. The use of Windows API functions, but also use the API to the INI file to operate.
- 2022-10-14 01:40:03下载
- 积分:1
-
牛顿插值, 多样牛顿迭代
牛顿插值, 多样牛顿迭代-Newton interpolation, a variety Newton
- 2023-01-03 11:40:03下载
- 积分:1
-
Knn识别手写数字
knn识别手写数字,里面有详细的代码注释,具体讲述了利用knn算法,kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。
kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
- 2023-03-29 15:05:04下载
- 积分:1
-
使用 C#.net 发送邮件
第一件事第一,我们需要对邮件的命名空间的引用我们的 cs 文件中之前我们可以开始编码。我们将包括。
?
1
using System.Net.Mail;
此命名空间将提供撰写和发送邮件所需的必要的类。撰写邮件,我们要创建一个像 MaiMessage 的实例
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 c#CNET发送邮件使用 相关源码推荐 宿舍管理系统 0 0 暂无评分混任务nn 0 0 暂无评分c#仿杀毒软件界面代码 0 0 暂无评分vr虚拟现实 0 0 暂无评分二手车管理系统 0 0 暂无评分 介绍信息预览(0条)评论打分
- 2022-01-31 07:19:22下载
- 积分:1
-
该程序主要用于获取现有的驱动器名,并且列举出来。
该程序主要用于获取现有的驱动器名,并且列举出来。-The program is mainly used to obtain the existing drive name, and listed.
- 2023-03-22 08:05:04下载
- 积分:1
-
head file for application in STATA (you can also download from stata website)
head and C source file for application in STATA(you can also download from stata website)-head file for application in STATA (you can also download from stata website)
- 2022-03-20 00:31:36下载
- 积分:1
-
基于GPU的图像处理演示
Presentation on Image Processing with GPU
- 2022-10-12 11:25:02下载
- 积分:1
-
保存地图文档用vc++2005+AE9.2
保存地图文档用vc++2005+AE9.2-Save the map document used vc++ 2005+ AE9.2
- 2022-07-15 16:25:28下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1