代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/345979/11776660
~ddp display.~ddp
www.eeworm.com/read/345979/11776688
pas display.pas
unit display;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DBCtrls, Grids, DBGrids, DB, ADODB, ExtCtrls, StdCtrls, CheckLst,
AppEvn
www.eeworm.com/read/345979/11776763
dfm display.dfm
object displayForm2: TdisplayForm2
Left = 127
Top = 69
Width = 836
Height = 615
Caption = #23398#31821#25104#32489#32508#21512#34920
Color = clBtnFace
Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/345979/11776827
~pas display.~pas
unit display;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DBCtrls, Grids, DBGrids, DB, ADODB, ExtCtrls, StdCtrls, CheckLst,
AppEvn
www.eeworm.com/read/345979/11776873
ddp display.ddp
www.eeworm.com/read/345979/11776877
dcu display.dcu
www.eeworm.com/read/345979/11776898
~dfm display.~dfm
object displayForm2: TdisplayForm2
Left = 127
Top = 69
Width = 836
Height = 615
Caption = #23398#31821#25104#32489#32508#21512#34920
Color = clBtnFace
Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/345873/11784808
c 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
www.eeworm.com/read/345873/11784828
h display.h
#include
#define uint unsigned int
#define uchar unsigned char
uchar get_code(uchar);
void display(uchar);
www.eeworm.com/read/259415/11795284
java display.java
package binary;
import javax.swing.*;
public class Display {
public Display() {
}
public int get(){
while(true){
String inputString = JOptionPane.showInputDial