代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/473173/6857237
cpp 收银模块.cpp
#include "stdafx.h"
#include"harRange.h"
#include"BookData.h"
#include"harRange.h"
#include
#include"BookData.h"
#include
#include
#include
void tran
www.eeworm.com/read/370365/9604790
ddb 语音模块.ddb
www.eeworm.com/read/173315/9662437
bas 模块变量.bas
Attribute VB_Name = "Module1"
Public g_SendOverFg As Boolean 'Static
'g_SendOverFg = False
Public g_InitialStr As String
'g_InitialStr = "123456789z"
Public g_flag As Integer
www.eeworm.com/read/366998/9786074
txt 编码模块.txt
module add_v(data_in,CLK,data_out);
input data_in;
input CLK;
output [1:0]data_out;
reg[1:0]data_out;
reg[1:0]counter;//0计数器,
always @(posedge CLK)
if(data_in==1'b1)
begin
www.eeworm.com/read/366998/9786088
txt 延时模块.txt
// 延时子模块
module subdelay1(clk,din,dout);
input clk;
input [7:0]din;
output [7:0]dout;
reg [7:0]dout;
always @(posedge clk)
begin
dout=din;
end
endmodule
www.eeworm.com/read/270040/11049932
ec 汇编模块.ec
www.eeworm.com/read/267836/11160923
bas 判断模块.bas
Attribute VB_Name = "判断模块"
Option Explicit
Dim x As Single
Public Function PanDuan(ByVal x) As Boolean
Dim tiaojian1 As Boolean
Dim tiaojian2 As Boolean
Dim tiaojian3 As Boolean
www.eeworm.com/read/411947/11219640
lnp can模块.lnp
"MCP2510.obj",
"Main.obj",
"Targetinit.obj"
TO "can模块"
RAMSIZE(256)
www.eeworm.com/read/411947/11219647
hex can模块.hex
:03075E00C2902224
:03076100D2902211
:0B07530012075E7FC01207130207614F
:060683007F0F7C007E00E9
:100689008E2A8F2B8C2C8D2D12075E7F0212071359
:0D069900AF2B120713AF2D120713020761DC
:0406FB008E238F249
www.eeworm.com/read/411947/11219650
opt can模块.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {