-
Final-Game
"Guess The Number" Gae For Beginers.
- 2013-12-12 21:10:34下载
- 积分:1
-
virtdbg是POC的内核调试器利用硬件虚拟化技术
virtdbg是POC的内核调试器利用硬件虚拟化技术
- 2022-02-09 11:03:56下载
- 积分:1
-
动态规划
说明: leetcode初级算法,动态规划题解,c++实现(Leetcode primary algorithm, dynamic programming problem solving, C + + implementation)
- 2020-06-24 02:40:02下载
- 积分:1
-
vs2017环境,windows系统,检测网线插入拔出状态
检测网线连接状态,windows系统,检测网线插入拔出状态
using namespace std;
int getAdapter_Info()
{
PIP_ADAPTER_INFO pIpAdapterInfo = new IP_ADAPTER_INFO();
char strNetWorkName[256];
//PIP_ADAPTER_INFO结构体指针存储本机网卡信息
//得到结构体大小,用于GetAdaptersInfo参数
unsigned long stSize = sizeof(IP_ADAPTER_INFO);
//调用GetAdaptersInfo函数,填充pIpAdapterInfo指针变量;其中stSize参数既是一个输入量也是一个输出量
int nRel = GetAdaptersInfo(pIpAdapterInfo, &stSize);
//记录网卡数量
int netCardNum = 0;
//记录每张网卡上的IP地址数量
int IPnumPerNetCard = 0;
if (ERROR_BUFFER_OVERFLOW == nRel)
- 2022-03-17 20:13:40下载
- 积分:1
-
c
说明: 一个磁盘清理小程序,可以方便的用于进行磁盘清理。(A Disk Cleanup applet can be easily used for Disk Cleanup.)
- 2010-03-31 19:55:32下载
- 积分:1
-
23115119-李杰-单片机实习资料
基于人脸识别和GSM的家居安放系统,伟福实验箱开发,2460摄像头加F407开发板(NOTHINGFASJDJAHDBVAHCABBACACACAXA)
- 2018-01-27 23:55:53下载
- 积分:1
-
queue
队列是一种特殊的线性表,是一种先进先出(FIFO)的数据结构。它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。(Queue is a special kind of linear table, is a first in first out (FIFO) data structure. It is only allowed in the front of the table (front) to delete, and at the rear end of table insert (rear).)
- 2018-06-20 11:25:58下载
- 积分:1
-
一个Windows应用程序,实现发送邮件的功能。要求利用正则表达式验证用户输入法的信息,当输入的信息符合要求时,才允许将邮件发送到服务器...
一个Windows应用程序,实现发送邮件的功能。要求利用正则表达式验证用户输入法的信息,当输入的信息符合要求时,才允许将邮件发送到服务器-A Windows application, send messages to achieve functions. Require the use of regular expressions to validate the user input information, the information to meet the requirements when the input only when the Allow messages to be sent to the server
- 2022-03-01 23:22:32下载
- 积分:1
-
修改过的DSR路由协议
NS2.35下修改过的DSR路由协议代码,需要的快下载吧
- 2022-09-15 08:15:03下载
- 积分:1
-
ADC0809
利用51单片机驱动ADC0809,实现对滑动变阻器的位置读取。(51 Microprocessor ADC0809, read the position of the sliding rheostat.)
- 2012-10-16 22:42:40下载
- 积分:1