-
一致的,高
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world s most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own coding standards.
- 2022-01-31 16:56:34下载
- 积分:1
-
基于支持向量机(SVM)的网页分类器
九十年代以来,Internet 以惊人的速度发展起来,它容纳了海量的各种类型的原始信息,包括文本信息、声音信息、图像信息等等。如何在浩若烟海而又纷繁芜杂的文本中掌握最有效的信息始终是信息处理的一大目标。基于人工智能技术的文本分类系统能依据文本的语义将大量的文本自动分门别类,从而更好地帮助人们把握文本信息。近年来,文本分类技术已经逐渐与搜索引擎、信息推送、信息过滤等信息处理技术相结合,有效地提高了信息服务的质量。自动文本分类就是对大量的自然语言文本按照一定的主题类别进行自动分类,它是自然语言处理的一个十分重要的问题。文本分类主要应用于信息检索,机器翻译,自动文摘,信息过滤,邮件分类等任务。文本分类的一个关键问题是特征词的选择问题及其权重分配。在本设计中,我们实现了一个基于支持向量机(SVM)的网页分类器,该分类器可自动采集网页,自动提取特征项,并按照训练好的分类模型进行分类,最终将网页信息保存到本地供用户检索。
- 2022-07-15 09:17:58下载
- 积分:1
-
BT升级程序
以下程序包是wince平台的蓝牙升级程序。
- 2022-02-28 18:25:44下载
- 积分:1
-
ASMLIB06汇编源代码
ASMLIB06汇编源代码-ASMLIB06 compile source code
- 2022-07-03 14:18:56下载
- 积分:1
-
dll generation reference code
创建一个自己的dll文件,步骤:建一个“Win32 Dynamic~Link Library”工程,是一个单纯的Win32动态库,是一个空的工程,把你的CPP文件加入工程中,还要在你的CPP文件里加入动态库入口:
- 2022-03-12 09:13:45下载
- 积分:1
-
VC.netWindeoSystem Window operating system based on the expansion of programming...
VC.netWindeoSystem 基于Window 操作系统的扩展编程。-VC.netWindeoSystem Window operating system based on the expansion of programming.
- 2023-02-11 20:30:03下载
- 积分:1
-
c language runtime environment
c语言的运行环境-c language runtime environment
- 2023-03-22 23:00:03下载
- 积分:1
-
做一个真表的算法,数据结构中使用到的实验…
自己做的一个哈西表算法,在数据结构实验上能用到,哈西表是进行文件查找的一个非常常用的算法,很重要!-have done an Hasina table algorithm, the data structure used up to the experiment, Hasina Table file search is a very commonly used algorithm, it is very important!
- 2022-02-22 11:32:32下载
- 积分:1
-
基于VC++,画各种各样的椭圆程序,并且是拖拽鼠标就可画的。...
基于VC++,画各种各样的椭圆程序,并且是拖拽鼠标就可画的。-Based on VC++, painting a variety of elliptical procedures, and drag the mouse can be drawn.
- 2022-01-25 15:47:34下载
- 积分:1
-
递归与分治算法的应用.零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则...
递归与分治算法的应用.零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
-recursive algorithm with the partition of the application. Parts mutilation given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
- 2022-01-26 05:51:05下载
- 积分:1