-
fcm是模糊c均值聚类算法,确定聚类中心以后,通过循环迭代,确定最佳聚类中心...
fcm是模糊c均值聚类算法,确定聚类中心以后,通过循环迭代,确定最佳聚类中心-FCM is a fuzzy c means clustering algorithm to determine the cluster center, the adoption cycle of iteration, to determine the optimal cluster center
- 2022-03-05 16:46:10下载
- 积分:1
-
graphics drawing MFC can painting dotted line
图形学画图MFC实现 可以画点画线-graphics drawing MFC can painting dotted line
- 2022-01-29 02:07:04下载
- 积分:1
-
Chat WCF app with acf
对等信道是WCF中的一种多方对等(P2P)通信技术。它为应用程序开发人员提供了一个安全、可扩展的基于消息的P2P通信通道。可从对等通道获益的多方应用程序的一个常见示例是诸如聊天之类的协作应用程序,其中一组人以对等方式彼此聊天而不需要服务器。对等通道支持围绕P2P协作、内容分发、负载平衡和分布式处理的消费者和企业场景。
- 2022-03-11 08:23:36下载
- 积分:1
-
利用系统剪贴板实现vc进程间通讯
利用系统剪贴板实现vc进程间通讯-The use of the system clipboard to achieve inter-process communication vc
- 2022-03-23 00:46:02下载
- 积分:1
-
if this document can understand the (only one main function, available to the ve...
如果能够把这个文件看懂了(只有一个main函数,可用到的C知识非常深奥),那你的C语言就到家了。非常值得学习。-if this document can understand the (only one main function, available to the very esoteric knowledge C), then you are on the C language of the home. Very worth learning.
- 2023-08-24 01:00:03下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
freetype2 source for research help xpdf
freetype2源码,对研究xpdf有所帮助-freetype2 source for research help xpdf
- 2022-05-14 09:32:09下载
- 积分:1
-
This is a windows mobile 5 can be video, photographs of procedures, want to lear...
这是一个在windows mobile 5下可以录像,拍照的程序,想学习手机录像的朋友可以参考一下。-This is a windows mobile 5 can be video, photographs of procedures, want to learn mobile phone video of a friend for reference.
- 2022-10-02 22:25:04下载
- 积分:1
-
一个基于pci2000数据采集卡的数据采集系统的界面编程
一个基于pci2000数据采集卡的数据采集系统的界面编程-a data acquisition card data acquisition system programming interface
- 2022-06-19 03:09:09下载
- 积分:1
-
C++简单实现的类的继承和多态的简单习题,对于多态的理解有比较好的帮助...
C++简单实现的类的继承和多态的简单习题,对于多态的理解有比较好的帮助-C++ Realize simple class inheritance and polymorphism of simple exercises for the polymorphism have a better understanding to help
- 2022-03-03 18:27:25下载
- 积分:1