代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/399963/7818910
tk puzzle.tk
#!/usr/bin/wish -f
# First we create the image. Then we configure the frame which will hold the pieces of
# the image that will form the puzzle. This we pack with a little padding.
set image [image
www.eeworm.com/read/399920/7822396
cpp testproglinkedlist.cpp
//Program to test various operations on an ordered linked list
#include
#include "orderedLinkedList.h"
using namespace std;
int main()
{
orderedLinkedListType list1,
www.eeworm.com/read/199778/7823012
m program_11_2.m
% Program 11_2
% Spectral Analysis of a Sum of Two Sinusoids
% Using the DFT
%
clf;
colordef black;
N = input('Signal length = ');
R = input('DFT length = ');
fr = input('Type in the sinusoid
www.eeworm.com/read/199774/7823285
m program_11_2.m
% Program 11_2
% Spectral Analysis of a Sum of Two Sinusoids
% Using the DFT
%
clf;
colordef black;
N = input('Signal length = ');
R = input('DFT length = ');
fr = input('Type in the sinusoid
www.eeworm.com/read/199774/7823324
m program_06_2.m
% Program 6_2
% Parallel Realizations of an IIR Transfer Function
%
num = input('Numerator coefficient vector = ');
den = input('Denominator coefficient vector = ');
[r1,p1,k1] = residuez(num,den
www.eeworm.com/read/199774/7823401
m program_06_4.m
% Program 6_4
% Gray-Markel Cascaded Lattice Structure
% Development
% den is the denominator coefficient vector
% num is the numerator coefficient vector
% k is the lattice parameter vector
% a
www.eeworm.com/read/199740/7825564
cpp 7_3.cpp
//7_3
#include
const int num=17;
void main()
{
int interval=3;
int a[num];
for(int i=0; i
www.eeworm.com/read/399845/7830967
txt 经典c程序100例==41--50.txt
经典c程序100例==41--50
【程序41】
题目:学习static定义静态变量的用法
1.程序分析:
www.eeworm.com/read/299792/7832318
c 15rkey0.c
#define HEAPSORT struct student
#define KEY score
HEAPSORT
{ int num;
char name[8];
char sex;
int age;
double score;
};
#include "stdio.h"
#includ
www.eeworm.com/read/299792/7832373
c 15hkey0.c
#define HEAPSORT struct student
#define KEY name
HEAPSORT
{ int num;
char name[8];
char sex;
int age;
double score;
};
#include "stdio.h"
#include