搜索资源列表

  1. 060103

    0下载:
  2. 1、采用二级文件目录(即主目录MFD和用户文件目录UED)。另外,为打开文件设置运行文件目录AFD。 2、文件保护可采用三位保护码:当R=1,W=1,E=1时,表示可以进行读,写,执行操作;当R=0,W=0,E=0时,表示不可以进行读,写,执行操作。 3、对文件的读写操作可简化成只改变读写指针;对文件目录的搜索可采用先行搜索。 -one using two documents directory (MFD that is t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3245
    • 提供者:紫水晶
  1. filesguanli

    0下载:
  2. 采用二级目录实现的简单模拟文件管理系统。普通文件的目录项包括文件名,文件类型,文件长度,指向文件内容的指针内容。目录文件的目录项包括目录名,指向下一级目录块的指针内容。-using two simple directory achieve simulation document management system. Ordinary paper catalog items including file name, file type,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2506
    • 提供者:烟仔
  1. 060103

    0下载:
  2. 1、采用二级文件目录(即主目录MFD和用户文件目录UED)。另外,为打开文件设置运行文件目录AFD。 2、文件保护可采用三位保护码:当R=1,W=1,E=1时,表示可以进行读,写,执行操作;当R=0,W=0,E=0时,表示不可以进行读,写,执行操作。 3、对文件的读写操作可简化成只改变读写指针;对文件目录的搜索可采用先行搜索。 -one using two documents directory (MFD that is t
  3. 所属分类:C#编程

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:紫水晶
  1. filesguanli

    0下载:
  2. 采用二级目录实现的简单模拟文件管理系统。普通文件的目录项包括文件名,文件类型,文件长度,指向文件内容的指针内容。目录文件的目录项包括目录名,指向下一级目录块的指针内容。-using two simple directory achieve simulation document management system. Ordinary paper catalog items including file name, file type,
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:烟仔
  1. COMMONLIST

    0下载:
  2. 实现链表的通用!通过二级指针对表头,节点的开辟做操作,安全好用-To achieve a common list
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:温勇
  1. File_os

    0下载:
  2. 1、设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件。 2、程序采用二级文件目录(即设置主目录[MFD])和用户文件目录(UED)。另外,为打开文件设置了运行文件目录(AFD)。 3、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 4、算法与框图: ①因系统小,文件目录的检索使用了简单的线性搜索。 ②文件保护简单使用了三位保护码:
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:许晓晓
  1. zhiwudazhanjiangshiwaigua

    0下载:
  2. 植物大战僵尸外挂源码,初级的二级指针的内存读取和写入方法!-Zombies external source, junior secondary pointer memory read and write way!
  3. 所属分类:外挂编程

    • 发布日期:2024-06-11
    • 文件大小:73728
    • 提供者:徐升良
  1. A_LDU

    0下载:
  2. 程序实现将一个对称矩阵A分解成LDU 其中L为下三角矩阵 D为对角矩阵 U为上三角矩阵 该程序使用了二级指针,矩阵A的阶数可以由运行人员决定-Program implementation will be decomposed into a symmetric matrix A LDU where L is lower triangular matrix D a diagonal matrix U is upper trian
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:mwf
  1. sunriseOK

    0下载:
  2. 由区号查询经纬度,进而计算出日出日落时间的源码实现,精度与日梭万年历相比,最多差一分。 查表用到二级指针,可以学习其用法。-sunrise ,sunset
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-11
    • 文件大小:1230848
    • 提供者:王一
  1. cpp

    0下载:
  2. 数组元素为指针的数组称为指针数组 例: int *pa[3] 数组有三个元素, 每个元素是一个int型指针 pa是指向该一维一级指针数组的指针,是二级指针-Array element as pointer to array of pointers to arrays example: int* pa [3] array has three elements, each element is an int point
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:13312
    • 提供者:weiwei
  1. BinSearchTree

    0下载:
  2. c语言编写的二叉树问题,用的是链结合二级指针实现,合适初学者学习和使用-c language of the binary tree with the chain binding the two pointers, suitable for beginners to learn and use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:185344
    • 提供者:myron
  1. EX07_3

    0下载:
  2. 探讨二级指针与字符串的关系。编辑、注释、运行、调试自己编写的程序. 请编写一个程序,利用指向指针的指针方法对6个字符串排序并输出。 -Explore the relationship between two pointers and strings. Edit, annotate, run, debug, write your own programs., Please write a program, using a poin
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:206848
    • 提供者:guoxiao
  1. 2

    0下载:
  2. 定义了矩阵类并实现矩阵的加减乘除转置操作。是学习C语言二级指针的不错例子-Define and implement a matrix class subtraction, multiplication and division matrix transpose operation. Learning C language pointer two good examples
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:孙文
  1. shuzu-zhizheng

    0下载:
  2. a=[][] 则a[i]+j,*(a+i)+j都表示第i行第j个元素的地址 a+j与&a[j]都为第j行首地址 数组指针 二级指针加1 指向下一行 一级指针加1 指向下一个数 若 int (*p)[j] p=a 则p与a用法一样-a = [] [] is a [i]+j,* (a+i)+j address a+j have said i-th row and j-th element
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:199680
    • 提供者:汪耕任
  1. LevelTwoPointer

    0下载:
  2. 使用C++编写的二级指针测试,思路非常清晰,看后能后透彻地理解二级指针-Use C++ written two pointer test, ideas very clear, after a thorough understanding can look after two pointers
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:2067456
    • 提供者:林蓝
  1. CppStudy

    0下载:
  2. 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, p
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-11
    • 文件大小:1666048
    • 提供者:吴健
  1. LNode

    0下载:
  2. 指针是一个地址,他自己也是有一个地址。一级指针(带一个*号)表示一级地址,他自身地址为二级地址。二级指针(带两个*号)表示二级地址,他自身地址为三级地址。- The pointer is an address, and he himself also has an address. A pointer (with a* number), said the first level address, his own address
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:181248
    • 提供者:靳以2002
  1. ucenter

    0下载:
  2. 通过主进程的分发机制一次下发指定数目文件至子进程,子进程进行文件操作取文件内容进行后面的需求操作.(Through the main process distribution mechanism, send a specified number of files to the sub process at a time, the child process file operations, take the file content f
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-11
    • 文件大小:36864
    • 提供者:萧凌烟
  1. 二级指针

    0下载:
  2. 在二级指针的基础上,对于数据的输入输出做出了剖析,便于开发者理解(On the basis of the two level pointer, an analysis of the input and output of the data is made to facilitate the understanding of the developer.)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:xiaomumu
  1. 矩阵运算程序

    0下载:
  2. 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:244736
    • 提供者:theisness
« 12 »

源码中国 www.ymcn.org