代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/156879/7089154
c topc.c
#include
#define uchar unsigned char
#define uint unsigned int
#define num 1
uchar idata buf[num];
void init(void)
{ TMOD=0x20;
TH1=0xf3;
TL1=0xf3;
PCON=0x80;
TR1=1;
S
www.eeworm.com/read/222631/7092908
m chap3_1.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=0;y_2=0;y_3=0
www.eeworm.com/read/407825/7098346
c 2.c
#include"reg52.h"
void delay(unsigned int x);
unsigned char num=0;
void main(void)
{
unsigned int i;
T2CON=0x30;//T2作为波特率发生器
RCAP2H=0xff;
RCAP2L=0xec;//波特率为19200
www.eeworm.com/read/460712/7105739
m qcpqft.m
function cp = qcpqft(num,den,w,T)
% QCPQFT Continuous and discrete-time frequency responses. (Utility Function)
% QCPQFT computes both the continuous and discrete bodes for the
% IDE
www.eeworm.com/read/337117/7107637
java byyl.java
import java.io.*;
import java.awt.datatransfer.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Byyl extends JFrame implements ActionListener{
public static int
www.eeworm.com/read/356730/7113405
c lesson3_2.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
uchar num;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0
www.eeworm.com/read/244559/7118324
m myga.m
function [f,x]=myga(num,bounds,N,CP,P)
%[f,x]=ga(num,bounds,fun,N,CP,P)
%[f,x]=myga([],bounds,[],[],[])
%该遗传算法适用于:
% 目标函数为求最大值,且解非负整数解
%bounds 边界约束
%Myfun 为目标函数
%num
www.eeworm.com/read/383268/7119636
m sgrpdlay.m
function [gd,fnorm]=sgrpdlay(x,fnorm);
%SGRPDLAY Group delay estimation of a signal.
% [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of
% signal X at the normalized frequency(ies) FNORM.
%
%
www.eeworm.com/read/383268/7119686
m tfrview.m
function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5);
%TFRVIEW Visualization of time-frequency representations.
% TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5)
% allows to visualize
www.eeworm.com/read/274556/7126979
m e0242.m
x=5317;y=int2str(x)
p=num2str(pi,7)
a=[1 2 3;4 5 6] ;
b=mat2str(a)
str=sprintf('The value of pi=%8.6f.',pi)