-
有漂亮的用户界面,用链表实现多项式的各种运算,推荐刚学数据结构链表的人下载....
有漂亮的用户界面,用链表实现多项式的各种运算,推荐刚学数据结构链表的人下载.-a beautiful user interface, List polynomial used in a variety of computing, has recommended data structure Chain downloading from the Internet.
- 2023-05-25 21:25:03下载
- 积分:1
-
使用递归 - 汉诺塔游戏
这个程序使用递归解决汉诺塔游戏的问题。 这个程序将所有盘从嘴左边的指针处移动到最右边,并满足以下要求1) 一次仅移动一个盘子.2)移除的盘子必须放到一个指针下面 3)大盘子不能放在小盘子上面
- 2022-08-11 12:59:27下载
- 积分:1
-
并行端口 8051 上接收到的数据与 pc 机的串行通信
这是一个程序集级程序,以接收来自另一个 microcrontroller 的并行端口数据。它储存在暂存器。这些数据是时间标记和中继到 PC 串行端口上。该代码使用中断使并行处理成为可能。已测试和用于应用程序的代码。此代码将讨论两个主要 issues:(a) 时间 tagging(b) 平行于串行转换。
- 2022-01-27 09:08:58下载
- 积分:1
-
1 knapsack problem, using VC++ Realize is that algorithm design more important i...
0-1背包问题,用VC++实现,是算法设计中比较重要的问题-0-1 knapsack problem, using VC++ Realize is that algorithm design more important issue
- 2022-06-26 01:28:51下载
- 积分:1
-
数据结构》的全部代码实现(C语言),配合《数据结构》算法实现及解析使用。...
数据结构》的全部代码实现(C语言),配合《数据结构》算法实现及解析使用。-data structure, "the realization of all the code (C language), with a" data structure "and analytic algorithm used.
- 2022-10-13 18:00:03下载
- 积分:1
-
银行排队的模拟
void hugemenu()//最大的菜单
{
char menu; //服务项目菜单 采用字符型比较可靠!因为如果定义成整型,万一输入了字符,可能会造成死循环错误
while(1) //系统将一直运行 直到运行 turnoff()函数
{
printf("
********************欢迎您使用本系统********************
");
printf(" 【请选择服务项目】:
");
printf(" 1.客户取票 2.VIP服务
3.客服系统 4.关闭系统
");
printf(" 【您的选择】:");
scanf("%s",&menu); //用%s 比%c好 %c会记录字符 而且比如
- 2022-01-24 08:52:17下载
- 积分:1
-
This is a java implementation of the personnel management system, examples of pe...
这是用java实现的一个人员管理系统的例子,可以实现人员管理-This is a java implementation of the personnel management system, examples of personnel management can be achieved
- 2022-01-31 18:02:47下载
- 积分:1
-
本程序为数据结构常用算法中的冒泡法,希望对大家有所帮助!错误的地方请见谅!...
本程序为数据结构常用算法中的冒泡法,希望对大家有所帮助!错误的地方请见谅!-This procedure commonly used algorithm for the data structure of bubble law, would like to help everyone! Wrong place please forgive me!
- 2023-04-26 13:25:03下载
- 积分:1
-
数据结构 内部排序PPT 希尔排序 快速排序 归并排序
数据结构 内部排序PPT 希尔排序 快速排序 归并排序-Internal data structure to sort PPT
- 2022-06-19 08:18:08下载
- 积分:1
-
BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer...
BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。-BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances, more than 3-5 times the KMP algorithm quickly.
- 2022-03-10 14:08:21下载
- 积分:1