代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/280329/10338762
pas functions.pas
unit Functions;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
function CheckInternetOnline: boolean; //检查互联网是否在线
function IsIP(S:
www.eeworm.com/read/425460/10354899
cpp functions.cpp
///////////Head Files///////////////
#include "stdafx.h"
#include "Macro.h"
#include "Global.h"
#include "Functions.h"
#include "Uart.h"
#include "UartDlg.h"
///////////////////////////
www.eeworm.com/read/425460/10354987
obj functions.obj
www.eeworm.com/read/425460/10354990
sbr functions.sbr
www.eeworm.com/read/425460/10355069
obj functions.obj
www.eeworm.com/read/425460/10355071
sbr functions.sbr
www.eeworm.com/read/425460/10355094
h functions.h
#ifndef __Functions_H__
#define __Functions_H__
///////////////////////////////////////////////////////////////////
bool String2HexByte(const char *hex_str, BYTE *outint, int *pnum);
void HexByt