资源列表
[其他小程序] Calculator
说明:c++简单计算器,模仿微软计算器,实现简单运算。-c++ simple calculator, to imitate the Microsoft calculator, simple operation.<童文飞> 在 2025-10-28 上传 | 大小:1.8mb | 下载:0
[Windows编程] com
说明:VC++.NET取消COM服务组件注册的程序,在窗口中点击右键即可看到取消COM组件的窗口。编辑注:如果测试中导致Windows部分功能不可用,则可通过恢复组策略的方式的恢复,可使用360安全卫士的系统修改功能检测并修复。-VC++.NET cancel COM component registration program, right-click in the window to see the window to cancel the COM component. Editor' s<邵明华 > 在 2025-10-28 上传 | 大小:28kb | 下载:0
[Windows编程] taskbar
说明: VC++系统任务栏设置演示,一共实现三个功能:1、如何隐藏操作系统任务栏;2、如何取消隐藏任务栏的功能;3、如何检索系统任务栏各窗口标题。-The the VC++ system taskbar set up the demonstration, a total of three functions: 1, how to hide the taskbar of the operating system 2, how to cancel hide the taskbar 3, how to<严秀英 > 在 2025-10-28 上传 | 大小:46kb | 下载:0
[Windows编程] kdcxcs
说明:VC++ 顺丰快递查询工具源代码,程序编译后,将EXE从Debug目录中拷贝到与kdcx.dll同级的目录中,运行EXE,在窗口的第一个输入框中输入顺丰的运单号,然后点击下边的“Test”按钮,稍等片刻,程序会从顺丰网站接口读取查询数据显示给用户。-VC++ SF Express query tools source code, program compiled EXE copied from the Debug directory to the directory with the same<严秀英 > 在 2025-10-28 上传 | 大小:60kb | 下载:0
[C#编程] BarcodeLib
说明:BarCode生成代码源码;支持各类一维码的生成和图形化操作;-The BarCode generated source code support all kinds of one-dimensional code generation and graphical user<lilulu> 在 2025-10-28 上传 | 大小:202kb | 下载:0
[控制台(字符窗口)编程] maze
说明:完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例<ld> 在 2025-10-28 上传 | 大小:203kb | 下载:1