-
DS1302可调时钟
51单片机实现ds1302时钟可调,显示年月日,十分秒,周(Realization of DS1302 Clock by 51 Single Chip Microcomputer)
- 2020-06-21 08:00:02下载
- 积分:1
-
在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。...
在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
- 2022-08-14 20:15:50下载
- 积分:1
-
rectifier
说明: 逆变器的simulink仿真,采用dq解耦的空间矢量控制模式(Inverter simulink simulation, using dq space vector control mode decoupling)
- 2011-04-09 16:57:32下载
- 积分:1
-
温度采集实现
说明: 模拟温度采集,当程序停止数据采集后,自动产生数据文件的头文件,它包括操作者名字和文件名,然后将采集的数据附在头文件后面。(When the program stops data acquisition, the header file of the data file is automatically generated, which includes the name of the operator and the file name, and then the collected data is attached to the header file.)
- 2020-11-09 10:22:23下载
- 积分:1
-
LabVIEW_Fuzzy_Logic_control
说明: 基于LabVIEW的直流电机模糊控制系统设计(LabVIEW-based Fuzzy Control System Design of DC Motor)
- 2009-09-04 00:19:32下载
- 积分:1
-
Untitled
说明: 用于计算管道固有频率,仅供参考学习,用于程序计算频率(It is used to calculate the natural frequency of the pipeline for reference only)
- 2020-12-08 22:36:38下载
- 积分:1
-
这是《数据结构》的课程实习报告,内容包括报告书写格式、源代码、以及测试结果...
这是《数据结构》的课程实习报告,内容包括报告书写格式、源代码、以及测试结果-This is a "data structure," the report internship programs, including report writing format, source code, and test results
- 2023-06-10 13:15:03下载
- 积分:1
-
JS彩色方块倒计时代码
CSS3文字底纹背景动画特效是一款基于CSS3 Background属性制作文字底纹添加gif背景动态图特效。(CSS3 text background animation is a special effect based on CSS3 Background property to create text background and add GIF background dynamic map.)
- 2019-01-12 09:39:42下载
- 积分:1
-
dll_test
labview 调用VC动态链接库的源码实例。(LabVIEW calls dynamic link libraries VC source code examples.)
- 2008-06-03 16:49:34下载
- 积分:1
-
xian2
说明: 通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1