搜索资源列表
bashuma
- 人工智能中经典的八数码问题,可以任意输入初始状态,运用线性表的存储结构实现,附有实验报告-Eight digital classical artificial intelligence problem, you can enter any initial state, the use of the storage structure to achieve the linear form, with a lab report
contacts1
- 利用线性表实现一个通讯录管理,通信录的数据格式如下: struct DataType { int ID //编号 char name[10] //姓名 char ch //性别 char phone[13] //电话 char addr[31] //地址 } 要求: ? 实现通讯录的建立、增加、删除、修改、查询等功能 ? 能够实现简单的菜单交互,即可以根据用户输入的命令,选择不同的操作。 ? 能够保
math-problems
- 一些数学问题算法模板,稍微做了下分类 目录 1 欧几里得和模线性方程 欧几里德 扩展欧几里德 模线性方程 2 欧拉φ函数 扩展欧拉函数 3 线性时间素数筛法 生成欧拉函数表 4 因式分解 5 Nim游戏和sg函数 合肥B 题 -Some mathematical problems algorithm template, do a little under Categories 1and mode of linear eq
1
- 在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-The structure of the linear chain store table, write a function to achieve initialization list, insert, delete, export, destruction algorithms.