-
Delphi模拟‘光标跟随’效果
Delphi简单模拟‘光标跟随’效果,打开程序后,会出现一行文字提示,跟随光标移动,请参见截图所示。
- 2022-01-28 07:00:54下载
- 积分:1
-
是个文档,和软件工程类似,如何实现一工程所需步骤
是个文档,和软件工程类似,如何实现一工程所需步骤-is documentation, and software engineering similar, and how to realize a project the necessary steps
- 2022-03-02 23:40:38下载
- 积分:1
-
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格....
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.-This procedure is brushless motor control procedures, in-kind in the adoption by the debugger. The performance indicators were qualified.
- 2022-03-17 14:57:29下载
- 积分:1
-
黑白棋vc++
一个黑白棋vc++游戏,很实用,界面一般般的,算法还可以,功能齐全
- 2023-07-31 00:30:02下载
- 积分:1
-
cangkuguanlixitong
仓库管理系统,使用access完成,大学课程设计,具有登陆功能,在进入系统后可进行仓库数据维护、查询等功能。(Warehouse management system, using access to complete design of university courses, with a visit, warehouse data maintenance, query and other functions into the system.)
- 2012-05-26 16:05:22下载
- 积分:1
-
UMAT1D83
说明: abaqus umat子程序一维损伤模型 程序名umat1d83.for(The one-dimensional damage model is implemented in Abaqus using the UMAT subroutine umat1d83.for. The following items describe the procedure used to explicitly evaluate the damage constitutive equation)
- 2019-05-28 19:16:43下载
- 积分:1
-
学生信息管理系统,用容器可以支持多种操作
学生信息管理系统,用容器可以支持多种操作-student management
- 2022-01-26 00:09:44下载
- 积分:1
-
cam
说明: pycamera,在python上的摄像头调用工具(pycamera,camera demo for python)
- 2019-04-25 10:23:20下载
- 积分:1
-
09-MIMO系统容量仿真程序
说明: function C=capacity(SNR,Nt,Nr)
%SNR=0; %定义信噪比为0HZ
A=10^(SNR/10); %信噪比的单位转换关系式
Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数
sum=0; %初始化sum为0
for i=1:10000 %程序循环10000次
H=randn(Nr,Nt); %产生高斯信号源
if Nr<Nt
Q=H*H'; %求威沙特矩阵
else
Q=H'*H;
end
sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和
end
C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr)
%SNR = 0;% defines SNR as 0Hz
A = 10 ^ (SNR / 10);% s / N unit conversion relation
Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna
Sum = 0;% initialize sum to 0
For I = 1:10000% program cycles 10000 times
H = randn (NR, NT);% produces Gaussian signal source
if Nr<Nt
Q = h * H ';% to find the weissard matrix
else
Q=H'*H;
End
Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles
End
C = sum / 10000% average of 10000 cycles)
- 2020-09-12 04:39:02下载
- 积分:1
-
Netopia 是最棒的FC 模拟器之一,标准的XP界面,每次升级都会给我们带来惊喜,经过长期不断的升级已经变得很优秀了,数据库是它最大的特色,包含了许多ROM...
Netopia 是最棒的FC 模拟器之一,标准的XP界面,每次升级都会给我们带来惊喜,经过长期不断的升级已经变得很优秀了,数据库是它最大的特色,包含了许多ROM 的数据信息-Netopia is one of the best FC simulator, the standard XP interface, each upgrade will bring us surprise, after a long-term continuous upgrading have become very good, and the database is its most important feature of the ROM contains many Data Information
- 2022-05-17 05:39:13下载
- 积分:1