搜索:Delete

找到约 190 项符合「Delete」的查询结果

结果 190
https://www.eeworm.com/dl/521324.html 书籍

去快捷方式小箭头

cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe YKDAD433B09C754AACB27F085944B5C6CD
查看 73
https://www.eeworm.com/dl/619/274241.html Linux/Unix编程

我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input)

我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input), 从文件列表中删除一个记录(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
下载 145
·
查看 1109
https://www.eeworm.com/dl/676/471770.html 手机彩信(MMS)编程

The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sen

The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sender. Monitor the Inbox for MMS messages. Delete messages from the Inbox. View a selected MMS message. This example uses the MMS Client MTM and Message Server facilities. This ex ...
下载 186
·
查看 1108
https://www.eeworm.com/dl/689/365719.html SQL Server

用C编写的短小精悍的数据库

用C编写的短小精悍的数据库,既有运行码,又有源代码,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,对于想学习如何用C实现数据库sql语句编程的同仁很有帮助。
下载 56
·
查看 1053
https://www.eeworm.com/dl/654/378948.html 数据结构

C# ArrayList C++模仿版

C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。 效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete
下载 121
·
查看 1070
https://www.eeworm.com/dl/534/399743.html 其他

AutoSitePasswords is a users admin tool for Apache web server. AutoSitePasswords keeps the users da

AutoSitePasswords is a users admin tool for Apache web server. AutoSitePasswords keeps the users database and allows to append, edit, delete and search the users records. AutoSitePasswords allows to generate the random login/password serieses. AutoSitePasswords makes the Apache p ...
下载 162
·
查看 1095
https://www.eeworm.com/dl/641/175274.html 数学计算

矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(c

矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(const matrix &) //拷贝构造函数 BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵 modifyrowscols(int rows,int cols) //修改矩阵的行列数 ~matrix ...
下载 149
·
查看 1086
https://www.eeworm.com/dl/Protel/doc/20093.html 教程资料

非常全面的protel99 快捷键文本

非常全面的protel99 快捷键文本一个比较全protel99 快捷键delete——放置导线或多边形时,删除最末一个顶点 ctrl+tab——在打开的各个设计文件文档之间切换alt+tab——在打开的各个应用程序之间切换
下载 105
·
查看 1155
https://www.eeworm.com/dl/637/382375.html 多国语言处理

Implement a phone book system for employees of a company. Your program will output the following me

Implement a phone book system for employees of a company. Your program will output the following menu (1) Enter an employee and a phone pair to the system (2) Lookup an employee s phone number (3) Find out who is/are the person(s) of a given number (4) How many people are current ...
下载 184
·
查看 1085
https://www.eeworm.com/dl/531/165777.html 操作系统开发

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

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