-
一个读写INI文件的例子
一个读写INI文件的例子-An example of reading and writing INI files
- 2022-03-20 21:40:49下载
- 积分:1
-
关机,试用时先保存好文件。
关机,试用时先保存好文件。-shutdown, when the first trial to preserve the documents.
- 2022-04-20 20:41:40下载
- 积分:1
-
一个条形码生成程序,可以生成CODE128,CODE39,EAN13,EAN8和…
一个条形码生成程序,可以生成 CODE128,CODE39,EAN13,EAN8等类型的条形码. 无需其他控件,演示程序支持预览和复制到剪切板等功能.-a generating programm of bar code ,it can generate CODE128,CODE39,EAN13,EAN8 and so on.it need none other components,and can showing programm regists preview and copy to clipboard.
- 2022-05-12 16:48:06下载
- 积分:1
-
该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果
1、组件调用的方式可以参考 main.cpp
2、脚本的编写可以参考 debug/my...
该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果
1、组件调用的方式可以参考 main.cpp
2、脚本的编写可以参考 debug/my.cfg
3、可调用系统函数有
atof: 将字符串转换为浮点数
ceil:
floor:
abs:
index:
strcmp:
substr:
strlen:
trim:
strstr:
split:
replace:字符串替换函数
printf:
这些函数基本与同名c函数相同
4、可预先编写一组脚本文件,编译时为每个文件指定ID,供调用时选择-The component can be used to prepare the string and digital processing script for run-time access to results of the implementation of one call, components can call the reference main.cpp2, the preparation of the script can refer to debug/my.cfg3, may call the system function has atof : convert a string to float ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace: string replace function printf: These functions are basically the same with the same name c function 4, can be prepared in advance by one Group script file, compile-time specified for each document ID, call for selection
- 2022-07-28 13:47:17下载
- 积分:1
-
一个一键清空的小软件,主要是为了保护个人隐私,该软件清除的内容包括: 我最近的文档、IE访问记录、上网历史记录、地址栏URL记录、清除REALPLAY播放列表、...
一个一键清空的小软件,主要是为了保护个人隐私,该软件清除的内容包括: 我最近的文档、IE访问记录、上网历史记录、地址栏URL记录、清除REALPLAY播放列表、清除REALONE播放列表。-a key emptied a small software, the main purpose is to protect personal privacy, the removal of the software include : my recent documents, IE visit records, Internet history, address bar URL records, removing REALPLAY playlists remove MP3/AAC playlists.
- 2022-03-15 22:59:42下载
- 积分:1
-
AutoCAD二次开发例子程序,在AutoCAD中生成图块,用于快速绘图
AutoCAD二次开发例子程序,在AutoCAD中生成图块,用于快速绘图-AutoCAD development procedures example, in AutoCAD Generation Segment for rapid mapping
- 2023-03-16 17:25:03下载
- 积分:1
-
1).能够实现对班级学生基本信息的录入,包括学生的学号,姓名,性别,专业,民族以及出生年月等。 2).能够实现对学生基本信息的修改。 3).根据学号对学生信息进...
1).能够实现对班级学生基本信息的录入,包括学生的学号,姓名,性别,专业,民族以及出生年月等。 2).能够实现对学生基本信息的修改。 3).根据学号对学生信息进行查询。 4).能够删除某些学生的信息。-1)able to insert the basic information of students,including number,gender,major,nation and birthday.
2)able to modify basic information of students.
3)query student s information by his/her number.
4)delete information of certain students.
- 2023-01-22 18:05:03下载
- 积分:1
-
很精致的冲浪计数器
很精致的冲浪计数器-very delicate counter surfing
- 2022-01-21 02:07:58下载
- 积分:1
-
Книга по С++ ,C++ Biblioteka programmista
Книга по С++ ,C++ Biblioteka programmista
- 2023-05-20 20:05:03下载
- 积分:1
-
STM32的485双机通信
应用背景RS-485 接口电路的主要功能是:将来自微处理器的发送信号TX 通过“发送器”转换成通讯网络中的差分信号,也可以将通讯网络中的差分信号通过“接收器”转换成被微处理器接收的RX 信号。任一时刻,RS-485 收发器只能够工作在“接收”或“发送”两种模式之一,因此,必须为RS-485 接口电路增加一个收/发逻辑控制电路。另外,由于应用环境的各不相同,RS-485 接口电路的附加保护措施也是必须重点考虑的环节。关键技术该程序使用485通讯协议使用STM32F103来完成双机通信.本实验为使用串口2通过485收发数据的实验,485芯片为SN65LBC184
实验步骤:
1、把主机端、从机端的工程分别烧录到两块板子上
2、用两根导线使两个板子的485A -485A,485B-485B接口相连。
3、先给从机上电,再给主机上电,实验调试信息可由串口1打印到PC终端。
- 2022-05-10 20:17:43下载
- 积分:1