代码搜索:提升小波
找到约 10,000 项符合「提升小波」的源代码
代码结果 10,000
www.eeworm.com/read/421357/10739798
txt 20090305.txt
/*震荡波病毒C语言源码*/
#i nclude
#i nclude
#i nclude
#i nclude
#i nclude
#define NORM "\033[00;00m"
#define GREEN "\033[01;32
www.eeworm.com/read/417736/10978412
m 例8-7.m
>> [t,x,y]=sim('test2',10);
>> clf,hold on
>> plot(t,y(:,1),'b')
>> stairs(t,y(:,2),'r')
>> stairs(t,y(:,3),'g'),hold off
>> axis([0 10 -1.1 1.1]),box on
>> legend('正弦波','输出','三角形',4)
www.eeworm.com/read/464507/7156918
asm cs_t.asm
; 超声比波发送子程序(12MHz时钟,38.5kHz)
NAME CS_T
?PR?CS_T?CS_T SEGMENT CODE
PUBLIC CS_T
RSEG ?PR?CS_T?CS_T
CS_T: PUSH ACC
www.eeworm.com/read/460016/7259101
m 例8-7.m
>> [t,x,y]=sim('test2',10);
>> clf,hold on
>> plot(t,y(:,1),'b')
>> stairs(t,y(:,2),'r')
>> stairs(t,y(:,3),'g'),hold off
>> axis([0 10 -1.1 1.1]),box on
>> legend('正弦波','输出','三角形',4)
www.eeworm.com/read/454809/7382784
m 例8-7.m
>> [t,x,y]=sim('test2',10);
>> clf,hold on
>> plot(t,y(:,1),'b')
>> stairs(t,y(:,2),'r')
>> stairs(t,y(:,3),'g'),hold off
>> axis([0 10 -1.1 1.1]),box on
>> legend('正弦波','输出','三角形',4)
www.eeworm.com/read/453517/7417798
_c chinese_code._c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include
#include
#include "main.h"
extern uint32 CH
www.eeworm.com/read/453517/7417834
_c fat._c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include
#include
#include "main.h"
uint32 CHINALIB_po
www.eeworm.com/read/453517/7417839
_c key._c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include
#include
#include "main.h"
uint8 key_state;
www.eeworm.com/read/453517/7417850
_h eeprom._h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#ifndef EEPROM_H
#define EEPROM_H
void EEPROM_write(uint16 address,uint8 da
www.eeworm.com/read/451913/7454176
vhd adder8.vhd
--实验5
--由全加器实现的8位行波进位加法器
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY adder8 IS
PORT (
a : IN std_logic_vector(7 DOWNTO 0);
b : IN std_logic_vector(7 DOWNTO 0);
cin :