-
采用TCP handoff技术实现服务器集群。减少接入点的负载负担,使得集群的性能大大提高。...
采用TCP handoff技术实现服务器集群。减少接入点的负载负担,使得集群的性能大大提高。-Using TCP handoff technology for server clusters. The burden of reducing the load on the access point, making the performance of the cluster increased substantially.
- 2022-07-07 23:10:52下载
- 积分:1
-
C# doc批量转txt源码,是基于C#编写而成的,欢迎下载
C# doc批量转txt源码,是基于C#编写而成的,欢迎下载-C# doc to txt source volume is based on C# has been prepared by, and welcome to download
- 2022-07-24 00:44:52下载
- 积分:1
-
C++各种程序案例
案例1:
创建一个动物类,该类的属性成员有:名字、体重、长度。成员函数有sleep(),eat(),breath()。其中属性成员是私有的。函数成员是公有的。
第一 类的声明和定义放在文件 animal.h中。
第二 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-21 15:34:04下载
- 积分:1
-
convert Vedio to a .bmp Images.writed in VC++6.0
convert Vedio to a .bmp Images.writed in VC++6.0
- 2022-08-07 04:30:20下载
- 积分:1
-
WPF PDF 查看器
简介: 在这个项目中使用 Adobe PDF 阅读器 COM 组件并包装为 WPF 控件。背景: WPF / C# 有没有内置的控件/库来支持 PDF,这个项目演示了如何在 WPF 中轻松查看 PDF 文档。
- 2022-04-10 00:27:37下载
- 积分:1
-
small c compiler, suitable for windows environment that includes flex, and gener...
小型c编译器,适合windows环境,包含flex ,ya-small c compiler, suitable for windows environment that includes flex, and generates
- 2022-05-09 05:44:29下载
- 积分:1
-
搜索周围WIFI的相关信息(MAC,RSSI,SSID)
搜索周围WIFI的相关信息(MAC,RSSI,SSID),控件编程,生成exe可执行文件,实时产生搜索结果。
- 2022-01-25 21:39:47下载
- 积分:1
-
生成Html表格的程序
生成Html表格的程序-procedures
- 2022-04-08 19:05:54下载
- 积分:1
-
客户管理 ASP.Net
一个客户管理 ;应用程序实现的是ASP. NET和SQL后台
- 2022-12-31 04:35:04下载
- 积分: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