代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/193279/8241540
m num3.m
clear all;
k=0.5;
N=10;
kn=101*N;
m_carlo=50;
m_ignore=10;
a_step=[0.001 0.0005 0.0001];
dir_signal=0;
dir_gan=0.15;
snr_db=[0];
inr_db=10;
inr_fact=sqrt(10^(inr_db/10));
v = zeros(N,1);
www.eeworm.com/read/393372/8293816
m gedebahe_num.m
function y=gedebahe_num(n)
for p=2:2:n
m=0;
for k=1:p/2
if(isprime(k)&&isprime(p-k)) m=m+1;
end
end
y(p/2)=m;
end
p=2:2:n
stem(p,y)
www.eeworm.com/read/393372/8293824
m prime_num.m
function [x,y]=prime_num(n)
m=0;
for k=1:n
if(isprime(k))
m=m+1;
end
y(k)=m;
end
x=m;
k=1:n;
plot(k,y(k));
www.eeworm.com/read/174254/9599316
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/370188/9611596
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/369854/9631203
c sem_num.c
#include
#include
#include
#include
#include
//#include
#include
int lock_var;
time_t end_time;
sem_t sem;
www.eeworm.com/read/367990/9720565
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/171829/9734179
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n