代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/339931/12194591
bas comdriver.bas
Attribute VB_Name = "ComDriver"
'串口通讯的底层驱动程序
Option Explicit
'全局常量定义区
'Public Const c_CurrentComBitRate = 115200
Public Const c_CurrentComBitRate = 57600
'Public Const c_CurrentComBitRate = 5600
www.eeworm.com/read/151546/12202575
bas glbvar.bas
Attribute VB_Name = "GlbVar"
Public Const PATH_DBDATA = "GPS.MDB"
Public Const RT_FAILURE = 0
Public Const RT_SUCCESS = 1
Public Const RT_BOF = 100 'Begin of file
Public Const RT_FOF = 101 'F
www.eeworm.com/read/151537/12202893
java samplemmscreation.java
/*
* @(#)SampleMMSCreation.java 1.0
*
*
* This sample was derived from the OriginatingApp.java file which came with the
* Nokia MMS Java Library 1.1
*
* Instead of sending the MMS to an
www.eeworm.com/read/253533/12216471
txt 8.2.txt
Listing 8.2 Defining Control Properties Using a Variety of Data Types
private void InitializeComponent()
{
this.mylabel = new System.Windows.Forms.Label();
this.SuspendLayout();
// label properti
www.eeworm.com/read/253505/12218506
java j.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/151286/12223512
java gamehandler.java
/* Bomber for Nokia Series 60 Phones
Copyright (C) 2003, 2004 While True, d.o.o.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/151286/12223567
java gameobject.java
/* Bomber for Nokia Series 60 Phones
Copyright (C) 2003, 2004 While True, d.o.o.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/151286/12223576
java terrain.java
/* Bomber for Nokia Series 60 Phones
Copyright (C) 2003, 2004 While True, d.o.o.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/253411/12224782
21 fig17.21
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/253410/12225253
c recvfd.c
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu