-
限制你的鼠标在一个窗口内移动.不能移出这个区域.可以编出网吧管理程序...
限制你的鼠标在一个窗口内移动.不能移出这个区域.可以编出网吧管理程序-restrict your mouse in a window within the mobile. Not out of the region. Internet cafes will be made up management procedures
- 2022-04-16 13:21:31下载
- 积分:1
-
这是一个可以实现距离3 ~ 6km的通信程序,实现…
这个是一个可以实现3~6KM距离通讯的程序,实现过程都已经详细注释 硬件采用ADC得到原始数据 然后根据线路得编码情况得到数据
而且针对多节点 带了一个自适应的算法 这样就可以在总线上任意两个终端通讯-Can realize this is a distance of 3 ~ 6KM communications procedures, the realization of the process have been detailed notes ADC hardware used to be the raw data was then coded according to the situation of lines of data and for multi-node with an adaptive algorithm can then be in the bus on any two terminal communications
- 2022-01-26 06:19:35下载
- 积分:1
-
进程调度的试验,有时间片算法和优先级算法,图形化界面显示...
进程调度的试验,有时间片算法和优先级算法,图形化界面显示-The process of scheduling the test algorithm has time slice and priority algorithms, graphical user interface display
- 2022-04-30 10:59:23下载
- 积分:1
-
实现格式化硬盘得源代码,可以格式化200G以上。
实现格式化硬盘得源代码,可以格式化200G以上。-achieve formatted disk in the source code can be formatted 200G above.
- 2023-03-31 08:00:03下载
- 积分:1
-
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作...
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作-This is written in C and compile a small operating system, which not only detailed source there are reference books ....
- 2022-01-22 16:26:05下载
- 积分:1
-
双向网络通信(CSocket类指针机制)
使用vc6.0。基于mfc开发的网络通信小工具,供初学者参考。主要功 能 是聊天 室软件,设计有客户 端和服务 器端,服务器 端建立聊 天室,可以连 接多 台客户端。
- 2023-09-01 02:10:05下载
- 积分:1
-
在CE下实现ndis的源代码
在CE下实现ndis的源代码-under the CE source code NDIS
- 2022-03-02 23:33:35下载
- 积分:1
-
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码...
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码-Good C++ Test tool, use this code you can enable faster and more accurate test code
- 2022-04-08 05:49:45下载
- 积分:1
-
Java企业人力资源管理系统
基于JavaWeb写的一个学习版人力资源管理系统,有一些基本的人力资源管理的功能。但是不是十分的缜密,仅供学习Java开发的学习人员用。r欢迎大家与我一起学习进步。。
- 2022-07-26 17:13:09下载
- 积分:1
-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1