-
实现定时器算法逻辑,本身不带定时驱动器 TimerLogic实现了一个模拟的时钟,这个时钟的最上一层(类似秒针)是一个256个刻度的盘子,下面四层(类似分钟,时...
实现定时器算法逻辑,本身不带定时驱动器 TimerLogic实现了一个模拟的时钟,这个时钟的最上一层(类似秒针)是一个256个刻度的盘子,下面四层(类似分钟,时针)有刻度是64的小盘子,上层转一圈之后下一层的刻度就走一个刻度。指示当前盘子走到那个刻度是TimerVec(或TimerVecRoot)的index。-achieve timer algorithm logic, it should not take regular drives TimerLogic achieved a simulated clock, the clock on the floor (similar hands of) 256 is a calibration of the dishes, the following four (similar minute hand of a clock) is a scale of 64 small plates, the upper circle turn Zhi after the next level of calibration leave a mark. The current instructions that come calibration plate is TimerVec (or TimerVecRoot) index.
- 2023-03-20 20:00:04下载
- 积分:1
-
一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。...
一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。-a calculation of the weighted average score of small practical procedures applicable to the university often need to use the calculation.
- 2023-05-19 16:30:03下载
- 积分:1
-
ping.rar
ping.rar
- 2022-04-18 06:49:20下载
- 积分:1
-
对复数进行+、
对复数进行+、-、*、/重载运算-right plural for ,-,*,/ Heavy Operational
- 2023-01-28 20:00:08下载
- 积分:1
-
This is my first program, It doesn t do anything.
This is my first program, It doesn t do anything.
- 2022-03-05 17:46:39下载
- 积分:1
-
delphi代码更新
Delphi 自动更新代码小demo,RaizeFlatStyleCoolTrayGridEhVCLZipMSNPopupAutoUpgrader可以方便的进行修改,自定义更新界面
- 2022-04-20 09:33:03下载
- 积分:1
-
八皇后问题四种解法,回溯为主,
更有一个一句语句实现八皇后问题的程序,绝...
八皇后问题四种解法,回溯为主,
更有一个一句语句实现八皇后问题的程序,绝-8 Queen
- 2022-02-11 21:37:55下载
- 积分:1
-
学生信息管理系统(自己)一个简单的图形界面,希望能…
学生信息管理系统(自编)简单的图形界面,希望大家喜欢-Student Information Management System (own) a simple graphical interface, I hope everyone likes
- 2022-04-21 05:43:55下载
- 积分:1
-
DRM发射和接收端完整仿真,包括编解码,同步(时间同步和频率同步),调制解调,均衡等...
DRM发射和接收端完整仿真,包括编解码,同步(时间同步和频率同步),调制解调,均衡等-DRM-side transmitting and receiving a complete simulation, including the coding and decoding, synchronized (time synchronization and frequency synchronization), modulation and demodulation, balanced, etc.
- 2022-02-01 20:36:14下载
- 积分:1
-
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列
1 编写采用二叉链表形式存储的二叉树...
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列
1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。
创建的二叉树:
-2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called binary tree traversal algorithm to compare the output node sequence of a list prepared by using the binary form of a binary tree stored in the creation, the first sequence, in sequence, after the order and by level traversal algorithms. Create a binary tree:
- 2023-02-11 06:00:04下载
- 积分:1