搜索结果

找到约 175 项符合 delete 的查询结果

其他书籍 SQL(Structured Query Language

SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Syb ...
https://www.eeworm.com/dl/542/205837.html
下载: 108
查看: 1030

其他书籍 SQL(Structured Query Language

SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。虽然绝大多数的数据库系统使用SQL,但是它们同样有 ...
https://www.eeworm.com/dl/542/205839.html
下载: 121
查看: 1028

MySQL数据库 phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Cur

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields
https://www.eeworm.com/dl/688/215503.html
下载: 153
查看: 1128

其他 本设计的目的是通过设计和调试一个简单的文件系统

本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; ( ...
https://www.eeworm.com/dl/534/221368.html
下载: 170
查看: 1058

加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
https://www.eeworm.com/dl/519/229032.html
下载: 65
查看: 1082

其他书籍 An example to accompany PCW March 2004 Visual Programming Hands On. To use, open the solution in

An example to accompany PCW March 2004 Visual Programming Hands On. To use, open the solution in the SchoolApp folder. April 2004: Now revised to add New and Delete options. Tim Anderson http://www.itwriting.com/pcw/
https://www.eeworm.com/dl/542/231699.html
下载: 35
查看: 1048

软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 war ...
https://www.eeworm.com/dl/684/232946.html
下载: 113
查看: 1102

文章/文档 数据库的设计范式是数据库设计所需要满足的规范

数据库的设计范式是数据库设计所需要满足的规范,满足这些规范的数据库是简洁的、结构明晰的,同时,不会发生插入 (insert)、删除(delete)和更新(update)操作异常。反之则是乱七八糟,不仅给数据库的编程人员制造麻烦,而且面目可憎,可能存储了 大量不需要的冗余信息。 设计范式是不是很难懂呢?非也,大学教材上给 ...
https://www.eeworm.com/dl/652/249965.html
下载: 108
查看: 1044

数据结构 This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative

This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.
https://www.eeworm.com/dl/654/255052.html
下载: 66
查看: 1039

文章/文档 一、目的要求 1、用高级语言编写和调试一个简单的文件系统

一、目的要求 1、用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、要求设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read ...
https://www.eeworm.com/dl/652/267578.html
下载: 59
查看: 1164