-
图书管理系统
根据图书管理系统的要满足的实际需求情况与基本服务职能,我们确定了整个图书管理系统应该划分以下6个模块:系统设置、读者管理、图书管理、图书借还、系统查询、排行榜。
- 2023-04-18 17:30:03下载
- 积分:1
-
IAP15F4K-串口通讯-和校验(中断方式)
使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial sending and receiving program, the program adds the parity bit, and uses logic analyzer to capture the waveform of the data sent and received by the serial port of the microcontroller, and compares it with the data received and sent by the serial port.)
- 2017-10-19 20:05:38下载
- 积分:1
-
使用 vb 的图像隐藏隐写术
在这个项目中,我正在做的图像隐藏在 visual basic.in 隐写术我们喜欢做图像分割此隐写术
- 2022-03-19 06:02:16下载
- 积分:1
-
recomexer1
ssd5, recommended exercise 1, solution files
- 2011-02-13 16:20:07下载
- 积分:1
-
project
51单片机控制SD卡,并将SD卡中的字符分割存入数组,为下一步开发做准备。(51 MCU control SD card and SD card characters split into an array, to prepare for the next development.)
- 2013-04-21 21:31:08下载
- 积分:1
-
STC_UART_GPS_OK
芯片:STC12C5A60S2
晶振:16MHz 波特率:4800bps
引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0
串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2
功能描述:STC12双串口通信(中断方式)
当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去
当串行口2接收数据后,将此数据由串行口1发送出去(Chip: STC12C5A60S2
Crystal: 16MHz Baud Rate: 4800bps
Pin definitions: Serial port 1: Send TxD/P3.1 receiving RxD/P3.0
Serial port 2: Send TxD2/P1.3 receiving RxD2/P1.2
Function Description: STC12 Two serial communication (interrupt)
When a serial port after receiving GPS data (4800 baud), this data is sent out by the serial port 2
When the serial port 2 receives data, this data is sent out by the serial port 1
)
- 2020-11-06 08:29:49下载
- 积分:1
-
中间数
问题描述
在一个整数序列A1, A2, …, An中,如果存在某个数,大于它的整数数量等于小于它的整数数量,则称其为中间数。
在一个序列中,可能存在多个下标不相同的中间数,这些中间数的值是相同的。
给定一个整数序列,请找出这个整数序列的中间数的值。
输入说明
输入的第一行包含了一个整数n,表示整数序列中数的个数,1 ≤ n ≤ 1000。
第二行包含n个正整数,依次表示A1, A2, …,An,1 ≤ Ai ≤ 1000。
输出说明
如果序列的中间数存在,则输出中间数的值,否则输出-1表示不存在中间数。
输入样例
输入样例1
6
2 6 5 6 3 5
输入样例2
4
3 4 6 7
输出样例
输出样例1
5
输出样例2
-1
- 2022-09-17 02:00:03下载
- 积分:1
-
dictionary
利用Trie树实现一个英语单词辅助记忆系统,完成相应的建表和查表程序(Trie tree using an English word to achieve auxiliary memory system, complete the appropriate procedures for the construction table and look-up table)
- 2010-05-05 20:53:32下载
- 积分:1
-
热电偶安全栅
说明: 热电偶输入 4- 20mA输出,程序编写(Thermocouple input 4-20 mA output, programming)
- 2019-05-21 14:50:42下载
- 积分:1
-
AndroidDataTransform
说明: 非常实用的安卓系统文件传输数据助手.公司内部使用的工具.
可以通过该程序复制PAD上面的视频文件到PC电脑端
也支持PC端COPY程序到PAD端
先修改配置文件 AndroidDataTransform.exe.config
主要修改这三项,注意PadDataPath 路径中使用“/”
先点“获取设备信息”,当设备连接后,可以获取到设备的信息后,可以直接上传和下载PAD端的数据。
如果出现提示未验证错误时,需要在PAD->设置->开发者选项->撤销USB调试授权,确定,撤销USB调试授权后,当重新获取 设备信息时,重新确定权限(Very practical Android file transfer data assistant. Tools used in the company.
This program can copy the video files on PAD to PC.
It also supports COPY program on PC side to PAD side.
Modify the configuration file AndroidDataTransform.exe.config first
Mainly modify these three items. Notice that "/" is used in the PadDataPath path.
First click "Get device information", when the device is connected, it can get the information of the device, and then upload and download the PAD data directly.
If there are no validation errors, you need to revoke the USB debugging authorization in PAD - > Settings - > Developer Options - > Determine, after revoking the USB debugging authorization, when retrieving the device information, re-determine the privileges.)
- 2020-06-16 12:00:01下载
- 积分:1