排序:上传时间 相关度 下载量 查看数

Delete 175

按分类查找:

  • SQL(Structured Query Language

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

    /dl/205837.html

    标签: Structured Language Query SQL

    上传时间: 2015-10-06

    上传用户:nairui21

  • SQL(Structured Query Language

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

    /dl/205839.html

    标签: Structured Language Query SQL

    上传时间: 2013-12-11

    上传用户:qq1604324866

  • 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

    /dl/215503.html

    标签: administration phpMyAdmin the intended

    上传时间: 2015-10-30

    上传用户:时代电子小智

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

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

    /dl/221368.html

    标签: 调试 文件系统

    上传时间: 2014-01-11

    上传用户:zhanditian

  • 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 ...

    /dl/229032.html

    标签: Sometimes the contents desire

    上传时间: 2013-12-25

    上传用户:playboys0

  • 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/

    /dl/231699.html

    标签: Programming accompany solution example

    上传时间: 2015-12-09

    上传用户:qunquan

  • #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 ...

    /dl/232946.html

    标签: namespace iostream unsigned warcraft

    上传时间: 2015-12-12

    上传用户:manlian

  • 数据库的设计范式是数据库设计所需要满足的规范

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

    /dl/249965.html

    标签: 数据库 数据库设计

    上传时间: 2014-01-21

    上传用户:笨小孩

  • 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.

    /dl/255052.html

    标签: implements and min binomial

    上传时间: 2014-11-27

    上传用户:2467478207

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

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

    /dl/267578.html

    标签: 高级语言 编写 文件系统 调试

    上传时间: 2014-10-10

    上传用户:fredguo