-
对战平台的源代码实现,希望对大家有用,一起研究学习
对战平台的源代码实现,希望对大家有用,一起研究学习-Battle Platform
- 2022-04-15 20:00:50下载
- 积分:1
-
to capture desktop from any others computer in your LAN. I use JPEG format to ge...
to capture desktop from any others computer in your LAN. I use JPEG format to get small file/stream packages size
- 2023-02-01 22:05:03下载
- 积分:1
-
support replacement skin control (other source
支持更换皮肤的控件(其它源码-cc++源码)-support replacement skin control (other source-c c FOSS)
- 2022-05-19 13:06:08下载
- 积分:1
-
对BMP图像进行边缘检测,采用的方法用Robert,Canny。还可以进行Hough变换,轮廓跟踪...
对BMP图像进行边缘检测,采用的方法用Robert,Canny。还可以进行Hough变换,轮廓跟踪-BMP image of the edge detection method used by Robert, Canny. Also be used for Hough transform, contour tracking
- 2022-01-31 16:26:19下载
- 积分:1
-
AT89S系列单片机在线下载程序,感兴趣的可以使用,我们实验室用的就是这个。...
AT89S系列单片机在线下载程序,感兴趣的可以使用,我们实验室用的就是这个。-MCS AT89S download online, interested in can be used, we used in this laboratory.
- 2022-03-02 11:53:32下载
- 积分:1
-
c++课程设计。题目模仿windows自带计算器用c++编写一个。
c++课程设计。题目模仿windows自带计算器用c++编写一个。-c++ curriculum design. Title to imitate windows own calculator using c++ to write a.
- 2022-09-14 20:50:04下载
- 积分:1
-
模拟内存的分页面算法
模拟内存的分页面算法-simulation, the sub-pages of memory algorithm
- 2022-11-30 09:15:03下载
- 积分:1
-
The prisoner s dilemma constitutes a problem in game theory. It was originally f...
The prisoner s dilemma constitutes a problem in game theory. It was originally framed by Merrill Flood and Melvin Dresher working at RAND in 1950. Albert W. Tucker formalized the game with prison sentence payoffs and gave it the "prisoner s dilemma" name (Poundstone, 1992).
- 2022-01-26 05:35:13下载
- 积分:1
-
选举小程序,可以进行投票,首先输入参加选举的名单即可
选举小程序,可以进行投票,首先输入参加选举的名单即可-Election of small programs, you can vote, first of all, the list of input can participate in the elections
- 2023-01-21 01:40:04下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1