代码搜索:Helper
找到约 8,496 项符合「Helper」的源代码
代码结果 8,496
www.eeworm.com/read/368447/9694168
pas helper.pas
unit Helper;
interface
type
TPublic = class;
TPrivateHelper = class
private
// TPublic is the only class allowed to
// call the real constructor:
constructor Create(Owner
www.eeworm.com/read/171690/9742482
h helper.h
void SetButtonCheck (HWND hwndDlg, int CtrlID, BOOL bCheck) ;
BOOL QueryButtonCheck (HWND hwndDlg, int CtrlID) ;
www.eeworm.com/read/171690/9742511
c helper.c
/*--------------------------------
HELPER.C -- Helper routines.
(c) Paul Yao, 1996
--------------------------------*/
#include
#include
#include
www.eeworm.com/read/415628/11060419
java helper.java
public class Helper {
public void handle(int count, char c) {
System.out.println(" handle(" + count + ", " + c + ") BEGIN");
for (int i = 0; i < count; i++) {
www.eeworm.com/read/415628/11060437
java helper.java
public class Helper {
public void handle(int count, char c) {
System.out.println(" handle(" + count + ", " + c + ") BEGIN");
for (int i = 0; i < count; i++) {
www.eeworm.com/read/415628/11060488
java helper.java
public class Helper {
public void handle(int count, char c) {
System.out.println(" handle(" + count + ", " + c + ") BEGIN");
for (int i = 0; i < count; i++) {
www.eeworm.com/read/415628/11060499
java helper.java
public class Helper {
public void handle(int count, char c) {
System.out.println(" handle(" + count + ", " + c + ") BEGIN");
for (int i = 0; i < count; i++) {
www.eeworm.com/read/269573/11091574
h helper.h
#ifndef __HELPER_H__
#define __HELPER_H__
class CCritSec
{
public:
CCritSec()
{
m_cRef = 0;
InitializeCriticalSection(&m_csec);
}
~CCritSec()
{
DeleteCriticalSection(&m_csec);
www.eeworm.com/read/413558/11150677
h helper.h
// Helper.h : header file for the helper.cpp
//
// Copyright (c) 1997.8 ~ 1998.3, Mr. Wei Yongming.
//
// Last modified date: 1998.03.04.
BOOL FAR DoPromptFileName( PGUIINFO pGUIInfo, CString&
www.eeworm.com/read/413558/11150693
cpp helper.cpp
// Helper.cpp : implementation file of helper functions.
//
// Copyright (c) 1997.8 ~ 1998.3, Mr. Wei Yongming.
//
// Last modified date: 1998.03.04.
#include
#include