-
采用IO模拟I2C
该代码是基于STM107VCT6,I2C采用IO模拟的方式访问EEPROM的例程。由于网上经常出现使用STM的硬件I2C,总是会出现问题,这个代码中是采用IO模拟的方式
- 2022-02-21 18:57:06下载
- 积分:1
-
这是一个IP地址的分解代码可以将网址分解四个Int数据例如:(192.168.1.2)分解为192
168
1
2...
这是一个IP地址的分解代码可以将网址分解四个Int数据例如:(192.168.1.2)分解为192
168
1
2-This is an IP address of the decomposition of the code can be broken down 4 Int data such as URL: (192.168.1.2) divided into 19,216,812
- 2022-02-05 17:30:09下载
- 积分:1
-
利用ini文件将你的应用程序放到“收藏夹”里面
利用ini文件将你的应用程序放到“收藏夹”里面-use ini file your applications to "favorites" inside
- 2022-03-18 14:03:49下载
- 积分:1
-
豆瓣程序 豆瓣程序 豆瓣程序 豆瓣程序
豆瓣程序 豆瓣程序 豆瓣程序 豆瓣程序-good stuff is goodgood stuff is goodgood stuff is goodgood stuff is goodgood stuff is good
- 2022-07-22 19:14:09下载
- 积分:1
-
使用WMI提取管理信息
Using WMI to Extract Management Information
- 2022-03-09 12:18:08下载
- 积分:1
-
上传的是站长收藏夹里的源代码
上传的是站长收藏夹里的源代码-upload favorites is the head of the source code Lane
- 2022-03-04 03:40:08下载
- 积分:1
-
Chinese Academy of Sciences of the code image recognition, the image recognition...
中科院图像识别的代码,有关图像识别的基础知识,大家新手认真学习啊-Chinese Academy of Sciences of the code image recognition, the image recognition of the basic knowledge, everyone novice to seriously study ah
- 2022-04-17 12:10:30下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况...
实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
- 2022-05-24 19:49:22下载
- 积分:1
-
C++语言实现的汉诺塔游戏,显示移动步骤。
C++语言实现的汉诺塔游戏,显示移动步骤。
- 2023-01-01 16:20:06下载
- 积分:1