代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/167020/9984495
cpp canvasframe.cpp
// canvasFrame.cpp : implementation file
//
#include "stdafx.h"
#include "canvasr.h"
#include "canvasFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/167020/9984964
cpp canvasframe.cpp
// canvasFrame.cpp : implementation file
//
#include "stdafx.h"
#include "canvasr.h"
#include "canvasFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/167020/9985002
cpp canvasframe.cpp
// canvasFrame.cpp : implementation file
//
#include "stdafx.h"
#include "canvasr.h"
#include "canvasFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/166738/10003180
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,JPEG,
ExtCtrls, ScktComp;
type
TForm1 = class(TForm)
ServerSocket1: TServerSo
www.eeworm.com/read/166738/10003246
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,JPEG,
ExtCtrls, ScktComp,Sockets;
type
TForm1 = class(TForm)
ServerSocket1: T
www.eeworm.com/read/166736/10003607
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button3: TButton
www.eeworm.com/read/166736/10003621
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button3: TButton
www.eeworm.com/read/166736/10003745
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ExtDlgs, Buttons;
type
TForm1 = class(TForm)
OpenPicture
www.eeworm.com/read/166736/10003763
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ExtDlgs, Buttons;
type
TForm1 = class(TForm)
OpenPicture
www.eeworm.com/read/361414/10054062
c main.c
/*==================================================================
GPS软件设计,外部设备为上海麦宏公司的GM-309GPS接收模块,以UART格式
进行数据传输,数据遵循MNEA-0183协议。本程序仅提取其中的$GPRMC,加以
处理,最后在液晶模块上显示出,时间、日期、经度和纬度四种参数。
程序还