登录
首页 » 数据结构 » 北大ACM1455(Crazy tea party)

北大ACM1455(Crazy tea party)

于 2022-05-16 发布 文件大小:24.93 kB
0 71
下载积分: 2 下载次数: 1

代码说明:

北大ACM1455(Crazy tea party)-North ACM1455 (Crazy tea party)

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

发表评论

0 个回复

  • 及算法 对于参加ACM的学生有一定帮助 里面有详细的解答...
    数据结构及算法 对于参加ACM的学生有一定帮助 里面有详细的解答-Data structure and algorithm for ACM students to participate in some help there are detailed answers
    2022-06-16 23:18:31下载
    积分:1
  • 》排序演示系统。实现6种内部排序。包括直接插入排序,希尔排序,冒泡排序,直接选择排序,快速排序,堆排序。。这是我的课程设计!...
    《数据结构》排序演示系统。实现6种内部排序。包括直接插入排序,希尔排序,冒泡排序,直接选择排序,快速排序,堆排序。。这是我的数据结构课程设计!-"data structure" Sort demonstration system. Six species of achieving internal order. Including direct insertion sort, Hill, in order Bubble Sort, direct selection, in order of Quick Sort, heap sort. . This is my data structure course design!
    2022-10-15 23:55:03下载
    积分:1
  • 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的点 [输入] 按照先序序列的顺序输入该点的内容。其输入abd eh...
    2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点 #include #include struct node{ char info struct node*llink,*rlink } typedef struct node NODE -2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
    2022-06-02 16:30:44下载
    积分: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
  • 中八皇后的算法 中八皇后的算法中八皇后的算法...
    数据结构中八皇后的算法 数据结构中八皇后的算法数据结构中八皇后的算法-the eight strategic nerve points the eight strategic nerve points the eight strategic nerve points
    2022-04-17 11:29:21下载
    积分:1
  • 为了方便大家学习,上传了一本的电子书供大家参考...
    为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考-In order to facilitate them to learn from the data structure, the upload of a data structure of the e-books for your reference
    2023-04-17 02:15:05下载
    积分:1
  • 这是一个无向图的简单模拟程序,可以用于的学习...
    这是一个数据无向图的简单模拟程序,可以用于数据结构的学习-This is an undirected graph data a simple simulation program that can be used for data structure learning
    2022-02-10 02:05:33下载
    积分:1
  • achieve internal order. Including bubble sort, direct insertion sort, Shell sort...
    实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
    2022-06-15 22:52:45下载
    积分:1
  • 用C++实现的快速傅立叶变换(FFT)的算法,其功用就不用细说了吧...
    用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
    2023-07-26 14:30:04下载
    积分:1
  • 相乘算法,使用C++语言在VC下实现.
    大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
    2022-05-20 23:11:22下载
    积分:1
  • 696518资源总数
  • 104230会员总数
  • 58今日下载