代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/295753/8142246
pro chapter07checkbuttonwidget1.pro
; Chapter07CheckButtonWidget1.pro
PRO Chapter07CheckButtonWidget1_EVENT, event
WIDGET_CONTROL, Event.Top, GET_UVALUE= pState
MyString = STRARR(3)
IF MyBeijingButton.SELECT EQ 1 THEN BEGIN
www.eeworm.com/read/489153/6474362
h strlist.h
#ifndef _STRINGLIST_H
#define _STRINGLIST_H
#include
#include "MyString.h"
class StringList
{
public:
Word addr;
char *Data;
StringList *Next;
StringList();
~Stri
www.eeworm.com/read/405976/11452102
txt pascal快速入门教程.txt
Pascal快速入门教程
一、前言
Pascal语言是由瑞士Niklaus Wirth教授设计的,它代表的是结构化程序设计的顶峰;一经推出即风靡全球,形成Pascal热潮。尤其在全世界各所大学里作为计算机编程的入门语言备受推崇。在今天Pascal已经成为最为流行的RAD(Rapid Application Development)工具之一——Delphi的基本语言,因此学好Pa ...
www.eeworm.com/read/404768/11478867
txt vbscript 常数.txt
VBScript 常数
什么是常数?
常数是具有一定含义的名称,用于代替数字或字符串,其值从不改变。VBScript 定义了许多固有常数。详细信息,请参阅 VBScript 语言参考。
创建常数
您可以使用 Const 语句在 VBScript 中创建用户自定义常数。使用 Const 语句可以创建名称具有一定含义的字符串型或数值型常数,并给它们赋原义值。例如:
Const My ...
www.eeworm.com/read/154863/11922474
cs mydatecontrol.cs
using System;
using System.Text;
namespace WebApplication1
{
///
/// sDateTime is a ASP.Net web control base on F.R.Huang(meizz) [ http://www.meizz.com/ mail: meizz@hzcnc.com 2002-
www.eeworm.com/read/152352/12120375
frm form2.frm
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/128825/14277808
h substring.h
#ifndef SUBSTRING_H_
#define SUBSTRING_H_
/* ====================================================================
* The Vovida Software License, Version 1.0
*
* Copyright (c) 2000 Vovida Network
www.eeworm.com/read/225696/14525310
cpp c13_12.cpp
//main.cpp,类MyString的使用
#include
#include "mystring.h"
using namespace std;
int main()
{
CMyString str1("hello"),str2("every one");
cout
www.eeworm.com/read/220892/14785233
java testmystring.java
public class TestMyString{
public static void main(String[] args){
char[] var1={'d','u','j','i','a','n','h','u','a'};
char[] var2={'y','a','n','g','j','i','n','f','e','n','g'};
int length1