-
数据采集终端程序 0611(2)
说明: 机床数据采集后上传至云服务器,通过http的json格式上传。(After data acquisition, the machine tool is uploaded to the cloud server and uploaded in JSON format of http.)
- 2020-06-16 23:00:02下载
- 积分:1
-
NB模块驱动 (不带系统)
关于NB模块BC95的驱动部分,不带系统跑前后台的程序,以后为了方便管理,还是建议跑系统。主要是包括模块AT命令正常应用时常有的AT命令发送
- 2022-01-26 02:25:02下载
- 积分:1
-
德德generador codigos巴拉128C条
SE描述联合国普通de巴勒斯de La GENERACION 128-c.
- 2023-07-26 16:55:02下载
- 积分:1
-
Fib_Complexity
Fib number algorithm complexity test: recursive vs. non recursive functions...
- 2014-10-07 15:05:33下载
- 积分:1
-
C8051F-DAC
利用4*4矩阵键盘控制C8051f040片内DCA输出,利用LCD1602显示输入的数字量,输出范围0-5V,DAC精度12位。(Use 4* 4 matrix keyboard control C8051f040 DCA chip output, use LCD1602 display digital inputs, output range 0-5V, DAC precision 12.)
- 2015-08-04 10:26:33下载
- 积分:1
-
心率血氧传感器MAX30102源代码
此文件为STM32和MAX30102的源代码,这是一款测试心率血氧的芯片,测试精准度高,这个源代码也可以兼容到其他cortex的处理器,兼容性较高。
- 2022-04-13 07:45:45下载
- 积分:1
-
LCD&OV7725
使用stm32f4搭载ov7725,进行图像读取与数据处理,能稳定显示在lcd显示屏上,并且提取黑线(The use of stm32f4 equipped with ov7725, image reading and data processing, can be stably displayed on the LCD display, and extract black lines)
- 2017-08-05 09:50:35下载
- 积分:1
-
课设报告终极版
说明: 用c语言设计和实现图书管理系统,对图书进行管理。图书信息包括:图书编号(不允许重复)、图书名称、作者、出版单位、价格、数量等。
基本要求:
(1) 系统以菜单方式工作;
(2) 图书信息录入功能(图书信息用文件保存) ;
(3) 图书信息浏览功能;
(4) 查询和排序功能:如按书名、按出版社、按作者名等;
(5) 增加 (追加一批新的图书) /删除图书;
(6) 进出货管理:
1)图书进货:输入数据后图书数量能自动更新进行添加;
2)图书销售:输入数据后图书数量能自动更新进行减少(The library management system is designed and implemented in C language, and the books are managed. Book information includes: book number (not allowed to repeat), book name, author, publishing unit, price, quantity and so on. Basic requirements: (1) The system works in menu mode; (2) Book information input function (book information is saved with documents); (3) Browsing function of book information; (4) Query and sorting functions: by book title, by publishing house, by author name, etc. (5) Add (add a new batch of books) or delete books; (6) Management of incoming and outgoing goods: 1) Books purchase: After inputting data, the number of books can be automatically updated and added; 2) Book sales: the number of books can be automatically updated and reduced after data input)
- 2019-01-02 14:23:50下载
- 积分:1
-
SAMP游戏中实现摆摊和个人背包系统 摊位+背包
说明: 它可以在SAMP游戏中实现摆摊和个人背包系统。它需要自己运行,实现不同的颜色。(It can be used in SAMP games to implement stand and personal backpack system. It needs to run on its own to achieve different colors.)
- 2020-06-25 00:40:02下载
- 积分:1
-
C++编程大作业:图书管理系统
应用背景学校布置的大作业,一个文字类型的图书管理系统。
程序编译后可自行新建文件
查询有4种模式
模式1:同时输入作者姓名和数量,查询可能的书名
模式2:输入作者姓名,输出所有该作者的作品
模式3:输入作者姓名及本数,输出符合的书籍
模式4:输入书名,查询作者及剩余本数
浏览将输出所有书籍信息
管理有3种模式
模式1:增减书本
模式2:删除书本
模式3:添加删除其他管理员(只能删除编号相对靠后的管理员)
使用了较多C风格语句和dos命令
源文件共367行,10887字节
关键技术包括了iostream用以输入输出,fstream 用以对文件执行操作,windows.h用以执行DOS命令,如果编译不成功可试着加入#include ,这是由于有的环境中iostream不包含printf()函数引起的其他问题请私信我。
- 2022-12-19 11:10:03下载
- 积分:1