代码搜索:模拟方案

找到约 10,000 项符合「模拟方案」的源代码

代码结果 10,000
www.eeworm.com/read/157243/11725400

htm you8.htm

模拟跳舞游戏
www.eeworm.com/read/343013/11984086

cpp expertsystem.cpp

// ExpertSystem.cpp : Defines the entry point for the console application. //模拟一个专家系统,由外提供规则库,自行生成事实库(文件)和解释系统(输出); //人机交互方式 #include "stdafx.h" #include "Stack.h" #include #include
www.eeworm.com/read/339671/12210710

m bsb.m

function c=bsb(x,beta,multi) %============================================================== % 盒中脑(bsb)神经网络模型首先由Anderson等人于1977年提出, % Golden等人对该模型进行了深入的研究。可用作自联想最邻分类器, % 并可存储任何模拟向量模式。 % Input: %
www.eeworm.com/read/339431/12236594

c test004.c

/******************************************************************************************** * 文 件 名:test004.c * 功 能:利用IO口线模拟同步串口驱动74HC595控制LED1~LED8这八个LED灯进行花样流水灯显示。 * 硬件条件:1.CPU型号:AT89S52 *
www.eeworm.com/read/149447/12377659

c main.c

#include"..\INC\Uart.h" #include"..\INC\User.h" //#include"..\INC\Rtc.h" #include"..\D12\D12op.h" #include"1601driver.h" #include"FAT.h" #include"UFI.h" U32 pVDisk=0x00020000; //模拟U盘位于
www.eeworm.com/read/148550/12460668

c template.c

// Template.c //用途: 提供可套用的模板, //主要包括: 名称+"开、关" ;名称+数字+单位; // 图标+文字; 图标+ 矩形条+单位 // 光照效果的实现 //使用: 三级界面 //界面一: 显示模拟量 //界面二: 开关量控制 //界面三: 帮助信息显示 #
www.eeworm.com/read/132078/14110999

m u_chb1ap.m

function [b,a] = u_chb1ap(N,Rp,Omegac); % 未归一化的切比雪夫-1型模拟低通滤波器原型 % -------------------------------------------------------- % [b,a] = u_chb1ap(N,Rp,Omegac); % b = Ha(s) 分子多项式的系数 % a = Ha(s) 分母
www.eeworm.com/read/132078/14111021

m afd_chb2.m

function [b,a] = afd_chb2(Wp,Ws,Rp,As); % 切比雪夫-2型模拟低通滤波器设计 % ----------------------------------------- % [b,a] = afd_chb2(Wp,Ws,Rp,As); % b = Ha(s) 分子的系数 % a = Ha(s) 分母的系数 % Wp = 以弧度/秒为单位的通带边缘
www.eeworm.com/read/132078/14111022

m afd_chb1.m

function [b,a] = afd_chb1(Wp,Ws,Rp,As); % 切比雪夫-1型模拟低通滤波器设计 % ----------------------------------------- % [b,a] = afd_chb1(Wp,Ws,Rp,As); % b = Ha(s) 分子的系数 % a = Ha(s) 分母的系数 % Wp = 以弧度/秒为单位的通带边缘
www.eeworm.com/read/129055/14268440

c template.c

// Template.c //用途: 提供可套用的模板, //主要包括: 名称+"开、关" ;名称+数字+单位; // 图标+文字; 图标+ 矩形条+单位 // 光照效果的实现 //使用: 三级界面 //界面一: 显示模拟量 //界面二: 开关量控制 //界面三: 帮助信息显示 #