-
1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。
2...
1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。
2)设定32位(二进制)数据0E2597455H(注:最高位为E)保存在变量VAR2中,将该变量中的内容算术左移2位,所得结果仍然保存在VAR2中-1) Set the contents of byte variable VAR1 is 35H, the preparation of the program will VAR1 high 4 and low 4 separation, respectively, as a low 4 bits stored in RES1 and RES2, this high-4 position of the two variables 0.2 ) to set the 32-bit (binary) data 0E2597455H (Note: The highest level of E) stored in the variable VAR2 in the contents of the variable arithmetic left two, the result is still stored in the VAR2 in the
- 2022-09-12 00:15:03下载
- 积分: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
-
DSP LF2407A 板上存储器例程 已跑通了
DSP LF2407A 板上存储器例程 已跑通了-Memory on-board DSP LF2407A routines have been run over the
- 2022-11-26 09:50:03下载
- 积分:1
-
Ni-LabVIEW的源程序第四个,具体请看内容
很少见的哦
Ni-LabVIEW的源程序第四个,具体请看内容
很少见的哦-Ni-fourth LabVIEW source, details, please read the content rarely see oh! !
- 2022-05-14 03:41:43下载
- 积分:1
-
热的地图与数字值叠加
Heat maps with numeric values overlayed
- 2022-05-08 11:19:56下载
- 积分:1
-
wrote it myself, do not know is not appropriate, it may be wrong! Java Calculato...
这些是自己写的,不知道合适不,也有可能会有错!java计算器的-wrote it myself, do not know is not appropriate, it may be wrong! Java Calculator
- 2022-03-10 15:46:26下载
- 积分:1
-
C++游戏之 纸牌接龙小游戏
自己做的第一个C++小游戏,就是纸牌接龙。用的最原始的控制台程序写的。玩起来比较纠结,因为字体太小,而且花色不太好辨认!(但是可以在控制台窗口中进行字体设置。)输入的时候一定要输入整数,因为没有设置纠错机制。希望大家多多支持哈!
- 2022-03-09 23:08:54下载
- 积分:1
-
O-qpsk 在 systemview 的实现方法, 源代码哦-O-qpsk is implemented by systemview . all is source code very well.
- 2022-11-14 17:40:04下载
- 积分:1
-
使用max_plus2在FPGA下实现拔河游戏机的功能,原创
使用max_plus2在FPGA下实现拔河游戏机的功能,原创-FPGA use in max_plus2 game of tug-of-war under the function, originality
- 2023-07-22 04:10:03下载
- 积分:1
-
贪婪算法解决背包问题
贪婪算法解决背包问题-greedy algorithm to solve knapsack problem
- 2022-01-26 04:23:16下载
- 积分:1