-
VC database programming, MFC prepared can be used in conjunction with the CListC...
VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用-VC database programming, MFC prepared can be used in conjunction with the CListCtrl control
- 2023-03-21 16:30:03下载
- 积分:1
-
能够输入节点 然后完成图的广度优先遍历
能够输入节点 然后完成图的广度优先遍历-Able to enter the node and then complete the graph breadth-first traversal
- 2022-04-24 22:36:03下载
- 积分:1
-
机器人系统
简介: Whatis 机器人: 机器人是 mechanicaldevice,有时类似于一个人,是有能力执行晚熟往往是复杂的人工任务,命令或通过预先编程。 项目是关于: 这种机器人在这里我 haveused 蓝牙模块,控制机器人通过 2 博电机在 100 RPM appoxthe 机器人是控制由一部 android 手机应用单片机因此 AT89S52 形式 8051 家族在串行通信 UART 模式交流工作在 9800 bps 沟通与 Bluetoothmodule 蓝牙 moduleused 是 HC-05 在 smd 包装这项作用于 3.3 v 和 serialcommunication 与它相连的任何设备上配置通信速度可以在各种速度通过 AT 命令的功能。 蓝牙模块是修饰语支持配置文件,所以它可以轻松地连接到任何模块或电话。从这个数据可以发送和接收模块的配置文件。家单片机和 RX 引脚是 BT 模块姻亲。 L293D 是 motordriver IC 操作在任何方向需要依赖上逻辑应用于逻辑针脚的电动机。 我已经用来避免机箱包含的 2decks 低用于拟合上部的博汽车底盘总成的成衣 compactsize 机箱用作 batterystack 有顶部板板安装由螺丝固定。
- 2022-01-26 06:42:33下载
- 积分:1
-
一个用vc写的物资管理系统
一个用vc写的物资管理系统-vc with a written material management system
- 2022-02-25 10:04:05下载
- 积分:1
-
各类排序算法比较
本代码实现并比较了直接插入排序,选择排序,冒泡排序,快速排序,两路合并排序,堆排序,同时可视化比较了他们的时间复杂度,代码完整可行,有可执行文件直接运行。
- 2022-10-10 13:35:03下载
- 积分:1
-
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
- 2022-03-19 13:35:27下载
- 积分:1
-
用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现...
用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
- 2023-01-31 20:35:04下载
- 积分:1
-
on SQL Guide to the Chinese version of about 0. About 25M hope we can help bring...
有关于SQL方面的教程中文版大约0。25M左右希望能够大家带来帮助。-on SQL Guide to the Chinese version of about 0. About 25M hope we can help bring about.
- 2023-06-12 12:55:04下载
- 积分:1
-
Air booking system c++ source code. The structure of air passenger data source b...
航空订票系统的c++源码。是数据结构航空客运订票系统的源码,个人制造-Air booking system c++ source code. The structure of air passenger data source booking systems, personal manufacturing
- 2023-01-02 12:45:04下载
- 积分:1
-
link list code
在计算机科学中,链表是;
- 2023-04-30 06:10:02下载
- 积分:1