资源列表
[其他小程序] AutoBakcup
说明:可根据时间自动对指定的文件备份到指定的位置。-According to the time automatically to the specified file backup to the specified location.<伍德> 在 2025-12-04 上传 | 大小:3.98mb | 下载:0
[其他小程序] NetLanTest
说明:局域网连通测试,可以检测局域网中有哪些主机能Ping通,如果断开连接会有报警提示。- LAN connectivity test, which can detect LAN hosts which Ping 通, if there will be disconnected alarm.<伍德> 在 2025-12-04 上传 | 大小:61kb | 下载:0
[其他小程序] Type-jpg-file-information
说明:方便的显示jpg头文件信息,作为一个辅助工具,可用于协助做文件恢复用。-Easy to display jpg header file information, as an auxiliary tool can be used to help do file recovery.<伍德> 在 2025-12-04 上传 | 大小:23kb | 下载:0
[其他小程序] fastSearch
说明:快速搜索包含某字符的文件,可以按类型等进行扫描。其中有使用到网友的一个内存操作的函数。-A quick search for a file that contains a character can be scanned by type, and so on. Which has to use a user s memory operation function.<伍德> 在 2025-12-04 上传 | 大小:20kb | 下载:0
[其他小程序] AutoGetHead
说明:这是一个用EXCEL VBA编写的用于获取单元格内容首字母的功能,用途很多,使用方便。-This is a prepared by EXCEL VBA used to obtain the contents of the first letter of the cell function, use a lot, easy to use.<伍德> 在 2025-12-04 上传 | 大小:2kb | 下载:0
[其他小程序] Matlab-Mazegame
说明:基于MATLAB的迷宫图游戏,迷宫图的规模和难度系数都可以在程序中修改-Maze game based on MATLAB,The size of the maze map and difficulty coefficient can be modified in the program<Joe> 在 2025-12-04 上传 | 大小:272kb | 下载:0
[其他小程序] Convert-infix
说明:问题描述 中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算<王乐> 在 2025-12-04 上传 | 大小:1kb | 下载:0