代码搜索:USER
找到约 10,000 项符合「USER」的源代码
代码结果 10,000
www.eeworm.com/read/389397/8524202
c user.c
/*******************************************************************************
User functions
*******************************************************************************/
#i
www.eeworm.com/read/188423/8542365
nsf user.nsf
www.eeworm.com/read/188382/8545101
cls user.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/433093/8547712
cpp user.cpp
// User.cpp : 实现文件
//
#include "stdafx.h"
#include "StudentScore.h"
#include "User.h"
//CADOStorage
CADOStorage::CADOStorage():CADODataset()
{
this->SetConnection(theApp.m_pDBCon);
}
C
www.eeworm.com/read/433093/8547897
h user.h
/*********************************************************************
*
* CFieldRecord 字段信息结构量
* CFldValue 字段值结构量
* CUser
www.eeworm.com/read/188250/8555128
c user.c
#include"Source.h"
TUser *CreateUser(char *name)
{
TUser *temp=NULL;
temp=malloc(sizeof(TUser));
if(temp==NULL)
return NULL;
strcpy(temp->name,name);
temp->bill=NULL;
return temp;
www.eeworm.com/read/188250/8555151
o user.o
www.eeworm.com/read/289272/8562492