代码搜索:TextS
找到约 567 项符合「TextS」的源代码
代码结果 567
www.eeworm.com/read/147717/12535172
texts
www.eeworm.com/read/424682/10427048
xml texts.xml
www.eeworm.com/read/301268/13862170
c texts.c
const char *MS_Errors[] =
{"Error with %s",
"Could not open %s",
"Could not exec %s",
"You defined NLS but you have no NLSPATH environment var!",
"There is no cfg-element named %s",
"There are no
www.eeworm.com/read/301268/13862177
h texts.h
#ifndef texts_h
#define texts_h
enum
{
ME_with = 0, ME_open, ME_exec, ME_NLS_butno_NLSPATH,
ME_Cfg_No_Element, ME_Not_Enough_Patterns, ME_No_Rc,
ME_No_Words, ME_No_Net, ME_Too_Few_Words
www.eeworm.com/read/401969/11545255
h texts.h
/*
* ==============================================================================
* Name : Texts.h
* Part of : RGA Game Example
* Interface :
* Description : In game localizabl
www.eeworm.com/read/291554/3963646
java texts.java
package english;
import java.awt.*;
import javax.swing.*;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
p
www.eeworm.com/read/380132/2663483
cpp texts.cpp
#include "Texts.h"
Texts::Texts(void)
{
}
Texts::~Texts(void)
{
}
www.eeworm.com/read/380132/2663488
h texts.h
#pragma once
#include
#include
using namespace std;
class Texts
{
public:
Texts(void);
public:
~Texts(void);
public:
string TextName[100][100];
vector FileCo
www.eeworm.com/read/380132/2663492
cpp texts.cpp
#include "Texts.h"
Texts::Texts(void)
{
}
Texts::~Texts(void)
{
}
www.eeworm.com/read/380132/2663497
h texts.h
#pragma once
#include
#include
using namespace std;
class Texts
{
public:
Texts(void);
public:
~Texts(void);
public:
string TextName[100][100];
vector FileCo