代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/274718/10857044
cpp 8_3.cpp
#include
using namespace std;
class COpertor
{ long x; //私有数据成员
public:
COpertor(long m){x=m;}
void Show() { cout
www.eeworm.com/read/419563/10860740
txt fig3_26.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 3.26
% Patterns of Dolph-Chebychev arrays with eight elements
% (-20, -30, -40 dB sidelobes)
% Lillian Xiaolan Xu 3/23/99
% updated by K.
www.eeworm.com/read/419522/10863567
cpp 010sequence.cpp
#include
#include
#include
#define MAX 100
int s[MAX];
int r[MAX];
int num;
int process(int n, int N)
{
int m;
if(n == N) {
return 0;
}
s[n
www.eeworm.com/read/419263/10878088
m eige1.m
num=[0 1 3];
den=[1 3 2];
[A B C D]=tf2ss(num, den);
syms x
[m,n]=size(A);
eq=det(x*eye(m,n)-A);
s=solve(eq,x);
s=s';
P=ones(m,n);
for i=2:m
for j=1:n
P(i,j)=(s(j))^(i-1);
www.eeworm.com/read/419263/10878097
m controllable.m
function [A,B,C,D]=controllable(num,den)
if length(num)>length(den)
deg=length(num)-1;
else
deg=length(den)-1;
end
A=zeros(deg,deg);
for i=1:deg-1
A(i,i+1)=1;
end
for i=1:deg
www.eeworm.com/read/274230/10881314
c stu.c
/* file_name: init.c
* author: wangtiezhen miuliang @ Xidian University
* description:
*/
struct stu *inputstu(int num, int password,char name[], int age, char addr[]) ;
int readstudent(void)
www.eeworm.com/read/274230/10881446
bak stu.c.bak
/* file_name: init.c
* author: wangtiezhen miuliang @ Xidian University
* description:
*/
struct stu *inputstu(int num, int password,char name[], int age, char addr[]) ;
int readstudent(void)
www.eeworm.com/read/274230/10881462
c reference.c
#include
#include
#include
#include
struct teacher
{ int num;
int password;
char name[20];
struct teacher *lchild;
struct teacher *rchild ;
};
www.eeworm.com/read/348596/10881984
txt 1703.txt
#include"stdio.h"
#include"memory.h"
long diff[100010];
long same[100010];
long stack[100010];
void swap(long &a,long &b)
{long c=a;a=b;b=c;}
int main()
{long i,a,b,n,m;
int tt;
char c
www.eeworm.com/read/348596/10882098
txt 2011.txt
#include
#include
#include
int ans[20], an;
int temp[20];
int get( int num, int s, int &r ) {
int g = 0, tg=1, tr=1;
bool key = true;
r = 0;
while(