-
用C++语言实现建立拓扑结构图并输出拓扑有序序列
用C++语言实现建立拓扑结构图并输出拓扑有序序列-With C++ Language to achieve the establishment of topology and output topology map in an orderly sequence
- 2022-10-09 00:30:03下载
- 积分:1
-
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。...
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。-Fast search duplicate array values: the realization of the principle: (1) First of all, to ensure that the array to sort. (2) the use of binary search method to find one of the values, find pre-node and subsequent nodes.
- 2022-08-04 06:59:04下载
- 积分:1
-
C is prepared for a parking management system. ! ! You might be some useful! !
这是用C编写的一个关于停车的管理系统!!!对你可能会有些用处-C is prepared for a parking management system. ! ! You might be some useful! !
- 2022-03-24 14:02:48下载
- 积分:1
-
基于STM32的多功能PWM控制程序
基于STM32的多功能程序,包括多路PWM控制程序,LCD12864液晶屏显示程序,多路按键控制程序。
名称:PWM发生器
功能:LCD12864显示;4*4键盘输入;可以设定Timer1和Timer2的PWM发生周期以及各路输出的占空比
说明:
通讯方式: 4*4键盘扫描。键盘接PD0-PD7
12864液晶屏端口接线说明:
sbit CS_LCD=PC0; //数据口定义
sbit SDO_LCD=PC1;
sbit SCK_LCD=PC2;
1-VSS:接电源负极
2-VDD:接电源正极
3-Vo:接电源正极(使对比度最大)
4-RS(CS):串行的片选信号 PC0
5-R/W(SID): 并行的读写选择信号;串行的数据口 PC1
6-E(CLK):并行的使能信号;串行的同步时钟 PC2
15-PSB:并/串行接口选择:H-并行;L-串行 (接低电平)
定时器1输出:PA8; PA9; PA10; PA11; Channel 1N, 2N and 3N ---PB13; PB14; PB15
定时器2输出:PA0; PA1; PA2; PA3;
- 2022-02-13 06:17:47下载
- 积分:1
-
驱动模型的例子,非常好用,如果需要,那你就下载吧,没人拦你的...
驱动模型的例子,非常好用,如果需要,那你就下载吧,没人拦你的-a very useful example of enabling and disabling the usb
- 2022-03-18 21:34:09下载
- 积分:1
-
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。...
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。-This program demonstrates four scheduling algorithms of CPU in the OS:FCFS、 DP、 RR&MLFQ
- 2023-05-28 21:15:04下载
- 积分:1
-
with A* algorithm JiuGongTu problem and the optimal solution is given, including...
用A*算法实现九宫问题,并给出最优解,其中包括每一步的执行路径-with A* algorithm JiuGongTu problem and the optimal solution is given, including each step of the implementation of the road
- 2023-08-01 02:10:02下载
- 积分:1
-
由3个Label控件显示立体字,你可以把它作成一个控件
由3个Label控件显示立体字,你可以把它作成一个控件-Label controls from the three shows that three-dimensional characters, you can control it to make a
- 2022-06-12 20:48:25下载
- 积分:1
-
This is a bank management system, finally found his hope to
这是一个银行管理系统,好不容易找到的,希望能通过-This is a bank management system, finally found his hope to
- 2022-10-05 12:40:04下载
- 积分:1
-
这是用vc++实现的小波变换,主要可以对图像进行三层的变换,并且可以得到经过高通、低通滤波之后的图像结果。...
这是用vc++实现的小波变换,主要可以对图像进行三层的变换,并且可以得到经过高通、低通滤波之后的图像结果。-Wavelet
- 2022-11-07 23:45:04下载
- 积分:1