代码搜索:Helper
找到约 8,496 项符合「Helper」的源代码
代码结果 8,496
www.eeworm.com/read/187512/6278447
cpp helper.cpp
// helper.cpp : 实现文件
//
#include "stdafx.h"
#include "attemper.h"
#include "helper.h"
// helper 对话框
IMPLEMENT_DYNAMIC(helper, CDialog)
helper::helper(CWnd* pParent /*=NULL*/)
: CDia
www.eeworm.com/read/357348/6300882
h helper.h
//undefined RMtypes that I need
#define RMvoid void
/* #define TPRINT(y, x) { if(y) printk x }*/
#define DMSG 1
#define MPRINT(x) { DMSG ?printf x:0; }
#ifdef _DEBUG
#define DEBUG
#endif
#ifdef
www.eeworm.com/read/357348/6300883
c helper.c
#include
#include
#include
#define ALLOW_OS_CODE 1
#include "rmdef/rmdef.h"
#include "llad/include/gbus.h"
#include "emhwlib_hal/i2c/include/i2c_hal.h"
#include "emhwl
www.eeworm.com/read/223932/6358107
class helper.class
www.eeworm.com/read/489426/6471339
h helper.h
/*****************************************************************************\
* efs - General purpose Embedded Filesystem library *
* --------------------- -------
www.eeworm.com/read/488662/6483310
cpp helper.cpp
#include
#include "helper.h"
DWORD HEXS(char *decString)
{
DWORD hexValue=0;
DWORD sl=0;
BOOL isWhile=FALSE;
DWORD idx=0;
char str[256];
BYTE ct=0;
sl=strlen(decString
www.eeworm.com/read/488662/6483312
h helper.h
//
// helper.h : header file
//
#ifndef _HELPER_H_
#define _HELPER_H_
#ifdef _cplusplus
extern "C" {
#endif
DWORD HEXS(char *decString);
void EnableMenu(HWND hWnd, DWORD menuID, BOOL e
www.eeworm.com/read/488662/6483327
obj helper.obj
www.eeworm.com/read/488662/6483377
sbr helper.sbr
www.eeworm.com/read/484076/6590318