登录
首页 » Windows开发 » Algorithm program list, pointer to operate clean, very classical algorithm proce...

Algorithm program list, pointer to operate clean, very classical algorithm proce...

于 2022-05-26 发布 文件大小:7.60 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

链表算法程序实现,指针操作干净利索,很经典的算法程序。-Algorithm program list, pointer to operate clean, very classical algorithm procedures.

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

发表评论

0 个回复

  • 基本图书管理系统功能需求:
    基本图书管理系统功能需求: 1. 新书入库 2. 读者信息管理: (1)读者信息录入 (2)读者信息修改 (3)读者信息删除 (4)读者信息查询。 3. 图书查询: (1) 输入一个书号,在文件中查找此书,若找到则输出此书的全部信息;若找不到则输出查找失败的信息。 (2) )查询所有要购入的图书的书名和书号。 4. 借阅管理 (1) 每个读者的信息包括姓名,编号,借阅图书1,借阅图书2,借阅图书3,输入M个读者的信息并存入数组reader中. (2) 借书登记:输入读者的姓名及所借图书的书号,先判断姓名是否在读者数组中,若有则将书号存入reader数组中,同时修改book数组中此书的现存量.若reader数组中无此姓名,则应提示错误。 (3) 还书管理:输入读者的姓名,所还图书的书号,修改reader数组和book数组中相应的项。 5. 输出全部图书信息和全部读者信息。 6. 退出系统。 -Basic library management system functional requirements: 1. Book storage 2. Readers Information Management: (1) reader information into (2) modify the reader information (3) the reader information to delete (4) the reader information query. 3. Book Search: (1) Enter an ISBN, in the document to find the book, if the output of the book to find all the information if it can not find the output of the failure to find information. (2)) check all books to be purchased titles, and ISBN. 4. Lending Management (1) Every reader s i
    2022-03-20 01:18:53下载
    积分:1
  • 自己以前做的汇编小程序,希望对大家有用。
    自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
    2022-04-20 17:20:21下载
    积分:1
  • think it is not on the task bar shows the time is too occupied space. This is my...
    是不是觉得任务栏上的时间显示太占用空间了,这是我为此而写的一个程序.启动后,将在左上角出现一个显示时间的小方框.你可把它拖动到任何地方,右击将显示快捷菜单,隐藏后在任务栏右边显示一个小图标,移动鼠标到小图标上,将显示时间,日期等信息,右击显示的快捷菜单,可选择重新显示,关机等操作,非常方便好用- Is thought on the duty fence time demonstrated too took the space, this was I a procedure which wrote for this After the start, in on the left angle will appear demonstration time the small square You may drive it assume a post what place, right will strike demonstrated the quick menu, after the hideaway right side the duty fence demonstrated a small chart sign, will move the mouse to the small chart sign in, will demonstrate the time, information and so on date, right will strike the demonstration the quick menu, might choose redemonstrated, operation and so on Guan Ji, extremely will facilitate easily to use ,Visual Basic,其他小程序/Other windows programs -think it is not on the task bar shows the time is too occupied space. This is my purpose to write a procedure. after commencement, in the upper left corner, there will be a show that the sm
    2022-03-20 09:01:22下载
    积分:1
  • 在使用过程中可使用正则表达式的识别…
    识别正则表达式 可以在书写之前先用它验证的程序 很好用 有源代码-Identification of regular expressions can be written before the procedure to use it to verify a good use of active code
    2022-04-07 13:56:55下载
    积分:1
  • C superintendent, which was the expression evaluates procedures and laboratory r...
    用C写的中缀表达式求值程序及实验报告。-C superintendent, which was the expression evaluates procedures and laboratory reports.
    2022-01-31 00:34:31下载
    积分:1
  • android游戏(塔防)
    由于本人是安卓的初学者,所以借鉴了课本的例子做了给改动,与大家分享分享,这个游戏和保卫萝卜差不多。闯关这里是用数组的形式实现的,大家可以细看源码。欢迎大家来看!
    2022-01-25 15:46:02下载
    积分:1
  • use of the program's ideological threads to operate a chain and the right Ch...
    该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program"s ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separate threads, thread through these two events simultaneously, each additional 10 points, five nodes removed.
    2022-04-24 13:23:02下载
    积分:1
  • 通用控件
    26个VC++界面编程通用控件源代码实例: 如何获得指定点的控件指针 如何将编辑框中输入的字符转换为大写(小写) 如何设置和获得单选按钮的选中状态 如何设置和获得一组单选按钮的选中状态 如何设置列表控件的显示方式 如何设置组合框中列表框的宽度 如何实现带自动完成功能的组合框 如何实现位图按钮 如何使用滑块 如何使用进度条 如何使用列表框 如何使用旋转按钮 如何使用组合框 如何通过控件ID获得控件窗口指针 如何为控件添加工具提示 如何通过控件窗口指针获得控件ID 如何为控件添加工具提示 如何限制编辑框输入文本的长度 如何在按钮上显示图标 如何在列表控件中插入列 如何在列表框中添加水平滚动条 如何在组合框中显示文件列表 ......
    2022-06-21 19:46:35下载
    积分:1
  • 在arm9 2440 上使用ov9650摄像头的应用程序,可以抓取一帧图片
    在arm9 2440 上使用ov9650摄像头的应用程序,可以抓取一帧图片-In the arm9 2440 using ov9650 camera application, you can grab a picture
    2022-01-22 01:27:57下载
    积分:1
  • CButtonST类--美化MFC的Button控件
    CButtonST是功能非常全的CButton派生类,利用它你可以实现各种按钮的效果,它包括的特征如下:1、    CButton所有的功能CButtonST类主要包括BtnST.h、BCMenu.h和CButtonST的窗口不止一个,那么我建议你在VC | FileView中导入以上的四个文件之后,然后在include语句,如
    2023-04-29 19:00:04下载
    积分:1
  • 696518资源总数
  • 105685会员总数
  • 30今日下载