代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/384423/2601832
h mp4av_mpeg4.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/381338/2647510
txt ex4-4.csproj.filelist.txt
bin\Debug\ex4-4.exe
bin\Debug\ex4-4.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\ex4-4.exe
obj\Debug\ex4-4.pdb
www.eeworm.com/read/378825/2680941
asm 4x4 keyboard (2).asm
LINE EQU 30H
ROW EQU 31H
VAL EQU 32H
ORG 00H
START: MOV DPTR,#TABLE ;段码表首地址
MOV P2,#00H ;数码管显示初始化
LSCAN: MOV P3,#0F0H ;列线置高电平,行线置高电平
L1: JNB P3.0,L2 ;逐行扫描
LCALL DELAY
J
www.eeworm.com/read/378825/2680973
asm 4x4 keyboard (1).asm
DBUF EQU 30H
TEMP EQU 40H
ORG 00H
MOV A,#16
MAIN: ACALL DISP
ACALL KEY1
AJMP MAIN
KEY1: MOV P1,#0F0H ;读P1口前先写1
MOV A,P1 ;读取键状态
CJNE A,#0F0H,K11 ;判断是否有键按下
www.eeworm.com/read/375190/2732402
dimacs planar_k_4_p4.dimacs
p edge 4 6
e 0 3
e 0 1
e 2 0
e 2 3
e 2 1
e 3 1
www.eeworm.com/read/373367/2762515
fsm awgn2o4_4.fsm
4 4 16
0 1 2 3
0 1 2 3
0 1 2 3
0 1 2 3
0 13 3 14
12 1 15 2
7 10 4 9
11 6 8 5
This is generated by the 1/2 AWGN code (5 7) operated twice, ie,
(xk+1 xki) [xk-1 xk-2] -> [xk+1
www.eeworm.com/read/372575/2771867
m plot_4_11a_and_4_12a.m
make_rp;
rp.mu =0.3;
rp.a1=-1.5955; rp.a2=0.95; rp.lam1=1.818; rp.lam2=0.182; xl=6; yl=4.3;
[v, w]=steepest_descent(rp);make_plot(v, w, rp, 5, xl, yl, 'figure 4.11a', 'figure 4.12a');
print -d
www.eeworm.com/read/372575/2771868
m plot_4_8a_and_4_9a.m
make_rp;
rp.mu = 0.3;
rp.a1=-0.1950; rp.a2=0.95; rp.lam1=1.1; rp.lam2=0.9; xl=3; yl=2.2;
[v, w]=steepest_descent(rp);make_plot(v, w, rp, 5, xl, yl, 'figure 4.8a', 'figure 4.9a');
print -dpsc 4
www.eeworm.com/read/367071/2855048
s gemm_kernel_4x4.s
/*********************************************************************/
/* */
/* Optimized BLAS libraries
www.eeworm.com/read/366702/2865013
c sse4_1-roundss-4.c
/* { dg-do run } */
/* { dg-require-effective-target sse4 } */
/* { dg-options "-O2 -msse4.1" } */
#include "sse4_1-check.h"
#include
#include
#include
#define NUM