-
加入线程同步的多线程应用实例程序,比较简单
加入线程同步的多线程应用实例程序,比较简单-Add thread synchronization application examples of multi-threaded program, is relatively simple
- 2022-01-25 21:54:03下载
- 积分:1
-
利用STL中的MAP和VECTOR实现的一个多节点树
利用STL中的MAP和VECTOR实现的一个多节点树-The use of STL in the MAP and the VECTOR to achieve a multi-node tree
- 2022-02-01 02:30:29下载
- 积分:1
-
H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助...
H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助-Low bit rate H.363 video coding standard communication, the Chinese version of video compression research help
- 2023-06-26 11:20:04下载
- 积分:1
-
获得IE浏览历史列表
获得IE浏览历史列表-was IE history list
- 2022-02-07 21:11:07下载
- 积分:1
-
VC但文档多视图Formview切换
VC但文档多视图Formview切换-VC Multi-View Formview switch
- 2022-02-20 18:15:16下载
- 积分:1
-
一个很好用的串口调度助手
一个很好用的串口调度助手-a good use of Serial scheduling aide
- 2022-02-12 01:48:02下载
- 积分:1
-
取苹果游戏,人机轮流取苹果,谁最终取最后一个谁胜利。取苹果个数有限制。...
取苹果游戏,人机轮流取苹果,谁最终取最后一个谁胜利。取苹果个数有限制。-take apple games。
- 2022-05-06 06:26:11下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有...
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有重复的步骤和一些比较或逻辑判断。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 -Algorithm is required to complete a task specific steps and methods. That is a given initial state or input data through a computer program for a limited time operations, able to draw the required or desired end state or output data. Algorithm often contain repeat the steps and some of the more or logical judgments. If an algorithm is defective, or not suitable for a particular problem, the implementation of this algorithm will not solve the problem. Different algorithms may use a different time, space or efficiency to accomplish the same task. Pros and cons of an algorithm can use space complexity and time complexity of the evaluation.
- 2022-07-10 14:25:53下载
- 积分:1
-
一系列小游戏程序,供大家参考,谢谢大家的使用,…
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-04-27 05:27:45下载
- 积分:1