代码搜索:多模式
找到约 10,000 项符合「多模式」的源代码
代码结果 10,000
www.eeworm.com/read/487423/6511295
c main.c
#include "SPCE061A.H"
#include "char_lib.h"
#include "note_lib.h"
//#include "pic.h"
#include "organ.h"
#include "song.h"
#include "s480.h"
//全局变量
unsigned int mode=0; //模式
// mode=0
www.eeworm.com/read/481963/6633333
s43 asm.s43
#include "msp430x22x4.h"
;WDT定时器模式下1秒钟定时
;1秒钟触发看门狗定时中断
;来翻转P1.0
; MSP430F2274
; -----------------
; /|\| XIN|-
; | |
www.eeworm.com/read/409461/11322148
h spi.h
uchar SPI_WR(uchar val) //用SPI口收发数据
{
uchar temp;
SPDR=val;
while ((SPSR&(1
www.eeworm.com/read/408665/11377921
c 11.c
#include
#include
unsigned char getdata;
void main() //主程序
{
TMOD=0x20; //定时器1工作在01模式0010 0000
TH1=250; //定时器1高端数
www.eeworm.com/read/157539/11692024
txt xp下如何把fat 32转化为ntfs.txt
Windows XP 安装好后,如何把FAT 32转化为NTFS
使用convert命令,在命令行模式下用convert.exe这个命令随时转化的。例如:
convert c: /fs:ntfs把c盘转化为NTFS.
www.eeworm.com/read/346948/11711806
c main.c
#include "msp430x22x4.h"
//WDT定时器模式下1秒钟定时
//1秒钟触发看门狗定时中断
//来翻转P1.0
// MSP430F2274
// -----------------
// /|\| XIN|-
// | |
www.eeworm.com/read/156378/11807730
m examp13_21.m
clc;
clear;
% 当前延拓模式是补零
% 装载原始信号
load sumlichr; x = sumlichr;
subplot(211), plot(x);
title('原始信号')
% 使用wpdencmp函数进行信号分解
% 寻找默认值(参见ddencmp函数)
[thr,sorh,keepapp,crit] = ddencmp('cmp','wp',x)
%
www.eeworm.com/read/258490/11859500
c main.c
/***************************
**采用LCD显示时间
**使用T2的16位自动重装模式来精确计时
**clock:18.432M
***************************/
#include "STC89C51RC.H"
#include "intrins.h"
#include "lcd.h"
sbit SW = P1^0;
www.eeworm.com/read/255031/12105292
vhd etester.vhd
LIBRARY IEEE; -- 2004;GWDVPB 选择模式5
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY etester IS
PORT (BCLK : IN STD_LOGIC; --标准频率时钟信号CLOCK2:P124
TCLK : IN STD_L