代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/115026/15028836
c text.c
#include"stdio.h"
int main(void)
{
unsigned int source,result;
int select;
int i;
printf("请输入要转换的方式:\n");
printf("'0'表示二进制转换为格雷码\n");
printf("'1'表示格雷码转换为二进制\n");
scanf("%d",&select);
www.eeworm.com/read/115026/15028837
exe text.exe
www.eeworm.com/read/114988/15031051
h text.h
#ifndef __TEXT_H__
#define __TEXT_H__
// CText command target
class CText : public CCmdTarget
{
private:
char* m_pchText;
DECLARE_DYNCREATE(CText)
CText(); // protected cons
www.eeworm.com/read/114988/15031053
cpp text.cpp
// Text.cpp : implementation file
// implements IDispatch and IPersistStream
//
#include "stdafx.h"
#include "ex26b.h"
#include "Text.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/215854/15038280
h text.h
#pragma once
// CText 命令目标
class CText : public CCmdTarget
{
DECLARE_DYNCREATE(CText)
public:
CText();
virtual ~CText();
virtual void OnFinalRelease();
protected:
DECLARE_
www.eeworm.com/read/215854/15038293
cpp text.cpp
// Text.cpp : 实现文件
//
#include "stdafx.h"
#include "PersistText.h"
#include "Text.h"
// CText
IMPLEMENT_DYNCREATE(CText, CCmdTarget)
CText::CText()
: m_pchText(NULL)
{
EnableAutomatio
www.eeworm.com/read/215849/15043181
gif text.gif
www.eeworm.com/read/114328/15057332
h text.h
#ifndef __TEXT_H__
#define __TEXT_H__
// CText command target
class CText : public CCmdTarget
{
private:
char* m_pchText;
DECLARE_DYNCREATE(CText)
CText(); // protected cons
www.eeworm.com/read/114328/15057335
cpp text.cpp
// Text.cpp : implementation file
// implements IDispatch and IPersistStream
//
#include "stdafx.h"
#include "ex26b.h"
#include "Text.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL