代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/268261/11146709
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/268255/11148417
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/177375/9457763
s uart_txstring.s
.include "nios.s"
.text
;----------------------------------------
; Name: nr_uart_txstring
; Description: Print zero-terminated string
; Input: %o0 = pointer to string
;
www.eeworm.com/read/138966/5811809
cxx callwidget.cxx
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
www.eeworm.com/read/256715/11977354
asm eeprom.asm
;==========================================================
; This is a part of: Eversmith - AVRSMS
; Copyright (2003) Martin Thomas, Kaiserslautern, Germany.
; This Software is distributed un
www.eeworm.com/read/215237/15066581
c lcd_driver.c
/*******************首行标志****************************
filename = LCD_SENT.INC
; USED LCD =GDE1039, Drive IC=PT6554
; main_prog segment code;PROGRAMMER: MOCHAOWU
;Used IC=SM8958A,sp576
www.eeworm.com/read/112818/15475967
s uart_txstring.s
.include "nios.s"
.text
;----------------------------------------
; Name: nr_uart_txstring
; Description: Print zero-terminated string
; Input: %o0 = pointer to string
;
www.eeworm.com/read/178871/9383072
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
[n,K] = size(g);
m = K - 1;
if terminated>0
L_info = length(x);
L_total = L_info + m;
else
L_total = length(x);
L_info = L_total - m;
end
% initi
www.eeworm.com/read/468438/6989907
sql demo04.sql
create or replace directory my_dir as '/tmp/'
/
CREATE TABLE BIG_TABLE_ET
(
"ID" NUMBER,
"OWNER" VARCHAR2(30),
"OBJECT_NAME" VARCHAR2(30),
"SUBOBJECT_NAME" VARCHAR2(30),
"OBJECT_ID