-
Measure video quality for calculate
Measure video quality for calculate
- 2023-02-01 07:05:04下载
- 积分:1
-
this is a relatively simple program.
this a relatively simple program.
-this is a relatively simple program.
- 2022-08-09 08:13:43下载
- 积分:1
-
C语言描述算法 循环链表的操作
完成以下对循环链表的操作:建立空循环链表;插入新元素;扫描输出循环链表中的元素;在包含x的元素前插入新元素b;删除包含x的元素;
- 2023-08-04 09:10:02下载
- 积分:1
-
网络协议规范大全
在网络的各层中存在着许多协议,它是定义通过网络进行通信的规则,接收方的发送方同层的协议必须一致,否则一方将无法识别另一方发出的信息,以这种...
网络协议规范大全
在网络的各层中存在着许多协议,它是定义通过网络进行通信的规则,接收方的发送方同层的协议必须一致,否则一方将无法识别另一方发出的信息,以这种规则规定双方完成信息在计算机之间的传送过程。下面就对网络协议规范作个概述。
-Network protocol specification Daquan, the network, there are many layers in the protocol, which is to define the rules of communication through the network, the receiver of the sender on the same floor of the agreement must be consistent, otherwise the party will not recognize the other party" s message based on this two kinds of rules to complete information in the process of transmission between computers. Here" s right to give an overview of the network protocol specification.
- 2022-02-14 18:05:44下载
- 积分:1
-
Huffman coding procedures, through the tree to achieve, using an array of storag...
哈夫曼编码程序,通过树形实现,使用数组存储编码
- 2022-03-11 19:50:42下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
- 2022-08-19 01:42:39下载
- 积分:1
-
Accelerated C++
C++入门好书
Accelerated C++
C++入门好书-Accelerated C++ C++ Entry book
- 2023-03-30 07:45:04下载
- 积分:1
-
设计感应电机
这个代码是用来设计异步电动机,具体参数来预测设计的异步电动机
- 2022-03-17 05:30:58下载
- 积分:1
-
程序主要实现了画图的基本程序!比较适合初学者!
程序主要实现了画图的基本程序!比较适合初学者!-Procedures for the main achievement of the basic procedures for the drawing! More suitable for beginners!
- 2022-02-25 14:01:01下载
- 积分:1
-
C# -快速复制内存方法- x86 汇编
翻译 maninwest@Codeforge 作者 okarpov@CodeProject
我在此介绍如何快速复制数据并在 C# 和 .NET下使用汇编。
背景
如果你了解汇编语言、内存对齐和 C#、 Windows 和 .NET 高级技术就最好了。
代码使用处理器( 从 Pentium III+ (KNI/MMX2), AMD Athlon (AMD EMMX 后)支持的 SSE 指令 。
我在自己的奔腾双核 E5800 3.2GHz (4GB RAM )的双核模式下测试过。
如要使用 C# 在 Windows 下分配对齐内存, 有三种方法:
a)位图对象 ( windows 自己在内) 分配 16 位对齐地址,可以使用位图轻松对齐内存分配;
- 2022-06-12 10:00:00下载
- 积分:1