-
模拟网页发送表单,用套接字把表单发送到服务器,模拟51网站登录...
模拟网页发送表单,用套接字把表单发送到服务器,模拟51网站登录-Simulation web form to send with the form sent to the server socket, analog 51 Web Log
- 2022-03-04 01:47:09下载
- 积分:1
-
C++时钟模拟时钟,准备模拟时钟的分钟操作…
C++ 时钟模拟 可以准备模拟时钟的时针分针秒针的运行-C++ clock analog clock, ready to simulate the operation of the clock the minute hand second hand
- 2022-04-08 03:16:52下载
- 积分:1
-
simple CS scoure code!
简单CS编程源码,帮助对于学习CS编程的初期学者!-simple CS scoure code!
- 2022-06-26 02:57:41下载
- 积分:1
-
应用MMX和SSE优化的内存复制
对于一般情况,VC自带的memcpy效率一般。但在处理大块内存和大内存运算上,效率就不高了。实际上CPU的扩展指令集MMX、SSE及后期64位和128位指令可以简单改善内存操作。不过也有一些限制,由于要考虑CPU指令序列前后,否则优化效果不明显。这是一个使用MMX/SSE的简单优化例子。
- 2022-06-30 20:03:01下载
- 积分:1
-
这是一个简化版本的学生选课系统,比较适合初学者!
这是一个简化版本的学生选课系统,比较适合初学者!-This is a simplified version of the student elective system, more suitable for beginners!
- 2022-12-04 19:25:03下载
- 积分:1
-
一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。...
一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。-a calculation of the weighted average score of small practical procedures applicable to the university often need to use the calculation.
- 2023-05-19 16:30:03下载
- 积分:1
-
+ +深度详细代码,用于风险投资+编程
VC++深入详解code,适合vc++编程-VC++ Depth detailed code, for vc++ Programming
- 2022-06-28 04:29:10下载
- 积分:1
-
JAVA密码保护页面
JAVA密码保护页面-password-protected pages JAVA
- 2023-04-10 14:25:03下载
- 积分:1
-
一个指针旋转360度并且显示出来的小程序,可以修改的哦。
一个指针旋转360度并且显示出来的小程序,可以修改的哦。-a pointer rotating 360 degrees and displayed a small procedure can be amended oh.
- 2023-01-12 02:00:04下载
- 积分: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