代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/167075/5469596
pl sqr.pl
#!/usr/local/bin/perl
# x86 assember
sub bn_sqr_words
{
local($name)=@_;
&function_begin($name,"");
&comment("");
$r="esi";
$a="edi";
$num="ebx";
&mov($r,&wparam(0)); #
&mov($a,&wparam(1)
www.eeworm.com/read/369055/9666306
cpp phonepcdlg.cpp
// PhonePCDlg.cpp : implementation file
//
#include "stdafx.h"
#include "PhonePC.h"
#include "PhonePCDlg.h"
//#include "SampleDialog.h"
#include "ReciveDialog.h"
#include "comSetting.h"
#inc
www.eeworm.com/read/249484/12494892
cpp wzddlg.cpp
// WzdDlg.cpp : implementation file
//
#include "stdafx.h"
#include "wzd.h"
#include "WzdDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#e
www.eeworm.com/read/334237/12616199
h eb42.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/201544/15402105
txt 美化你的windows桌面 (2001年4月15日).txt
美化你的windows桌面 (2001年4月15日)
网友更新 分类:系统 作者:ice_ren 推荐:ice_ren 阅读次数:368
(http://www.codesky.net)
--------------------------------------------------------------------------------
你是否经常设
www.eeworm.com/read/106468/15635967
asm wu.asm
TITLE "Key Stroke Wake Up"
LIST P = 16C54
;******************************************************
; Program demonstrating key stroke wake up for
; the PIC16CXX.
www.eeworm.com/read/102125/15792823
s43 fpp.s43
#define DOUBLE 0
#define HW_MPY 0
#define SW_UFLOW 0
#define SW_RND 0
rseg CODE
#include "fppdef4.s43"
#include "fpp04.s43"
#include "cnv04.s43"
#include "fppfnc4.s43"
www.eeworm.com/read/419965/10825711
m cvsd_test.m
clear all;
close all;
music_input = wavread('num_16ksps16bit.wav');
% music_input = sin(2*pi*1000/16000*[1:16000]);
% music_input = music_input';
% music_input = 0.5*sin(2*pi*1000/16000*[1:1600
www.eeworm.com/read/258097/11886332
h estd.h
#ifndef __ESTD_H
#define __ESTD_H
void ESTD_reset(void);
void ESTD_timing_T1(INT64 STC_offset);
void ESTD_timing_T4(void);
//
// SW1/SW4 get/set
//
extern UINT8 ESTD_SW1_minus;
extern UIN
www.eeworm.com/read/165920/10046157
vhd d_bcd.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity d_BCD is
port(cs_sw8 :in std_logic;
p_sw1,p_sw2,p_sw3,p_sw4 :i