-
一个C语言的小程序
一个C语言的小程序-C language of a small program
- 2023-04-14 12:50:03下载
- 积分:1
-
通过c++川口发短信,可作为gps 卫星定位系统发送短信
通过c++川口发短信,可作为gps 卫星定位系统发送短信-Through c++ Kawaguchi-fat message, can be used as satellite positioning systems gps send message
- 2022-05-27 03:03:18下载
- 积分:1
-
演示将某个应用程序放在windows启动时运行。
演示将某个应用程序放在windows启动时运行。-demonstration of one application on the windows start running.
- 2022-06-19 06:05:03下载
- 积分:1
-
Delphi的一些常用函数库
扩展的字符串操作函数
扩展的日期时间操作函数
扩展的位操作函数
扩展的文件及目录操作函
扩展的对话框函数...
Delphi的一些常用函数库
扩展的字符串操作函数
扩展的日期时间操作函数
扩展的位操作函数
扩展的文件及目录操作函
扩展的对话框函数
系统功能函数
硬件功能函数
网络功能函数
汉字拼音函数及过程
数据库功能函数
进制功能函数
其它功能函数-A Delphi common functions.include file,date,bit,dialog,hardware,network etc.
- 2022-03-26 11:06:08下载
- 积分:1
-
一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!...
一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!
- 2022-02-26 10:24:02下载
- 积分:1
-
蓝牙开发协议书 硬件开发过程 目标调试指南 立体攻防
蓝牙开发协议书 硬件开发过程 目标调试指南 立体攻防-Bluetooth hardware development agreement to develop guidelines for the process of commissioning a three-dimensional offensive and defensive goal
- 2022-05-19 21:30:16下载
- 积分:1
-
列举系统中的窗口
列举系统中的窗口-cited the window system
- 2022-01-20 22:34:51下载
- 积分:1
-
To avoid repeatedly running the same procedure. Proceedings checking whether an...
避免同一程序多次运行.程序启动时检查是否已经有一个实例运行,有则启动停止.-To avoid repeatedly running the same procedure. Proceedings checking whether an instance has to run, I would start to stop.
- 2022-08-06 10:24:06下载
- 积分:1
-
图书借阅管理系统可以有效地管理图书资源,控制图书借阅的流程,对图书馆或阅览室的管理有很大的帮助。
后台数据库使用SQL Server,前台开发工具使用Vi...
图书借阅管理系统可以有效地管理图书资源,控制图书借阅的流程,对图书馆或阅览室的管理有很大的帮助。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。-borrow books can be an effective management system to manage library resources, control the flow of books to borrow, Reading Room of the library or in the management of great help. Background database using SQL Server, future development tools to use Visual Basic.
- 2023-08-19 16:45:04下载
- 积分:1
-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
- 2023-07-12 10:50:03下载
- 积分:1