-
这个是一个小型计算器,你可以输入一个表达式,就可以得到答案,支持优先级运算,...
这个是一个小型计算器,你可以输入一个表达式,就可以得到答案,支持优先级运算,-This is a small calculator, you can enter a regular expression, we can get an answer in support of Operation priority,
- 2022-03-22 13:06:02下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1
-
此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像...
此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像-This document is the realization of the adjustment of image brightness can be realized to enhance brightness, brightness and recovery from the anti-image
- 2022-03-06 16:35:24下载
- 积分:1
-
RTF
The RTF-control is a very useful beast, but it takes a nerve-grating amount of code to accomplish even the most basic formatting tasks. Adding the capabilities to easily edit formatted text is often a boon to an application, but taking this amount of work? Why not some commands to get and set the RTF directly? Save and load to a file? Built-in editing buttons?
- 2022-05-10 22:03:52下载
- 积分:1
-
自己写的一个高校学生收费和票据套打程序,供大家参考
自己写的一个高校学生收费和票据套打程序,供大家参考-Himself wrote a college student fees and bills套打procedures for your reference
- 2022-02-06 22:32:35下载
- 积分:1
-
可读取windows 所以已运行的窗体,并读取指定窗体的所以控件内容并可对其赋值...
可读取windows 所以已运行的窗体,并读取指定窗体的所以控件内容并可对其赋值-Windows can be read so we have to run the form, and read the specified form and may therefore control the content of their assignment
- 2022-05-22 13:09:28下载
- 积分:1
-
自己写的类MAME的程序,只是改为了C++!
目前为 0.0.1版,完成了读rom,CPU运行,功能,但在CPU运行20W行代码时,有点小问题,大家可以借签...
自己写的类MAME的程序,只是改为了C++!
目前为 0.0.1版,完成了读rom,CPU运行,功能,但在CPU运行20W行代码时,有点小问题,大家可以借签下-MAME class to write their own procedures, but changed to the C++! Version 0.0.1 is currently completing a time rom, CPU operation, function, but running in the CPU when the 20W line of code, there is a little small problem, we can use to sign
- 2022-07-20 15:57:41下载
- 积分:1
-
wstring并串转换(冰)
wstring和string转换(Ice使用的)-wstring and string conversion (the Ice)
- 2022-08-10 18:16:22下载
- 积分:1
-
本ASP上传组件可同时上传多个文件,并可过滤掉不允许上传的文件(如 asp文件等)。当上传文件与已有文件重名时,可选择“不覆盖”、“覆盖”和“改名”三种处理方式...
本ASP上传组件可同时上传多个文件,并可过滤掉不允许上传的文件(如 asp文件等)。当上传文件与已有文件重名时,可选择“不覆盖”、“覆盖”和“改名”三种处理方式对上传进行控制,并且还可设置自定义文件名。上传完毕后,可取得上传的文件个数,上传成功的文件个数,上传到的路径,以及上传过程中组件内部的重要处理成功与否等等信息。(解压后的WEB目录下是可直接注册使用的组件和ASP示例文件)-This ASP can simulatly upload many files
- 2022-03-18 05:03:52下载
- 积分:1
-
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将...
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将数据库Computertest.mdb复制到C盘根目录下即可运行程序-computer examinations scheduled for the Internet (Asp. Net) source code to : ComputerTest copied to the folder C : Inetpubwwwroot directory (this is the general), while copies of the database Computertest.mdb NOTE directory can run programs
- 2022-01-24 12:44:41下载
- 积分:1