-
txt 中的数据转移到自然数
该程序是转移入自然数的 txt 中的数据,它好在一些坐标变换工作,你也可以重新编码它以你想要获取的数据
- 2022-02-25 05:14:45下载
- 积分:1
-
时钟程序,可以通过设置时间实现时钟功能。在工作区内,可视化的显示表盘。
时钟程序,可以通过设置时间实现时钟功能。在工作区内,可视化的显示表盘。-clock procedures can be achieved by setting the time clock function. Work in the region, visual display dial.
- 2022-03-16 02:22:28下载
- 积分:1
-
Able to tell whether the leap year calendar and other functions, it ah soon be a...
万年历 能够分辨闰年等功能,大家快下啊
万年历 能够分辨闰年等功能,大家快下啊-Able to tell whether the leap year calendar and other functions, it ah soon be able to tell whether a leap year calendar and other functions, we soon ah
- 2023-06-17 04:35:03下载
- 积分:1
-
该源码讲了vc++对acess数据库的操作
该源码讲了vc++对acess数据库的操作-The source said a vc++ for the operation of the database acess
- 2022-06-02 08:55:47下载
- 积分:1
-
一个用于测试系统速度的小程序,简单但是使用。for vc only
一个用于测试系统速度的小程序,简单但是使用。for vc only -a speed test system for the small program, but simple to use. For vc only
- 2022-03-05 02:51:10下载
- 积分:1
-
基于Java开发的模仿微信打飞机游戏
基于Java的模仿微信的打飞机游戏,以移动鼠标的形式控制飞机,采取数组方式替代集合,方便初学者查看学习,Java入门的整合项目
- 2022-01-23 10:21:45下载
- 积分:1
-
该系统可以实现对存储系统的基本操作,用户可以自由。
本系统可以实现仓库系统的基本操作,前台有用户的注册登陆,后台有数据的基本操作-This system can realize the basic operation of the storage system, users have Front Desk Registration landing, there is the background of the basic operation of data
- 2022-05-27 09:39:39下载
- 积分:1
-
VC++ 6.0一些基础控件使用的例子!Good luck!谢谢~
VC++ 6.0一些基础控件使用的例子!Good luck!谢谢~-VC++ 6.0 controls the use of some basic examples! Good luck! Thank you ~
- 2022-07-09 18:45:10下载
- 积分:1
-
指针式时钟
首先要绘制时钟的的表盘与表盘刻度,表盘用Ellipse函数绘制,表盘的六十个刻度以及时钟的十二个小时刻度用MoveTo和LineTo来绘制。时钟的重绘用Invalidate(false)如果参数是true,擦除背景之后,再重绘,会出现刷屏。定时用SetTimer每一秒调用一次ontime中的Invalidate(false)
- 2022-02-05 07:57:05下载
- 积分: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