-
基于stm32的平衡小车开发
【实例简介】
- 2021-11-06 00:37:59下载
- 积分:1
-
libsvm-2.88
LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。(LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.)
- 2009-02-08 23:35:31下载
- 积分:1
-
BlogSysManage
个人博客管理系统的代码,较为完整,用c++编的(Personal blog management system code, more complete, with c++ compiled)
- 2009-11-11 17:26:34下载
- 积分:1
-
cchaxun
一个课程设计,有个菜单3个功能, 第一个功能是输入姓名,学号,数学成绩和语文成绩,并且储存,然后再确定是否继续.第二个功能的第一个小功能是输出所有已经输入的数学成绩按降顺序排列,然后可以选择返回上级菜单选择第二小功能升序排列所有输入的语文成绩,然后确定是否继续,第三就是功能是输入学号查询成绩,后在确定是否继续.所有的按照表格的形式打印(就是要控制什么空格的). (A curriculum design, there is a menu function 3, the first function is to enter the name, school number, math and language achievement, and storage, and then determine whether to continue. The second section features a small feature is the output of all input mathematics achievement by descending order, and then can choose to return to the higher level menu to select the second ascending order of all the small features of the language input results, and then determine whether or not to continue, the third is to study its function is to enter the query results, in determining whether or not to continue after. All forms of printing in accordance with the table (what is the need to control space).)
- 2009-05-23 07:22:54下载
- 积分:1
-
CAN_ECHO-AB
can a传送到can b,然后将数据回传给can a。
然后验证传输和接收的数据。
这个例子可以用来检查can-a和can-b之间的通信。
DSP的两个端口都需要彼此连接(通过可接收的端口)。(CAN-A transmits to CAN-B, which then echoes the data back to CAN-A. CAN-A then verifies the transmitted and received data. This example can be used to check communication between CAN-A and CAN-B. Both CAN ports of the DSP need to be connected to each other (via CAN transceivers).)
- 2018-02-28 17:17:01下载
- 积分:1
-
azawgtd
机械优化设计的C程序,黄金分割法,解决一维优化问题(C Program for Mechanical Optimum Design, Golden Section method to solve One-Dimensional Optimization problem)
- 2018-11-24 04:41:37下载
- 积分:1
-
matrix
一个由C语言写成的矩阵运算程序源代码,共初学者参考。(A C language source code matrix calculation, a total of reference for beginners.)
- 2007-12-18 16:57:44下载
- 积分:1
-
InstallShield
InstallShield 安装脚本例子
- 2010-09-03 11:03:12下载
- 积分:1
-
1
说明: 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器
表达式文法及其翻译模式定义如下:
expr expr + term {print(‘+’)} | expr - term {print(‘-’)}| term
term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor
factor ( expr ) | id {print(id.lexeme)} | num {print(num.value)}
(Translator expression: an infix expression to postfix expression translator)
- 2012-04-20 20:07:12下载
- 积分:1
-
paixu
用汇编语言实现人名排序问题,根据字母的顺序排列,先比较首字母,如果相同则比较之后的字母(using assembly language to achieve names scheduling problem, according to the alphabetical order, compare the first letters of the alphabet, If the same comparison is the after letters)
- 2007-07-02 13:14:46下载
- 积分:1