代码搜索:辅同步信号
找到约 10,000 项符合「辅同步信号」的源代码
代码结果 10,000
www.eeworm.com/read/352274/10568854
m lxzq1.m
function lxzq(action,in1,in2);
%LXZQ 连续周期信号的频谱分析
% possible actions:
% 'start'
% 'down'
% 'move'
% 'up'
% 'redraw'
% 'done'
% 'setfreq'
% 'setwindow'
% 'showwin'
if n
www.eeworm.com/read/276087/10769001
java semaphore.java
/**
* 此类用来模拟信号量
*
*/
public class Semaphore{
private int semValue;
public Semaphore(int semValue){
this.semValue = semValue;
}
public synchronized void p(){
semValue--;
if(s
www.eeworm.com/read/465154/7059051
m music.m
clear
close all
clc
f0=5000; %入射信号频率
fs=1000; %采样频率
ts=1/fs; %采样间隔
M=8; %阵元数
Q=2;
www.eeworm.com/read/447334/7554314
h synch-sem.h
#include "copyright.h"
#include "thread.h"
#include "list.h"
class Semaphore
{
public:
Semaphore(char* debugName, int initialValue); //设置信号量初值
~Semaphore(); /
www.eeworm.com/read/440974/7678375
m powerp.m
% -------------------------------------------------------------------------
% 功能:通过仿真,研究平稳信号的功率谱估计的方法和特点
% 作者:
% 日期:2007年4月19日
% 状态:调试未完成
% -------------------------------------------------------
www.eeworm.com/read/197348/8002833
vhd n_counter.vhd
--*********************************************************************
-- 任意N进制计数器标准代码写法
--(带有reset,带有进位信号cfw,带有intger和std_logic_vector两种类型输出)
--*************************************************
www.eeworm.com/read/397462/8047993
vhd keyboard_scan.vhd
--/*****************************************************************************
-- * 源文件: keyboard_scan.vhd
-- * 模块: 键盘扫描信号发生器
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.l
www.eeworm.com/read/397462/8048833
vhd keyboard_scan.vhd
--/*****************************************************************************
-- * 源文件: keyboard_scan.vhd
-- * 模块: 键盘扫描信号发生器
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.l
www.eeworm.com/read/329217/12970006
vhd keyboard_scan.vhd
--/*****************************************************************************
-- * 源文件: keyboard_scan.vhd
-- * 模块: 键盘扫描信号发生器
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.l
www.eeworm.com/read/304723/13788210
v get_response.v
/******************************************
函数名: get_response
功 能:接收sd卡对各个命令的应答信号
参 数:
*******************************************/
module get_response(num_read_en,
enable,