-
http详解
This document specifies an Internet standards track protocol for the In...
http详解
This document specifies an Internet standards track protocol for the Internet community, and requests discussion and
suggestions for improvements. Please refer to the current edition of the “Internet Official Protocol Standards” (STD
1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.-http Detailed This document specifies an Internet standards track protocol for the Internet community, and requests discussion andsuggestions for improvements. Please refer to the current edition of the Internet Official Protocol Standards (STD1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.
- 2022-01-21 19:20:17下载
- 积分:1
-
一个好用简单的window进程管理程序,使用VC++MFC编写。
一个好用简单的window进程管理程序,使用VC++MFC编写。-A simple window-to-use process management procedures, the use of VC++ MFC prepared.
- 2022-02-02 12:40:11下载
- 积分:1
-
Internet Chat Rool Script
Internet Chat Rool Script
- 2022-03-17 06:19:55下载
- 积分:1
-
实现了一个浏览器的功能,具备了浏览器主要的功能
实现了一个浏览器的功能,具备了浏览器主要的功能-achieved a browser function, which is the main browser features
- 2022-07-14 17:33:28下载
- 积分:1
-
网站对尼日利亚国家的细节
网站提供了有关尼日利亚的的地方文化信息。该项目采用HTML的简单标签。易理解,给国家的有用信息。无域还提供了它。适用于小型项目。
- 2022-03-24 19:57:11下载
- 积分:1
-
数据结构课程实验,prim算法的c的源代码.
数据结构课程实验,prim算法的c的源代码。课程实验测试通过。第一次上传,望多多批评。
- 2023-01-04 01:20:03下载
- 积分:1
-
MSK相干调制解调
首先实现了MSK信号的相干调制解调,再比较了在MSK系统中加入不同(慢扫和快扫)线性调频信号(LFM)作为干扰信号时系统的误比特性能,都有程序实现
- 2022-03-09 10:45:47下载
- 积分:1
-
用指针实现的多项式运算系统
用指针实现的多项式运算系统-Pointer achieved with polynomial computing systems
- 2023-04-04 03:40:04下载
- 积分:1
-
这是一个移动屏幕的创造者,我们可以有一个小键盘
this a mobile screen creator,we can have a keypad
- 2022-03-23 20:39:26下载
- 积分:1
-
C++实现朴素贝叶斯分类器
几个注意事项: 1.如果自己造数据在写.names文件时最后‘.’后面要加个回车,不加会出错! 2.数据文件分3个,例如训练集在golf.data和golf.names中,预测数据集在golftest.data中。 3.这个数据集和c45的数据集一样,读取和存储都是借鉴C45原作者的方法写的。 4.最后训练出来的分类模型存在一个3维数组当中PostFreq[类][属性][属性值],这样比如方便预测 PostFreq存放的某个类下某个属性的属性值的频率。 5.这个和我以前传的差不多 我主要把那个模型也就是PostFreq[类][属性][属性值]中的值都写进“.model”文件了 ,然后在项目下有两个工程一个工程是用来 训练模型然后写进“.model”文件,另一个工程是预测的,它运行时只要读取“.model”文件就可以进行预测了,就不用在向我前面上传那个工程每回都要 训练一个PostFreq[类][属性][属性值]。 6.在VS2005下运行要先上载其中一个工程在运行另一个工程哦 7.所有的数据文件和生成的模型文件都放在data文件夹里了 这样方便2个工程读取数据。
- 2023-06-20 03:20:04下载
- 积分:1