代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/486654/6524900
cpp 1697.cpp
/* This Code is Submitted by wywcgs for Problem 1697 on 2005-12-09 at 23:13:59 */
#include
#include
const int MAX = 10240;
int main()
{
char code[MAX];
int decode[MAX
www.eeworm.com/read/481966/6634199
cpp 1697.cpp
/* This Code is Submitted by wywcgs for Problem 1697 on 2005-12-09 at 23:13:59 */
#include
#include
const int MAX = 10240;
int main()
{
char code[MAX];
int decode[MAX
www.eeworm.com/read/263885/11337845
h gethardsoftinfo.h
/************************************************************************/
/* 类的说明
类中的一些要说明的函数
int ReadPhysicalDriveInNT (void) 在NT内核系统下读取硬盘的物理信息
int ReadDrivePortsInWin9X (void) 在9X内核系统下读取硬盘的物理信
www.eeworm.com/read/257902/11908144
h gethardsoftinfo.h
#include "stdafx.h"
#include
#include
#include
#include
#include
#define TITLE "DiskId32"
// Required to ensure correct PhysicalDrive
www.eeworm.com/read/257901/11908749
h gethardsoftinfo.h
#include "stdafx.h"
#include
#include
#include
#include
#include
#define TITLE "DiskId32"
// Required to ensure correct PhysicalDrive
www.eeworm.com/read/340452/12156279
prg 循环及扩展字符串测试.prg
cstring x
let x,"对中国人来说,21实际是我们的机遇,我们一定要抓住机遇"
print x
cstring y
let y," Fgggfgfgfgfg"
add x,y
print x
int i,j,k
for k,1,2,1
print "OK",k
for j,1, 2,1
print "第",j,"次"
for i,1,2,1
print y
www.eeworm.com/read/151377/12217163
h ctkspyevent.h
#include "stdafx.h"
bool OpenSpy(CString EventName);
bool SendSpy();
bool CloseSpy();
www.eeworm.com/read/150781/12261911
cpp pathfunctions.cpp
// FileZilla - a Windows ftp client
// Copyright (C) 2002-2004 - Tim Kosse
// This program is free software; you can redistribute it and/or
// modify it under the terms of th
www.eeworm.com/read/132203/14105468
cpp readexceldlg.cpp
// ReadExcelDlg.cpp : Implementierungsdatei
//
#include "stdafx.h"
#include "ReadExcel.h"
#include "ReadExcelDlg.h"
#include "odbcinst.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/132129/14108312
cpp logit.cpp
//////////////////////////////////////////////////////////////////////
// Class CLogIt Implementation File
//
// Created: 2/7/00
//
// Author: Daniel Madden
// Daniel.Madden@Compaq.Com