代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/103773/6212372
h linecoll.h
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/103773/6212378
h selectadapter.h
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/101594/6236116
cpp jelreginstaller.cpp
/*
* JELRegInstaller.cpp - part of jEditLauncher package
* Copyright (C) 2001 John Gellene
* jgellene@nyc.rr.com
*
* Notwithstanding the terms of the General Public License, the author grants
*
www.eeworm.com/read/100480/6268937
cpp jelreginstaller.cpp
/*
* JELRegInstaller.cpp - part of jEditLauncher package
* Copyright (C) 2001 John Gellene
* jgellene@nyc.rr.com
*
* Notwithstanding the terms of the General Public License, the author grants
*
www.eeworm.com/read/126652/6313384
cpp autocompl.cpp
////////////////////////////////////////////////////////////////
// VCKBASE -- August 2000
// Compiles with Visual C++ 6.0, runs on Windows 98 and probably NT too.
//
#include "stdafx.h"
#include
www.eeworm.com/read/149466/6314914
h lfsr.h
#define N 1000
class LFSR
{
private:
//Fibonacci函数
void Fibonacci();
//Galois函数
void Galois();
public:
//移位寄存器的长度即q的长度
int length;
//初始序列a的长度
int length_a;
//初始序列a
char a[N];
www.eeworm.com/read/339948/6318546
cpp logmngr.cpp
// LogMngr.cpp: implementation of the CLogMngr class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DMS2.h"
#include "LogMngr.h"
#if
www.eeworm.com/read/412827/6319600
cpp pathcombobox.cpp
// PathComboBox.cpp : implementation file
//
#include "stdafx.h"
#include "PathList.h"
#include "PathComboBox.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[
www.eeworm.com/read/155201/6336716
cpp telnetserverdlg.cpp
// TelnetServerDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ListenerSocket.h"
#include "ServerSocket.h"
#include "TelnetServer.h"
#include "TelnetServerDlg.h"
#include "sh
www.eeworm.com/read/182320/6339710
cpp codectrlodbcdlg.cpp
// CodeCtrlOdbcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CodeCtrlOdbc.h"
#include "CodeCtrlOdbcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha