-
一个模拟生活的游戏源码
一个模拟生活的游戏源码-a life simulation game FOSS
- 2023-01-25 01:00:03下载
- 积分:1
-
基于winpcap网络嗅探器
winpcap(windows packet capture)是windows平台下一个免费,公共的网络访问系统。开发winpcap这个项目的目的在于为win32应用程序提供访问网络底层的能力。WinPcap是用于网络封包抓取的一套工具,可适用于32位的操作平台上解析网络封包,包含了核心的封包过滤,一个底层动态链接库,和一个高层系统函数库,及可用来直接存取封包的应用程序界面。 Winpcap是一个免费公开的软件系统。它用于windows系统下的直接的网络编程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-07 00:55:24下载
- 积分:1
-
C++程序的详细设计实例,并运行的控制结果。
C++程序设计实例详解,并且有运行结果,方面对照学习-C++ Procedures detailed design example, and running the results of the control aspects of learning
- 2022-08-17 01:44:26下载
- 积分:1
-
采用IO模拟I2C
该代码是基于STM107VCT6,I2C采用IO模拟的方式访问EEPROM的例程。由于网上经常出现使用STM的硬件I2C,总是会出现问题,这个代码中是采用IO模拟的方式
- 2022-04-17 17:59:20下载
- 积分:1
-
打印机控制 传递一个对象数组到过程
打印机控制 传递一个对象数组到过程-Printer Control Object array passed to a proce
- 2022-03-03 20:46:49下载
- 积分: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
-
Exemplo Implementação 指纹
Exemplo de implementação 做 leitor de Exemplo de implementação 做 leitor de Exemplo de implementação 做 leitor de 数字指纹的数字指纹的数字指纹
- 2022-05-05 16:06:26下载
- 积分:1
-
excel automation的使用
excel automation的使用-the use of excel automation
- 2022-01-25 14:52:03下载
- 积分:1
-
My first fluid solver used an explicit solver with successive over
My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor -My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
- 2022-05-26 00:19:40下载
- 积分:1
-
用C编写的递归下降计算器,但在C++中编译,压缩包中包含有实验报告。...
用C编写的递归下降计算器,但在C++中编译,压缩包中包含有实验报告。-prepared by the recursive drop calculator, but in C compiler, compressed packet contains experimental report.
- 2022-04-21 02:54:30下载
- 积分:1