代码搜索:余弦波
找到约 8,535 项符合「余弦波」的源代码
代码结果 8,535
www.eeworm.com/read/467023/7013627
txt 14.1.1锯齿波信号发生.txt
SWTTHWVG:
MOV DPTR,#0DFFFH
DA0
MOV R6,#80H
DA1:
MOV A,R6
MOVX @DPTR,A
INC R6
CJNE R6,0FFH,DA1
AJMP DA0
www.eeworm.com/read/463460/7180360
txt 斐波那契数列.txt
@echo off
setlocal enabledelayedexpansion
::::::::::::::::::::::::::Fibonacci Series {s11ss 2007-10-1}::::::::::::::::::::::::::
echo Please input the total numbers:
set/p num=
for /l %%a in (1,1
www.eeworm.com/read/459723/7266036
txt 14.1.1锯齿波信号发生.txt
SWTTHWVG:
MOV DPTR,#0DFFFH
DA0
MOV R6,#80H
DA1:
MOV A,R6
MOVX @DPTR,A
INC R6
CJNE R6,0FFH,DA1
AJMP DA0
www.eeworm.com/read/448724/7526559
exe 图像的小波变换.exe
www.eeworm.com/read/443373/7634007
ico 小波变换doc.ico
www.eeworm.com/read/443373/7634011
rc2 小波变换.rc2
//
// 小波变换.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/443373/7634021
h 小波变换doc.h
// 小波变换Doc.h : interface of the CMyDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DOC_H__BA3A83A1_1121_4D0E_9040_789725F00700__INCLUDE
www.eeworm.com/read/443373/7634023
cpp 小波变换view.cpp
// 小波变换View.cpp : implementation of the CMyView class
//
#include "stdafx.h"
#include "小波变换.h"
#include "小波变换Doc.h"
#include "小波变换View.h"
#include "dibapi.h"
#include "math.h"
#include "wa
www.eeworm.com/read/443373/7634027
h 小波变换view.h
// 小波变换View.h : interface of the CMyView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIEW_H__076499FB_B013_48B4_8F3A_C99413C92666__INCL
www.eeworm.com/read/443373/7634040