搜索结果
找到约 64 项符合
del 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- 操作系统开发 (6)
- 汇编语言 (5)
- Delphi控件源码 (4)
- Java编程 (4)
- 游戏 (2)
- 驱动编程 (2)
- Internet/网络编程 (2)
- 数据结构 (2)
- 其他书籍 (2)
- VC书籍 (2)
- 软件设计/软件工程 (2)
- 教程资料 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 教育系统应用 (1)
- J2ME (1)
- 技术管理 (1)
- Windows CE (1)
- SQL Server (1)
- 嵌入式/单片机编程 (1)
- matlab例程 (1)
- Delphi/CppBuilder (1)
- 其他数据库 (1)
- 单片机开发 (1)
- Java书籍 (1)
- 通讯编程文档 (1)
- 加密解密 (1)
- 其他行业 (1)
- 接口技术 (1)
- 数据库系统 (1)
- 软件 (1)
- 书籍 (1)
操作系统开发 linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识
linux文件系统试验
一、实验目的
学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。
实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的 ...
数据结构 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *
编程题(15_01.c)
结构
struct student
{
long num
char name[20]
int score
struct student *next
}
链表练习:
(1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中
的学号、成绩由键盘输入,一共n个节点。
(2).编写函数void print(struct student *head),输出 ...
SQL Server Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as
Of the password is:
Server: "1."
Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85"
Database: "xzxq".
I made the changes:
1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line)
2, co ...
其他书籍 黑客基础之DOS 攻击(极品中极品) net use \ipipc$ " " /user:" " 建立IPC空链接 net use \ipipc$ "密码" /user:"用户名" 建立IPC非
黑客基础之DOS 攻击(极品中极品)
net use \\ip\ipc$ " " /user:" " 建立IPC空链接
net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接
net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H:
net use h: \\ip\c$ 登陆后映射对方C:到本地为H:
net use \\ip\ipc$ /del 删除IPC链接 ...
操作系统开发 (1) 为Windows操作系统建立兼容的DOS命令接口
(1) 为Windows操作系统建立兼容的DOS命令接口,文件与目录命令
(2) 具体命令:DIR,RD,CD,MD,DEL,MOVE,REN,XCOPY,命令格式可参考Windows的CMD.EXE或MS-DOS提供的命令格式
(3) 设计命令的名称,参数等格式
(4) 可以字符形式接受命令,执行命令,然后显示命令执行结果 ...
嵌入式/单片机编程 程序主要模拟了系统文件管理的功能
程序主要模拟了系统文件管理的功能,主要功能有:
MD:在目录文件中创建子目录,同时搜索当前目录最后一个目录项,并保存指针信息
CD:根据当前目录切换到指定目录
RD:搜索所要删除的目录是否为空目录,若是则删除
MK:在当前目录中创建文件名称(申请空间利用位示图修改FAT)
DEL:搜索所要删除的文件是否存在,若是则删除(恢复位 ...
驱动编程 以filemon开源代码为模板
以filemon开源代码为模板,加以修改,增加界面控制程序,可以添加指定文件加以保护(禁止被shift+del删除)。
VC书籍 visual C++的代码
visual C++的代码,实现del+alt+del等系统热键功能,非常强大
matlab例程 采用3D Bresenham算法在两点间划一直线 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bres
采用3D Bresenham算法在两点间划一直线
% This program is ported to MATLAB from:
% B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm)
% ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992
%
% Which is referenced by:
% Fischer, J., A. del Rio (2004). A Fast Method ...
其他 MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t
MTOOLS
version 2.0
Mtools is a public domain collection of programs to allow Unix systems
to read, write, and manipulate files on an MSDOS filesystem (typically a
diskette).
The following MSDOS commands are emulated:
Mtool MSDOS
name equivalent Description
----- ---- -----------
mattrib ...