-
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,...
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后
此元素之后的数,依次后移一个位置。
2.程序源代码:-Title: already have a good sequence of the array row. Now enter a number of requirements in accordance with the laws of the original array to insert it. 1. Program analysis: First, to determine whether this number is greater than the last few, and then inserted between a few to consider the case, insert the following after the element number, followed by one position after the shift. 2. Program source code:
- 2022-04-08 06:57:14下载
- 积分:1
-
这是一张通用定时器/计数器卡你可以绕线在我们…
This is a photo of a general purpose timer/counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope:
- 2023-07-12 20:15:03下载
- 积分:1
-
CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件...
CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件-CSerialPort class header file and the c source file, package the VC in the serial communication of the api, facilitate the preparation of serial debugging software
- 2022-04-07 09:58:25下载
- 积分:1
-
基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!...
基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!-on assembly language, the flower design. Use language compilation! The procedure is complete, there are many functions!
- 2022-03-17 13:17:32下载
- 积分:1
-
线程创建
事件触发
线程同步
结束线程
线程创建
事件触发
线程同步
结束线程-Thread creation thread synchronization events to trigger the end of thread
- 2022-08-17 09:17:43下载
- 积分:1
-
手机连连看游戏源码 打包后可以运行在手机上
手机连连看游戏源码 打包后可以运行在手机上-Mobile Phone Games Lianliankan source package can be run on the mobile phone
- 2022-03-25 02:33:56下载
- 积分:1
-
有100个VC的编程实例
有100个VC的编程实例-have one hundred examples of programming by VC++
- 2022-06-17 04:21:41下载
- 积分:1
-
激光控制的上位机程序,请用visual c++ 2005打开.
激光控制的上位机程序,请用visual c++ 2005打开.-PC-controlled laser procedures, please use visual c++ 2005 Open.
- 2023-07-16 00:35:03下载
- 积分:1
-
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!...
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!-VC clean-up assistant to use a multi-threaded, you can find a large number of documents will not lead to a standstill UI!
- 2023-02-18 11:40:03下载
- 积分:1
-
二叉树演示
二叉树的演示代码,主要演示二叉树的一些功能,,例如,求叶子节点,求深度
- 2022-07-10 13:26:09下载
- 积分:1