-
游戏运行时,你只需输入"押金"(任意整数),然后系统会提示你输入一个数,试试看,说不定你要猜中,还要动点脑子哟!^_^祝君好运...
游戏运行时,你只需输入"押金"(任意整数),然后系统会提示你输入一个数,试试看,说不定你要猜中,还要动点脑子哟!^_^祝君好运-running game, you only need to input the "deposits" (arbitrary integer), the system will then prompt you for a few, give it a try, perhaps you want to guess, but also fixed point brain yo! ^ _ ^ Best of luck
- 2022-02-26 22:24:35下载
- 积分:1
-
C++实现查看电脑CPU型号信息的源码
// Test_cpu.cpp : 定义控制台应用程序的入口点。
//
//=====================================================================================
/* CPUID指令是intel IA32架构下获得CPU信息的汇编指令,
可以得到CPU类型,型号,制造商信息,商标信息,序列号,
缓存等一系列CPU相关的东西。
*/
//#include "stdafx.h"
#include
- 2023-03-08 22:35:03下载
- 积分:1
-
Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件...
Bmp文件是非常常用的位图文件,无论是游戏还是其他都被广泛使用。针对bmp文件的处理也有一堆现成的api进行调用,然而文件内部究竟怎样,如何自己来解析这样的文件呢-Bmp file is a very commonly used bitmap file, whether it is games or other have been widely used. Bmp file for the deal also has a pile of off-the-shelf api calls, but what the internal documents, how to own such a document to resolve this
- 2022-03-21 13:22:07下载
- 积分:1
-
2d array implemented using pointer or template
在C++中,可以直接用[][]实现二维数组,但是[][]不能重载,所以,用模版与指针实现的自定义二维数组-2d array implemented using pointer or template
- 2022-01-22 13:39:16下载
- 积分:1
-
美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀...
美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀-the United States Immigration and Naturalization Service software, we must not for commercial purposes. Why not the station opened my account ah
- 2022-03-17 14:42:40下载
- 积分:1
-
Complex network
有关复杂网络研究的ppt,是从事复杂网络研究人员难得的资料。-Complex network-related research ppt, is engaged in a rare complex network of information researchers.
- 2022-04-30 14:57:21下载
- 积分:1
-
vc++ 游戏开发
这是一些有关有VC++的游戏编程代码,里面有很多代码,通过学习以及阅读这些代码,你可以对C++的游戏编程有更深刻的了解,同时,也会对游戏的开发流程,开发方法有更深刻的了解
- 2022-05-26 18:50:29下载
- 积分:1
-
把二进制按制按照DEBUG的形式输出到屏幕或文件。
把二进制按制按照DEBUG的形式输出到屏幕或文件。-put by the binary system with DEBUG output in the form of paper or screen.
- 2022-03-19 19:22:55下载
- 积分:1
-
right drive : Sesame, open sesame not close your hand on the button drive
对光驱说: 芝麻开门,芝麻关门 不用你用手按光驱按钮了-right drive : Sesame, open sesame not close your hand on the button drive
- 2022-04-15 02:21:47下载
- 积分:1
-
功能getmu(亩= R,信噪比,H,P,M)
function mu=getmu(r,snr,H,p,M)
eigen=eig(H*H )
temp2=0
for i=1:r-p+1
temp1=1/eigen(i)
temp2=temp2+temp1
temp1=0
end
if r-p+1~=0
mu=(M/(r-p+1))*(1+(1/snr)*temp2)
else
mu=0
end -matlab mimo
- 2022-03-20 12:47:15下载
- 积分:1