代码搜索结果
找到约 10,000 项符合
Display 的代码
display.lst
C51 COMPILER V7.07 DISPLAY 08/03/2005 11:35:48 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
/*
*********************************************************************************
* 此模块为显示程序,刷新速率为50Hz,每刷新一次为20ms,每个字段显示5ms *
**********************************************************
display.c
//Display_task()
#include "includes.h"
#include "ML674000.H"
void Display_task(void *data)
{
INT8U i;
INT8U j;
INT8U err;
char key;
}
display.m
function display(P)
% @MSDP/DISPLAY - Display a moment SDP problem
% D. Henrion, 27 March 2006
% Last modified on 31 March 2006
% Spacing
if isequal(get(0,'FormatSpacing'),'compact')
cr = '';
els
display.m
function [id,str] = display(x)
% @SUPCON/DISPLAY - Display measure support constraint
%
% [ID,STR] = DISPLAY(X) returns the string identifier ID
% as well as a cell array STR of character strings
display.m
function display(x)
% @MEAS/DISPLAY - Display information on a measure
% D. Henrion, 28 March 2006
% Last modified on 27 April 2007
global MMM
% Spacing
if isequal(get(0,'FormatSpacing')
display.m
function [id,str] = display(x)
% @MOM/DISPLAY - Display MOM object
%
% [ID,STR] = DISPLAY(X) returns the string identifier ID
% as well as a cell array STR of character strings
% D. Henrion, 29
display.m
function [id,str] = display(x)
% @MOMCON/DISPLAY - Display moment constraint
%
% [ID,STR] = DISPLAY(X) returns the string identifier ID
% as well as a cell array STR of character strings
% D. H
display.m
function [id,str] = display(x)
% @MPOL/DISPLAY - Display MPOL object
%
% [ID,STR] = DISPLAY(X) returns the string identifier ID
% as well as a cell array STR of character strings
% D. Henrion,