代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/475959/6771532
cpp 3_17.cpp
#include
#include
using namespace std;
int max(int,int...); //原型声明
int main()
{ int a,b,c,d,e;
couta>>b>>c>>d>>e;
www.eeworm.com/read/476076/6773375
m ip_04_10.m
% MATLAB script for Illustrative Problem 4.10.
echo on
a=randn(1,500);
n=64;
[sqnr,a_quan,code]=u_pcm(a,64);
pause % Press a key to see the SQNR.
sqnr
pause % Press a key to see the first fiv
www.eeworm.com/read/294899/8194817
asm sumfunc.asm
;SUMFUNC.ASM Assembly function to find n+(n-1)+...+1
.def _sumfunc ;function called from C
_sumfunc: MV .L1 A4,A1 ;setup n as loop counter
SUB .S1 A1,1,A1 ;decrement n
LOO
www.eeworm.com/read/173140/9670838
m ip_04_10.m
% MATLAB script for Illustrative Problem 10, Chapter 4
echo on
a=randn(1,500);
n=64;
[sqnr,a_quan,code]=u_pcm(a,64);
pause % Press a key to see the SQNR
sqnr
pause % Press a key to see the first five
www.eeworm.com/read/269389/11099658
plg 7.plg
Build Log
--------------------Configuration: 7 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Debug
www.eeworm.com/read/414455/11111419
m ip_04_10.m
% MATLAB script for Illustrative Problem 4.10.
clear
echo on
a=randn(1,500);
n=64;
[sqnr,a_quan,code]=u_pcm(a,64);
pause % Press a key to see the SQNR.
sqnr
pause % Press a key to see the firs
www.eeworm.com/read/268231/11148995
m ip_04_10.m
% MATLAB script for Illustrative Problem 10, Chapter 4
echo on
a=randn(1,500);
n=64;
[sqnr,a_quan,code]=u_pcm(a,64);
pause % Press a key to see the SQNR
sqnr
pause % Press a key to see the first five
www.eeworm.com/read/267189/11190631
asm cout.asm
; 第一章 IBM PC 机的指令系统
; 实验五 控制指令的应用
;一.实验目的:
; 掌握IBM PC机的指令系统-----控制转移指令.
;二.实验内容:
; 编制程序,统计有符号字数组ARRAYW中 -1 的个数,并送到FIVE字变量中.
;三.程序清单:
;***************************
www.eeworm.com/read/265929/11249665
txt test3_2a.txt
#include
int main(void)
{
int ending =100005130;
int five =5;
printf(“five=%d;ending=%d\n”,five,ending);
return 0;
}