代码搜索结果
找到约 10,000 项符合
Control 的代码
control_structures_cursors.sql
# Procedure to find the orderid with the largest amount
# could be done with max, but just to illustrate stored procedure principles
delimiter //
create procedure largest_order(out largest_id int)
sompak_rb_control.m
function varargout=sompak_rb_control(str)
%SOMPAK_RB_CONTROL An auxiliary function for SOMPAK_*_GUI functions.
%
% This is an auxiliary function for SOMPAK_GUI, SOMPAK_INIT_GUI,
% SOMPAK_SAMMON_GUI
opctest_control_gui.asv
%function opctest_control
clear;
open('C:\MATLAB701\work\huangyong\opctest_controller.mdl')
%打开
client_control_obj_da = opcda('server211', 'OPC.PHDServerDA.1');
connect(client_control_obj_da );
opctest_control_gui.m
%function opctest_control
clear;
open('D:\黄勇\GUI OPC\opckeyunxing\opctest_controller.mdl')
%打开
client_control_obj_da = opcda('server211', 'OPC.PHDServerDA.1');
connect(client_control_obj_da );