代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/316872/3594507
c psopcode.c
/******************************************************************************
*
* Module Name: psopcode - Parser/Interpreter opcode information table
*
******************************************
www.eeworm.com/read/443386/1747081
c psopcode.c
/******************************************************************************
*
* Module Name: psopcode - Parser/Interpreter opcode information table
*
******************************************
www.eeworm.com/read/393286/2482117
c psopcode.c
/******************************************************************************
*
* Module Name: psopcode - Parser/Interpreter opcode information table
*
******************************************
www.eeworm.com/read/359900/10116920
m wavework.m
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
% [VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
% coefficients
www.eeworm.com/read/418342/10952862
m wavework.m
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
% [VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
% coefficients
www.eeworm.com/read/461590/7223953
txt microcode.txt
! lines beginning with an exclamation point are remed
! each opcode has a max of 8 states and the way to calculate opcode
! starting state # is
! (2^3)*((m=?0)and(x or$40))or((m=?1)and(x or$80))or
www.eeworm.com/read/326135/13163417
m wavework.m
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
% [VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
% coefficients
www.eeworm.com/read/387891/8648348
c interplayvideo.c
/*
* Interplay MVE Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pu
www.eeworm.com/read/283587/9004113
c interplayvideo.c
/*
* Interplay MVE Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pu
www.eeworm.com/read/143323/10246290
h tcctok.h
/* keywords */
DEF(TOK_INT, "int")
DEF(TOK_VOID, "void")
DEF(TOK_CHAR, "char")
DEF(TOK_IF, "if")
DEF(TOK_ELSE, "else")
DEF(TOK_WHILE, "while")
DEF(TOK_BREAK, "break"