代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/191861/8418942
txt xuanze.txt
//通用选择排序法xuanze.cpp
#include
#include
#define N 10
typedef int(*isgreat)(void *this_num,void *next_num);
void gensort(void *base,int n,int elemsize,isgreat great)
{int i,j
www.eeworm.com/read/191861/8419021
cpp xuanze.cpp
//通用选择排序法xuanze.cpp
#include
#include
#define N 10
typedef int(*isgreat)(void *this_num,void *next_num);
void gensort(void *base,int n,int elemsize,isgreat great)
{int i,j
www.eeworm.com/read/291432/8420807
c al4_2.c
/*案例代码文件名:AL4_2.C。*/
/*功能:说明if语句的格式和用法。*/
main()
{ int <mark>num</mark>1,<mark>num</mark>2,<mark>num</mark>3,temp;
printf("Please input three <mark>num</mark>bers:");
scanf("%d,%d,%d",&<mark>num</mark>1,&<mark>num</mark>2,&<mark>num</mark>3);
if (<mark>num</mark>1><mark>num</mark>2) {temp=<mark>num</mark>1;<mark>num</mark>1=<mark>num</mark>2; ...
www.eeworm.com/read/291432/8420811
c al4_1.c
/*案例代码文件名:AL4_1.C。*/
/*功能:说明if 语句的格式。*/
main()
{int <mark>num</mark>1,<mark>num</mark>2,<mark>num</mark>3,max;
printf("Please input three <mark>num</mark>bers:");
scanf("%d,%d,%d",&<mark>num</mark>1,&<mark>num</mark>2,&<mark>num</mark>3); /*输入三个整数*/
if (<mark>num</mark>1><mark>num</mark>2) /*比较<mark>num</mark>1和<mark>num</mark>2, ...
www.eeworm.com/read/291432/8420823
c al6_1.c
/*案例代码文件名:AL6_1.C*/
/*功能:从键盘上任意输入n个整数,用冒泡法按从小到大地排序,并在屏幕上显示出来。*/
#include "stdio.h"
#define NUM 10 /*定义符号常量(数据个数N)*/
main()
{int data[NUM]; /*定义1个1维整型数组data*/
int i,j,temp; /*定义循环变量和临时变量
www.eeworm.com/read/291377/8422423
m zheda4.m
function[a,b,gamma,theta,phi]=pattern
clear
lambda=0.514;
N=2;
I=zeros(1,2);
I=ones(1,2);
Itot=sum(I);
E=sqrt(I);
Theta=pi/6;
Phi=zeros(1,N);
for m=1:2
Phi(m)=2.*pi*(m-1)/N;
end
delta
www.eeworm.com/read/291371/8422468
m zheda2.m
function[a,b,gamma,theta,phi]=pattern
clear
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%Sealingarea
lambda=0.514;
%The wavelength of the beam
N=2;
%The number of beams
%The intensity of the
www.eeworm.com/read/291370/8422548
c msp430x42x0_sd16a_03.c
//*****************************************************************************
// MSP430x42x0 Demo - SD16_A, Continuous Conversion on a Single Channel
//
// Description: This program uses the S
www.eeworm.com/read/191613/8426732
cpp ex1010.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 10.10 on page 241
// Tracing calls to the copy constructor
#include
using na
www.eeworm.com/read/191570/8427466
m example6_1.m
%首先装载一原始信号
load nearbrk;
s=nearbrk;
%===========================
%画出该信号的波形图
subplot(4,2,1);
plot(s);
Ylabel('s');
title('原始信号s和信号的近似a、细节d');
%===========================
%用小波