代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/457711/7318986
m gettf.m
function s=gettf(i);
global tf
s=[];
for j=1:7, s=[s num2str(tf(i,j)) ' ']; end; s=[s ';'];
www.eeworm.com/read/457549/7322975
c 递推.c
#define NUM 10
#include
int i[NUM];
main()
{
int sum,n,total,k,flag,count=0;
printf("Please enter requried terms(
www.eeworm.com/read/457434/7325544
cpp 快速排序.cpp
int partiton(T a[],int n,int num)
{
int i=genindex(n,num); //随机找一个轴值
T b=a[i];num--;n--;
while(n
www.eeworm.com/read/457431/7325555
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/457281/7329226
cpp pso.cpp
//附录1、标准微粒群算法源程序
/*该程序用于计算Goldstein-Price函数的函数最小值 */
//库文件
#include"stdio.h"
#include"stdlib.h"
#include"time.h"
#include"math.h"
//随机数定义
#define rdint(i) (rand()%(int)(i))
#define rdft() (fl
www.eeworm.com/read/457218/7332223
m chap2_1.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]); %Plant
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;
y_1=0;y_2=0;y_3
www.eeworm.com/read/457104/7334147
c revfunc.c
/*
void revFunction(void)
{
// unsigned char checksum=0;
unsigned char revChar;
unsigned char Num=0;
unsigned char PacketLength[2];
unsigned char Cont=0;
unsigned c
www.eeworm.com/read/457058/7334524
c xs.c
/**************************************************/
/*显示654321 */
/*大学生电子设计论坛 http://www.nuedc.net.cn */
/*作者:杨sir 版权没有 欢迎使用 */
/*在线技术支持QQ:68723
www.eeworm.com/read/456878/7337838
asm parameter.asm
;.def _Num
;.def _Den
;.data
;_Num .usect .word 32
;_Den .usect .word 16
www.eeworm.com/read/456615/7343579
c 例9-1.c
/* Note:Your choice is C IDE */
#include
#include
#include
#include
#define N 100
struct student
{
char num[10];
char name[10];
char tel[11]