代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/284361/4065439
ui qg_linepolygon2options.ui
QG_LinePolygon2Options
QG_LinePolygon2Options
www.eeworm.com/read/396408/2416298
cpp console.cpp
// Console.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "ximage.h"
CString FindExtension(const CString& name)
{
int len = name.GetLength();
www.eeworm.com/read/387667/2556939
sql hstore.sql
SET search_path = public;
BEGIN;
CREATE FUNCTION hstore_in(cstring)
RETURNS hstore
AS '$libdir/hstore'
LANGUAGE 'C' with (isstrict);
CREATE FUNCTION hstore_out(hstore)
RETURNS cstring
AS '$libdir/h
www.eeworm.com/read/382791/2623914
h logfile.h
#ifndef _AVC_LOGFILE_H
#define _AVC_LOGFILE_H
class CLogFile
{
public:
CLogFile();
virtual ~CLogFile();
//写日志
static void WriteLogFile(CString strText,CString strFilePath=_T("SysLog.
www.eeworm.com/read/376006/2717974
source create_function_1.source
--
-- CREATE_FUNCTION_1
--
CREATE FUNCTION widget_in(cstring)
RETURNS widget
AS '@abs_builddir@/regress@DLSUFFIX@'
LANGUAGE C STRICT;
CREATE FUNCTION widget_out(widget)
RETURNS cstring
www.eeworm.com/read/267735/4259373
h logfile.h
#ifndef _AVC_LOGFILE_H
#define _AVC_LOGFILE_H
class CLogFile
{
public:
CLogFile();
virtual ~CLogFile();
//写日志
static void WriteLogFile(CString strText,CString strFilePath=_T("SysLog.
www.eeworm.com/read/112370/15489220
h userinfo.h
#pragma once
// CUserInfo 对话框
class CUserInfo : public CDialog
{
DECLARE_DYNAMIC(CUserInfo)
public:
CUserInfo(CWnd* pParent = NULL,CString strUser=NULL,CString strPwd=NULL); // 标准构造函
www.eeworm.com/read/105050/15679370
h textfile.h
#ifndef _TEXTFILE_H_
#define _TEXTFILE_H_
class CTextFile
{
public:
// ctor( s )
CTextFile( const CString& ext = _T( "" ), const CString& eol = _T( "\n" ) );
// dtor
virtual ~CText
www.eeworm.com/read/392142/8361794
cpp bbb.cpp
// bbb.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "bbb.h"
#include "bbbDlg.h"
#include "DlgLogin.h"
#include "PrintDoc.h"
#include "PrintFram.h"
#
www.eeworm.com/read/292231/8366444
h asmcodegenerator.h
#ifndef _ASMCODEGENERATOR_H_
#define _ASMCODEGENERATOR_H_
#include "Analyzer.h"
class CAsmCodeGenerator
{
public:
CAsmCodeGenerator( CString& str );
~CAsmCodeGenerator();
// Operation