代码搜索:cstring

找到约 10,000 项符合「cstring」的源代码

代码结果 10,000
www.eeworm.com/read/426036/10292210

cpp sql_connect1.cpp

// sql_connect1.cpp : Defines the entry point for the console application. // #include "stdafx.h" //9月15日 //C++连接SQL数据库 void smsLogon::InitSQLServer(CString server, CString db, CString Us
www.eeworm.com/read/198607/7924399

h common.h

#ifndef _COMMON_H #define _COMMON_H extern CString gGetShpPath(void);//获取shp文件路径 extern CString gGetRasterPath(VOID); //获取栅格文件路径 extern CString gGetFilePath(VOID); //获取保存文件路径 extern HRES
www.eeworm.com/read/297065/8056794

h structure.h

#ifndef __STRUCTURE_H #define __STRUCTURE_H //定义程序使用的数据结构... //进货管理类信息结构 typedef struct bookstock { int stocktime; int ISBN; CString bookname; CString author; CString bookconcern; C
www.eeworm.com/read/241995/13100782

cpp nic_device.cpp

#include "stdafx.h" #include "NIC_Device.h" NIC_Device::NIC_Device(CString SName, pcap_t* PHandle, CString SDescription, CString SIP, byte BIP[4]) { m_sName = SName; m_pHandle =
www.eeworm.com/read/325364/13210531

cpp md5.cpp

#include "MD5.h" const CString hex_chr="0123456789abcdef"; CString MD5::rhex(int num) { CString str = ""; for (int j = 0; j
www.eeworm.com/read/306382/13745570

txt read me.txt

源文件 :AdoDatabase.cpp 头文件 :AdoDatabase.h 类名 :CAdoDatabase 成员函数 : struct AdoDatabaseInfo { CString DataSouceName; 数据源名称/服务器名称 CString DatabaseName; 数据库名称 CString TableName;
www.eeworm.com/read/211161/15185551

txt select.txt

字符串内内容地址查询 参数: str 要查询的内容 参数: SelName要查询的内容 SelectString("jctsq0321320321320321jctsq","jctsq"); void CTestDlg::SelectString(CString strContent, CString SelName) { CString strSelect = strC
www.eeworm.com/read/335567/12514839

txt t1.txt

void CDESEncrptionDlg::DecimalToBinary(CString strDecimal,bool boolArray[],int length) //把CString以整数的形式转化为0 1布尔型二维数组 { CString strBinary = ""; //unsigned char temp[8]; unsigned char ruler=128;
www.eeworm.com/read/107038/15614453

h 班级成员管理程序.h

#include "iostream.h" #include "stdafx.h" //声明Person类: class Person { private: CString m_Name; int m_Age; CString m_Sex; public: void SetName(CString name) { m_Name=na
www.eeworm.com/read/236305/6954170

h students.h

class student { private: CString sSeq; CString sID; CString sName; public: student() { // // TODO: 在此处添加构造函数逻辑 // sSeq = "没有加载班级文件"; sID = "没有加载班级文件"; sName = "没有加载班级文