-
使用其他用户权限运行程序
利用其他用户的权限来运行程序,主要用于:1,在服务中运行一些界面程序,需要以某些用户权限运行。2,在低权限的用户态中运行需要高权限的程序,此时需要其他高权限用户的权限来调用,需要输入用户名和密码。
- 2022-01-24 09:31:00下载
- 积分:1
-
对光驱进行控制代码
对光驱进行控制代码-right drive for control code
- 2022-08-07 22:25:47下载
- 积分:1
-
rtyry uouoiu iouoiu iu oiuo iuoi ioiopi ioipoipo i poipoipooo`p op?`po `po `pjl...
rtyry uouoiu iouoiu iu oiuo iuoi ioiopi ioipoipo i poipoipooo`p op?`po `po `pjl j hhyuiyiu iy iuy -rtyry uouoiu iouoiu iu oiuo iuoi ioiopi ioipoipo i poipoipooo`p op?`po `po `pjl j hhyuiyiu iy iuy
- 2022-03-20 06:47:23下载
- 积分:1
-
基于POCS算法的图像超分辨重建
利用POCS算法即凸集投影算法及序列图像进行超分辨重建,通过预估图像、运动估计及投影算子的约束限制进行图像重建,重建比例为1比2,通过增加图像分辨率达到提高图像质量的效果
- 2022-04-07 17:24:19下载
- 积分:1
-
地图编辑器,对那些想写地图程序的人有秀。
地图编辑器,对那些想写地图程序的人有秀。-map editor, to write those maps show the people.
- 2022-02-15 03:54:47下载
- 积分:1
-
程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个...
程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main thread to thread a resolution to send a message, we can see PostThreadMessage () returns FALSE, establish procedures to the second thread is a message queue, the main threads of PostThreadMessage () returns TRUE, procedures Visual C 6.0, did not use the MFC
- 2022-03-05 04:09:28下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
K-均值聚类
它实现了 k-均值聚类。聚类是一种无监督的学习。它随机选择 k 点到初始聚类中心。它计算组的平均值,然后更新它的中心。
- 2022-05-22 22:37:47下载
- 积分:1
-
一个简单的mid播放器
一个简单的mid播放器-a simple mid player
- 2022-03-13 08:57:15下载
- 积分:1
-
这是用高斯消去法求解非线性的FORTRAN语言…
这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
- 2022-10-05 23:45:02下载
- 积分:1