代码搜索:操作软件
找到约 10,000 项符合「操作软件」的源代码
代码结果 10,000
www.eeworm.com/read/116205/14982933
aps 文件操作.aps
www.eeworm.com/read/116205/14982941
clw 文件操作.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "文件操作.h"
www.eeworm.com/read/116205/14982944
dsw 文件操作.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/116205/14982945
opt 文件操作.opt
www.eeworm.com/read/115200/15021975
txt 操作说明.txt
在运行该程序之前请先建立数据源,进行数据库的连接,其步骤如下:
打开控制面板,双击ODBC DATA Source 图标,单击Add按钮,增加新的数据源。
选择Mirosoft Access Driver(*.mdb)之后,单击"完成"按钮。
在Data Source Name 文本框里输入data,再单击Select按钮,
把数据源data设成是我们要连接的数据库student.md
www.eeworm.com/read/216112/15026832
txt 操作说明.txt
操作:
1.插入操作,"insert 关键字"--若存在,则提示;若不存在,则插入关键字。
2.删除操作,"delete 关键字".
3.输出B+树操作,"print 1或2"--两种输出模式,模式1输出整个树结构,模式2按从小到大顺序输出所有关键字。
www.eeworm.com/read/211150/15186105
jpg 操作说明.jpg
www.eeworm.com/read/210096/15206590
doc 收银操作.doc
www.eeworm.com/read/208727/15238724
cpp 栈操作.cpp
#include
typedef struct node {
int data;
struct node *next;
}stack;
void push(stack *&top,int);
int pop(stack *&top);
//int empstack (stack*);
void main()
{
int x=0
www.eeworm.com/read/206127/15299591
mb 表操作.mb
'1、新建表Create Table
'2、向表中添加数据Insert
'3、读取表中的数据FetcH
'4、修改表结构Alter Table
'5、修改表的结构Add Column
'6、建立字段索引Creat Index
'7、修改表的结构Creat Map
'8、修改表的结构DropMap
'9、编辑行Update
'10、删除行Delete
'11、删除一个表Drop