代码搜索:功率电路
找到约 10,000 项符合「功率电路」的源代码
代码结果 10,000
www.eeworm.com/read/193159/8250664
cpp main.cpp
#include
#include
#include
#include
#include "BigInt.h"
#include "primer.h"
using namespace std;
//RabinMiller检测,每一轮成功率为75%.N为待检测的素数.
bool RabinMille
www.eeworm.com/read/236625/14007312
c main.c
//更改发射功率,测试距离
#include
#include
#define uchar unsigned char
uchar sent_data;//RAM区缓存数据
uchar sent_temp;
uchar receive_data;
uchar receive_temp;
uchar i,j;
//定义
www.eeworm.com/read/200012/15443915
m attenuation.m
function f=attenuation(d,p,q)
c=3*10^8;%单位m/s
f=914*10^6;%单位Hz
AFs=1.39;%Attenuation Factor of soft partition(dB)
AFc=2.38;%Attenuation Factor of concrete wall(dB)
Ptmax=10;%发送功率最大值(dBm)
Prmin
www.eeworm.com/read/4835/42398
pdf 超大电大电流双极晶体管的魅力(上)——moto名管mj11032/33与改进型平衡功率放大器的制作.pdf
www.eeworm.com/read/286646/8752391
c moto_pwm.c
/////////直流电机驱动调试电路//////////////
/////////moto_PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
#defin
www.eeworm.com/read/185745/8988061
vhd songer.vhd
LIBRARY IEEE; -- 硬件演奏电路顶层设计
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY Songer IS
PORT ( CLK12MHZ : IN STD_LOGIC; --音调频率信号
CLK8H
www.eeworm.com/read/382119/9048487
c main.c
/*
USB TO RS-232 program
Program: Mega8 2458 bytes (30.0% Full)
Data: 184 bytes (18.0% Full)
USBASP硬件电路
超简单AVRUSB软件模似串口(COMx)数据发送、接收。
www.eeworm.com/read/381678/9078551
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 电路零件输出.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/281557/9150221
c moto_pwm.c
/////////直流电机驱动调试电路//////////////
/////////moto_PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
#defin