代码搜索结果
找到约 57,564 项符合
Display 的代码
display.m
function display(f)
%DISPLAY Displays the CCOSINE objects data.
% DISPLAY(f) displays the objects data. It is automatically called from
% when the object is entered in the command window without
display.m
function display(f)
%DISPLAY Displays the CSINE objects data.
% DISPLAY(f) displays the objects data. It is automatically called from
% when the object is entered in the command window without te
display.m
function display(f)
%DISPLAY Displays the CIMPULSE objects data.
% DISPLAY(f) displays the objects data. It is automatically called from
% when the object is entered in the command window without
display.c
#include "display.h"
uchar get_code(uchar i)
{
uchar t;
switch(i)
{
case(0):t=0xc0;break;
case(1):t=0xf9;break;
case(2):t=0xa4;break;
case(3):t=0xb0;break;
case(4
display.h
#include
#define uint unsigned int
#define uchar unsigned char
uchar get_code(uchar);
void display(uchar);
display.java
package binary;
import javax.swing.*;
public class Display {
public Display() {
}
public int get(){
while(true){
String inputString = JOptionPane.showInputDial
display.m
function display(p)
% POLYNOM/DISPLAY 在命令窗口显示多项式。
disp(' ');
disp([inputname(1),' = '])
disp(' ');
disp([' ' char(p)])
disp(' ');
display.dp2
display.o: D:/icc/include/stdio.h D:/icc/include/stdarg.h D:/icc/include/_const.h D:/icc/include/iom8v.h D:/icc/include/macros.h
display.dp2
display.o: D:/icc/include/stdio.h D:/icc/include/stdarg.h D:/icc/include/_const.h D:/icc/include/iom8v.h D:/icc/include/macros.h
my-display.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class my-display extends Frame {
public static class MyCanvas extends Canvas {
public MyCanvas() {
setFont