代码搜索:4g模块
找到约 10,000 项符合「4g模块」的源代码
代码结果 10,000
www.eeworm.com/read/370365/9604795
sch backup of 语音模块.sch
www.eeworm.com/read/370365/9604797
xls backup of 语音模块.xls
www.eeworm.com/read/370365/9604800
net backup of 语音模块.net
[
C1
dip40
AT89C52
]
[
C2
sot-223
LM317
]
[
C3
RAD0.1
20P
]
[
C4
RAD0.1
20P
]
[
C5
dip28
ISD4002
]
[
C6
rb.2/.4
220uF
]
[
C7
rad0.1
www.eeworm.com/read/370365/9604810
pcb backup of 语音模块.pcb
www.eeworm.com/read/366998/9786082
txt ad采样模块.txt
// A/D采样
module mx7821( clk,
din,
dout,
rd);
input clk;
input [7:0]din;
output [7:0]dout;
output rd;
reg rd;
reg [3:0]cot;
reg [7:0]dout;
wire [3:0]count;
assign count=cot[3:0];
www.eeworm.com/read/414446/11111737
vi 扩频子模块.vi
www.eeworm.com/read/147835/12517839
bas 业务通用模块.bas
Attribute VB_Name = "mdlBudgetCommon"
Option Explicit
'常用api
Private Declare Function RegOpenKeyEx Lib "advapi32" Alias "RegOpenKeyExA" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal ulOpti
www.eeworm.com/read/132566/14084010
txt 模块1.txt
Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal c
www.eeworm.com/read/201709/15398446
txt traffic控制模块.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity traffic is
port(clk1,clk1k:in std_logic;
change:in std_logic;
www.eeworm.com/read/110799/15524922