搜索资源列表
112611712642
- 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method, Retrospective testing and gen
Optimizationandapplicationprocedures
- 最优化计算是工程设计和管理决策科学的常用工具。本书包括无约束优化计算、约 束优化计算、动态优化计算三部分。书中详细介绍了它们的算法原理和计算步骤。本书 强调算法的程序设计,为读者提供了颇有价值的经验和技巧,并对一些公用模块给出了 源程序。
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数
计算几何
- 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
function
- 任意函数表达式求值模块 模块还提供了数学上常用的函数
1111
- matlab一些常用的处理模块,可以直接调用,共同参考-matlab used to deal with a number of modules, you can directly call the common reference
MATLABMfileuseDSP
- matlab进行数字信号处理.经典最常用到的一些模块...对学数字信号的肯定有很大帮助-matlab digital signal processing. The most commonly used in some of the classic ... of learning modules of the digital signal must be of great help ...
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
ASIC_LIB
- ASIC设计中常用的运算模块,如加减,常系数乘法,截断,饱和等。-some modules used in ASIC design.
geometryalgorithm
- ㈠ 点的基本运算 ㈡ 线段及直线的基本运算 ㈢ 多边形常用算法模块 ㈣ 圆的基本运算 ㈤ 矩形的基本运算 ㈥ 常用算法的描述 简单实用的几何算法描述的C++语言的实现-very useful C++ algorithm for some geometry
ACM
- c++语言描述,acm竞赛常用源码模块,包含北大acm培训课件,天大acm选拔赛原题及源码等,非常适合入门级选手更深入的学习-c++ language descr iption, acm contest common source modules, including training courseware North acm, acm big trials of the original title and source, etc., is ideal for entry-level play
Computational_geometry_algorithms
- 各种几何算法,很全,很实用!(点的基本运算,线段及直线的基本运算,多边形常用算法模块,圆的基本运算等)-A variety of geometric algorithms, very full, very practical! (Point of basic operations, basic computing and straight line segments, polygons, commonly used algorithm module, a round of basic opera
Program
- 刚好手头的项目需要为客户提供一个路线指引功能的小模块,需要自动计算图形上两点间的最短路径。工作之余想着这个算法还是比较的常用,就总结了一下,与大家共享。-Just the project at hand to provide customers with a route guidance function module to automatically calculate the shortest path between two points on the graph. Spare time
Chaptes6_Linkqueue
- 链表与队列的基本操作,包括常用的初始化建立插入、删除、查找等功能模块。-The list of the basic operation.
cgal-lib
- C++计算几何函数库,包括点的基本运算,线段及直线的基本运算,多边形常用算法模块等-C + + computational geometry library, including the basic operations of the point, line, and linear basic computing polygon commonly used algorithm module
multi-class-problem
- 将多类别问题分解成多个二类别问题是解决多类别分类问题的常用方式。传统one against all(OAA)分解方式的性能更多的依赖于个体分类器的精度,而不是它的差异性。本文介绍一种基于集成学习的适于多类问题的神经网络集成模型,其基本模块由一个OAA方式的二类别分类器和一个补充多类分类器组成。测试表明,该模型在多类问题上比其他经典集成算法有着更高的精度,并且有较少存储空间和计算时间的优势。-Decompose multi-class problem into multiple binary cl
DSP_MATLAB
- 数字信号处理中常用模块的MATLAB实现-Commonly used in digital signal processing module of the MATLAB implementation
spvwm
- 文件最前面标有svpwm的表示该文件:三相电源先通过二极管整流,在用IGBT以svpwm方式三相逆变,驱动电机运转。 其他的都是simulink中对一些常用模块的功能进行比较简单的练习-File front marked with svpwm representation of the file: the first three-phase power rectifier diode, IGBT svpwm three-phase inverter drive motor running.
Select_Sorting
- 本工程包含了C语言中常用的排序方法——选择法,该方法简单使用,是写C程序中常用的模块。-The project includes the C language commonly used sorting methods- selection method, the method is simple to use, is commonly used to write C program module.
SIMULINK-Module
- 主要讲解simulink常用模块的名称和用法,包含简单的仿真实例,容易上手。-PPT to explain in detail the name and usage of the simulink module is commonly used, contains a simple simulation instance, easy to use.