登录
首页 » 数据结构 » within the core vector machine has a detailed description

within the core vector machine has a detailed description

于 2023-08-03 发布 文件大小:915.87 kB
0 24
下载积分: 2 下载次数: 1

代码说明:

对核心内的向量机有详细的描述

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SQL库基本操作源码
    步骤1:创建computer.mdb数据库,查找其中的CPU表,并将上市时间介于2009-1-1到2009-12-31的所有CPU产品按表格形式输入; 步骤2:访问computer.mdb数据库,查找其中的CPU表,并将上市时间介于2009-1-1到2009-12-31的所有CPU产品按表格形式输出; 步骤3:使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象; 步骤4:SQL查询命令实现对computer.mdb数据库中的显示器表进行查询,支持用户按显示器的常见属性如“型号”、“供应商ID”、“品牌类别ID”、“尺寸”、“分辨率”“单价”等进行检索。 步骤5:自定义类Book、Publication,并在page_load过程中引用了Book和Publication类中的成员; 步骤6:关闭数据库; 附SQL求自然对数小程序。
    2023-07-04 06:10:03下载
    积分:1
  • 相乘的源代码,使用C++在VC环境中实现.
    大数相乘的源代码,使用C++在VC环境中实现.-multiply large numbers of the source code, the use of C in the VC environment to achieve.
    2022-11-21 14:05:03下载
    积分:1
  • 学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRA...
    学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 2.使用方法 附数据库Manage,文件夹为DB,用户名为sa,密码为空。 3.通过信使将Manage文件夹添加为虚拟目录。 起始页是Login.aspx 网站的系统管理员帐号和密码分别是: admin admin 网站的管理员帐号和密码有很多,其中一个是:1 1 网站的学生帐号和密码有很多,其中一个是: 3 12345678 制作说明: 1.由于时间仓促,为了做一个完整的系统,做的这个系统没有用基本的三层架构或基本的MVC架构,而是用的一层 2.本系统参考了自己曾经做过网站,系统的代码,并不是从无到有的做出来的 3.为了在短时间实现了最为基本的功能,本网站做的比较粗糙,里面有隐患的bug,我没有用 try{} catch{} finally{} 捕捉,所以在调试的时候,难免会报错 4.还是由于时间的仓促,网站的所有网页,出了图片之外,都在根目录下,见笑了 -err
    2022-05-27 00:00:33下载
    积分:1
  • 用C++写的矩阵鞍点求法
    用C++写的矩阵鞍点求法-C wrote saddle point Matrix Method
    2022-02-04 04:38:52下载
    积分:1
  • 提前登录系统
    你好 我开发了此应用程序只用了 1 天,我相信你们都喜欢这个应用程序,并且学到很多东西特别是初学者。 谢谢你 J@n@k
    2022-03-01 00:27:17下载
    积分:1
  • 拉斯维加斯,KMP模式匹配算法,mentro Carlo三的原始股份有限..
    Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
    2022-05-24 23:20:37下载
    积分:1
  • Quote pillow good home Tianhong Steel Structure Warehouse Management System Ver...
    引用枕善居的天宏钢构仓库管理系统 Ver 2.96,给大家分享-Quote pillow good home Tianhong Steel Structure Warehouse Management System Ver 2.96, to the U.S. to share
    2022-05-18 22:01:24下载
    积分:1
  • A simple access database instance, use the CGridCtrl control.
    一个简单的access数据库实例,使用了CGridCtrl控件。-A simple access database instance, use the CGridCtrl control.
    2022-04-29 03:08:24下载
    积分:1
  • 画圆弧
    画圆弧-Paintings arc
    2022-08-09 07:37:49下载
    积分:1
  • 本书是关于计算机科学与工程领域的基础性研究科目之一――与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树
    本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasona
    2022-01-21 04:28:51下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载