代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/372592/9500360
frm d4r4.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5250
ClientLeft = 60
ClientTop = 345
ClientWidth = 4860
LinkTopic
www.eeworm.com/read/372592/9500432
vbp d4r4.vbp
Type=Exe
Form=D4R4.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
IconForm="Form1"
Startup="Form1"
ExeName32="D4r4.exe"
Command32=""
www.eeworm.com/read/372592/9500466
exe d4r4.exe
www.eeworm.com/read/372592/9501662
txt d4r4.txt
Private Sub Command1_Click()
'PROGRAM D4R4
'Driver for routine FACTLN
Open "D:\VB常用数值算法集\DATA\FNCVAL.DAT" For Input As #1
Do
Line Input #1, Text$
Loop While Text$ "N
www.eeworm.com/read/372505/9507814
v mult4x4.v
module mult4x4(out,a,b,clk);
output[7:0] out;
input[3:0] a,b;
input clk;
reg[7:0] out;
reg[1:0] firsta,firstb;
reg[1:0] seconda,secondb;
wire[3:0] outa,outb,outc,outd;
always @(posedge clk)
www.eeworm.com/read/371520/9550669
hex key4x4.hex
:10000000830100308A0004282030840026300F202D
:1000100083010A128A11F62F04068001840A04065D
:06002000031D0C28003452
:100D50008301A4010130A50024080319A503A403FD
:100D6000240A0319250A03190800AC2E952FF93
www.eeworm.com/read/371520/9550671
c key4x4.c
//目的:熟悉键盘矩阵的扫描方法
//程序中没有做按键去抖,也没有考虑多个键同时按下的情况。
//最低两位数码管显示相应的按键(如按下S10,在显示10;按下S25,则显示25)
//无按键按下的时候显示FF
//按键跟按键的扫描结果满足如下关系:
// 按键 扫描结果(result) 按键 扫描结果
// K10 ...