-
It can show the toolstrip on the dialog.Please read it carefully because it is v...
在 对话框 上 显示 工具条,好好看看吧,很好的-It can show the toolstrip on the dialog.Please read it carefully because it is very good.
- 2023-07-05 22:25:04下载
- 积分:1
-
Support the post/reply/edit information, personal information can be set, person...
支持邮寄/回复/编辑信息,可设置个人信息、个人论坛、用户和匿名邮件、讨论主题等,通过提交或其它的特殊的顺序排队用户,可定义管理,排队等功能,具有很高的可配置性,能够完全定制出相当个性化的论坛.-Support the post/reply/edit information, personal information can be set, personal forum, users and anonymous e-mail to discuss the theme and so on, by submitting or other order of the special queue users, definable management features such as queuing, are highly configurable , and can be completely customized personalized considerable forums.
- 2022-01-28 11:22:48下载
- 积分:1
-
简易通讯录 非常值得学习的一个小软件
简易通讯录 非常值得学习的一个小软件-Address Book is very easy to learn
- 2023-08-12 21:10:02下载
- 积分:1
-
与平台无关的图像库
与平台无关的图像库-platform-independent image library
- 2022-10-31 16:45:03下载
- 积分:1
-
Is a complete student management system, able to realize a relatively large numb...
是一个完善的学生管理系统,能够实现比较多的日常学生管理功能,能够实用-Is a complete student management system, able to realize a relatively large number of students in day-to-day management functions, can be useful
- 2022-11-06 13:00:04下载
- 积分:1
-
实现文件压缩的一个派生类,不错
实现文件压缩的一个派生类,不错-achieve compression of a derived class, it is true
- 2022-03-11 04:44:07下载
- 积分:1
-
一款接球游戏,游戏中使用DirectX 7,图形较为流畅,每秒高达50桢。具有较高的计算机人工智能.英文介绍:DX pong is a neat pong ga...
一款接球游戏,游戏中使用DirectX 7,图形较为流畅,每秒高达50桢。具有较高的计算机人工智能.英文介绍:DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth - over 50 fps! There are sound FX too, but the best thing about the game is the computer AI. It doesn t simply chase the ball, it predicts the balls path even if it is going to bounce of several walls and moves accordingly. Clever AI doesn t mean it is impossible to beat - it means it acts like a human player making the game more fun. So - have fun!-DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth- over 50 fps! There are sound FX too, but the best thing about the game is the computer AI. It doesn t simply chase the ball, it predicts the balls path even if it is going to bounce of several walls and moves accordingly. Clever AI doesn t mean it is impossible to beat- it means it acts like a human player making the game more fun. So- have fun!
- 2022-03-14 03:16:04下载
- 积分:1
-
List控件排序
通过点击list标题栏,对list控件内容按照单击列进行排序,数字文本均可
- 2022-10-24 16:10:04下载
- 积分:1
-
这是一个飘扬得国旗的程序源码
这是一个飘扬得国旗的程序源码-This is a flag waving in the process FOSS
- 2022-02-09 18:16:14下载
- 积分: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