虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Delete

  • ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2

    ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § Delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后

    标签: concat copy ADT 操作

    上传时间: 2013-12-10

    上传用户:奇奇奔奔

  • 学习类的

    学习类的,深入研究New和Delete,看后会很收益的:)

    标签:

    上传时间: 2014-01-26

    上传用户:jichenxi0730

  • 本程序将用户信息设计成一个类

    本程序将用户信息设计成一个类,使用对象模拟对 象数据库,将用户信息保存到数据文件中。并实现打开 文件,保存文本,添加&删除用户信息等功能。 在运行的过程中,用户须先填上自己的姓名、性别 ,然后选择自己所在省份、城市。点击“Add”按钮, 该用户信息即可添加进面板左边的文本区,点击 “Delete”时,可删除该用户的信息,点击“Open”可 打开一个文件,点“Prior”可将该用户信息上移一行, “Next”下移一行,“First”上移至文本区第一行, “Last”信息下移至最后一行,“Save”保存左边的文 件为一个文本文档。

    标签: 程序 用户

    上传时间: 2015-03-31

    上传用户:253189838

  • 快速删除VC

    快速删除VC,DELPHI的临时文件。此BAT文件可以在文件夹和驱动盘右键菜单中添加两个菜单项(Delete specified files和Delete specified files extention setup我现在使用的是英文选项,您也可以进行修改),第一次使用时双击此BAT文件即可以完成右键功能的添加,以后您就可以方便地使用此菜单的功能了。注:您也可以添加其他可删除的文件扩展名。

    标签: 删除

    上传时间: 2014-06-30

    上传用户:pkkkkp

  • 内容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, mani

    内容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and Delete 3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints 4.How data sets can interact with queries 5.The importance of subqueries 6.Data conversion and manipulation via SQL s built-in functions 7.How conditional logic can be used in Data Statements

    标签: computerized Statements database history

    上传时间: 2015-04-25

    上传用户:ardager

  • 这是一个比较完整的java语言编写的文件系统程序

    这是一个比较完整的java语言编写的文件系统程序,有8个基本功能,要求设计一个N个用户的文件系统,每次用户可以保存M个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施。且至少有Create,Delete,Open,Read,Write等命令。

    标签: java 比较 文件系统 语言

    上传时间: 2015-05-01

    上传用户:恋天使569

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and Delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.

    标签: the embedded detects almost

    上传时间: 2015-05-06

    上传用户:comua

  • The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode mes

    The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption "Transmission Control Protocol"(TCP), connect a word (Socket) conjunction through a set, the adoption "User Datagram Protocol "(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, Delete good friend and send out and receive news etc. function.

    标签: according Customer Machine Server

    上传时间: 2014-01-04

    上传用户:jyycc

  • 本源代码所设计的文件系统

    本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(Delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。

    标签: 源代码 文件系统

    上传时间: 2013-12-13

    上传用户:希酱大魔王

  • //在tc3.0++在运行 //a数组用于随机产生1-6数表示每个方格后面的图形.用inita()函数来实现 //c数组用于记录方格的状态,用字符L(lock)表示没有打开的方格 //D(d

    //在tc3.0++在运行 //a数组用于随机产生1-6数表示每个方格后面的图形.用inita()函数来实现 //c数组用于记录方格的状态,用字符L(lock)表示没有打开的方格 //D(Delete)表示已消去的方格.O(open)表示打开的方格. //变量m表示按回车键的有效次数.也是记忆力参数,越小记忆力越好 //变量xpos,ypos用于表示当前光标所在的位置 //(x1,y1),(x2,y2)用于记录打开的两个方格的位置 //judge()函数用于控制光标范围,使其不能移出长方形 //win()函数用于判断游戏是否过关,通过判断每个方格是否全是 D 状态 //xago,yago 用于记录移动前的位置 //ax,ay表示行列式的行与列,用它们来控制游戏的关数,ax位于3-6之间,ay位于4-7之间 //z来控制方格后的图形 //第一关后面的图形用1-6代表的图形.第二关后面的图形用0-9十个数。第三关后面的图形用A-O十五个字母, //第四关后面的图形用A-T二十一个字母

    标签: inita lock 3.0 数组

    上传时间: 2015-06-19

    上传用户:hgy9473