代码搜索:iout
找到约 1,335 项符合「iout」的源代码
代码结果 1,335
www.eeworm.com/read/351417/10654087
h iout.h
/**********************************************************************
* Function Block Factory Files Generator V 1.0 *
* This file was generated automatically!
www.eeworm.com/read/351417/10654090
c iout.c
/**********************************************************************
* Function Block Factory Files Generator V 1.0 *
* This file was generated automatically!
www.eeworm.com/read/140161/13103657
c iout.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
www.eeworm.com/read/299239/7871133
mak iout21k.mak
all : intout.exe intout iout
iout : intout.o
del 020_hdr.obj
intout.o : intout.c ez21kc.ach
g21k -Wall -c -a ez21kc.ach intout.c
intout.exe : intout.o
g21k -g -Wall -a ez21kc.ach -o int
www.eeworm.com/read/299239/7871232
bat iout21k.bat
del 020_hdr.obj
g21k -Wall -c -a ez21kc.ach intout.c
g21k -g -Wall -a ez21kc.ach -o intout.exe intout.o
ice21k -a ez21kc -e intout
www.eeworm.com/read/434922/7800294
m dspimanalys.m
function Iout1 = dspimanalys(I, L)
%% Perform analysis on the results and visualize the results
[M, N] = size(I);
Stats = regionprops( bwlabel(L>0), 'ALL');
Str = ['Grid No. = ', int2Str(numel
www.eeworm.com/read/374700/9388548
cpp cpl_string.cpp
/**********************************************************************
* $Id: cpl_string.cpp 10646 2007-01-18 02:38:10Z warmerdam $
*
* Name: cpl_string.cpp
* Project: CPL - Common Porta
www.eeworm.com/read/362142/10016304
m c_templ.m
% Template for Matlab mechatronics control programs
% File: c_templ.m
% Created 7/22/95 by DM Auslander
glbl_var % Read in global definitions -- because each function
%in Matlab requires a new
www.eeworm.com/read/362142/10016319
m tpl_min.m
% Template for Matlab mechatronics control programs
% This template is for a single-thread, minimum-latency scheduler
% File:tpl_min.m
% Created 8/1/95 by DM Auslander
% modified from the sequent
www.eeworm.com/read/362142/10016367
m proc3.m
% Script file to run a simulation of the three-tank process system with
%moveable filling carriage
% This version uses the single-thread, sequential scheduler
% Created June, 1995, D. M. Auslander