代码搜索:信号失真
找到约 10,000 项符合「信号失真」的源代码
代码结果 10,000
www.eeworm.com/read/321110/13412326
c mysem_win32.c
/*
*
*mysem_win32.c 信号量 lin shao chuan
*
*/
#include "mysem.h"
#include
#include
#include "mylog.h"
typedef struct __mysem_t_
{
HANDLE hsem;
HMYMEMPOOL hm;
www.eeworm.com/read/320740/13419042
asm touch8x15d(int).asm
;=============================================================
;OCMJ8X15D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0
www.eeworm.com/read/320740/13419046
asm touch15x20d(int).asm
;=============================================================
;OCMJ15X20D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0
www.eeworm.com/read/320740/13419047
asm 8x15d测架(touch).asm
;=============================================================
;OCMJ8X15D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0
www.eeworm.com/read/319230/13457729
cu convolutionseparable.cu
/*
这个例子利用高斯内核执行一个二维信号的可分离卷积滤波
*/
#include
#include
#include
#include
///////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/319224/13457821
cu convolutionseparable.cu
/*
这个例子利用高斯内核执行一个二维信号的可分离卷积滤波
*/
#include
#include
#include
#include
///////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/314904/13556009
cpp my_fft.cpp
#include
#include "My_ComplexDefines.h"
#include "My_Constants.h"
// MyFFT(频率域指针引用,信号数组指针引用,总个数,fft or ifft指示)
// 0表示fft,1表示ifft
//time
www.eeworm.com/read/309291/13675168
c sem.c
#include
#include "os_core.h"
#include "main.h"
#include "task_switch.h"
#include "sem.h"
#include "q.h"
#include "uart.h"
/////////////////信号量定义//////////////////////////////
www.eeworm.com/read/307021/13732912
vhd ram64_2.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY ram64_2 IS
PORT(
ad : IN STD_LOGIC_VECTOR (5 DOWNTO 0); --地址信号
clk : IN STD_LOGIC;
www.eeworm.com/read/303461/13815822
asm touch15x20d(int).asm
;=============================================================
;OCMJ15X20D触摸屏中断程序
;当触摸事件发生时模块产生中断经INT脚输出信号触发MCU的外部中断0
;=============================================================
RS EQU P3.0