登录
首页 » 数据结构 » preparation classes directory c

preparation classes directory c

于 2022-03-09 发布 文件大小:45.61 kB
0 109
下载积分: 2 下载次数: 1

代码说明:

班级通讯录c++编写-preparation classes directory c

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本人写的浙大acm题目的源码,贴出来供大家分享,希望对大家的编程水平能有所帮助...
    本人写的浙大acm题目的源码,贴出来供大家分享,希望对大家的编程水平能有所帮助-I wrote the title of the source Zheda acm, posted for everyone to share, in the hope that the level of U.S. programming, can be helped
    2022-03-11 07:31:30下载
    积分:1
  • 用delphi开发的一个库浏览器
    用delphi开发的一个数据库浏览器-with the development of a database browser
    2023-06-04 10:50:03下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • 登录脚本,PHP连接库的使用。
    login sript .PHP usefull to connect DB
    2022-12-11 00:25:03下载
    积分:1
  • QRCODE生成24位bmp位图
    介绍这是libqrencode库使用方法的简单例子,该库来自FUKUCHI Kentaro,用于由QRCode文字生成bmp文件。网上有该库的相关信息,但没有简单的例子展示如何使用它。在本项目中,展示了该库使用时出现的问题的解决方法。编译时直接引用源代码,不会有链接冲突问题。libqrencode支持QRCode模式2,JIS里描述的X0510:2004或ISO/IEC 18004。当前不支持ECI和FNC1模式 QRCode模式1.背景很多设备都可以读取QRCode二维码,大多数智能手机都包含了QRCode读取器,该格式支持不同的数据类型:网址、联系人等等...,在这个例子中,是URL编码,阅读时智能手机可以自动连接到Ultramundum基金会网站。使用得最多的QRCode生成器是libqrencode,但很少有在C/C++中使用的例子,只能参考文档中的注释和一些Doxygen的内容。我创建了一个简单的应用程序,用于将URL转换到QRCode并保存为Windows bmp文件。通过阅读代码,可以学习如何使用该库,甚至是其它语言,以及如何将其内部的位图格式转换成标准图形。使用代码代码真的很简单,主要的代码文件是QRGenerator.cpp,里面有个标准的C main()函数。这是一个Win32控制台程序。通过修改#define 可以修改生成的文件、颜色深度
    2022-01-25 18:23:21下载
    积分:1
  • 中哈夫曼编码应用实例,C语言编码。
    数据结构中哈夫曼编码应用实例,C语言编码。-Data structure in application of Huffman coding, C language code.
    2023-03-28 23:15:03下载
    积分:1
  • 生成库链接和sql语句的工具,帮助不熟悉sql的网友应用sql
    生成数据库链接和sql语句的工具,帮助不熟悉sql的网友应用sql-generation database links sql statement and the tools to help not familiar with the sql netizens application sql
    2022-03-02 00:54:13下载
    积分:1
  • ++库编程,详细介绍vc操作库的一些知识,包括dao,ado等等技术...
    ++数据库编程,详细介绍vc操作数据库的一些知识,包括dao,ado等等技术-++ Database Programming, vc detail the operation of some database knowledge, including the dao, ado, etc. technology
    2022-09-29 13:30:08下载
    积分:1
  • Order to map any of the distance between two nodes, (2) with two
    求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
    2022-04-20 12:55:19下载
    积分:1
  • achieved using the binary tree traversal sequence which read and storage, will b...
    用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.
    2023-05-12 02:45:03下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载