代码搜索:数据存储
找到约 10,000 项符合「数据存储」的源代码
代码结果 10,000
www.eeworm.com/read/151133/5685958
c 线性顺序存储结构.c
#include
#include
#define MAX 20
#define ELEMTP int
#define v (*p)
struct sequnce
{
ELEMTP elem[MAX];
int len;
};
main()
{
struct sequnce *pz;
int i,y,cord;
v
www.eeworm.com/read/260718/6287444
txt 传真存储资费标准.txt
传真存储资费标准怎样针对企业做培训分析、培训要求?在 Windows 95 Client 上,“默认国家(地区)”必须在“Outlook 传真配置”中正确设置
发送传真前,必须在 Outlook 中选定适当的国家(地区)。默认国家(地区)是 USA。请按照以下步骤在 Outlook 中设置国家(地区)。
1. 关闭 Outlook。
2. 转到“控制面板”,双击“电子邮件”图 ...
www.eeworm.com/read/329016/6288568
doc 可变分区存储管理.doc
www.eeworm.com/read/353273/6334137
doc 动态存储管理答案.doc
www.eeworm.com/read/485594/6553806
asm 存储器扩展.asm
DATA SEG
MENT
SA DB 'WRONG:$'
AS DB 'RIGHT:$'
ASCDEC DB 10 DUP(?)
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,DATA
XOR SI,SI
www.eeworm.com/read/481249/6646486
c 线性顺序存储结构.c
#include
#include
#define MAX 20
#define ELEMTP int
#define v (*p)
struct sequnce
{
ELEMTP elem[MAX];
int len;
};
main()
{
struct sequnce *pz;
int i,y,cord;
v
www.eeworm.com/read/264614/11308388
doc 存储过程--callablestatement介绍.doc
www.eeworm.com/read/263494/11360831
sql 生成存储过程脚本.sql
select id=identity(int),text=cast(
N'if exists(select * from sysobjects where id=object_id(N'
+quotename(name)+N')
drop proc '+quotename(name)+N'
GO' as nvarchar(4000))
into ## from sysobject
www.eeworm.com/read/408386/11390554
mdb 计算器存储.mdb
www.eeworm.com/read/405283/11467014
c 线性顺序存储结构.c
#include
#include
#define MAX 20
#define ELEMTP int
#define v (*p)
struct sequnce
{
ELEMTP elem[MAX];
int len;
};
main()
{
struct sequnce *pz;
int i,y,cord;
v