-
mini2440-code2
国嵌mini2440实验代码,视频实验源代码4部分(Mini2440 development board based on the video test source code Part 4)
- 2014-03-05 16:20:25下载
- 积分:1
-
FCBO——概念格生成算法
This program computes intents of all formal concepts in an object-attribute data set (a formal context), i.e. the algorithm computes all maximal submatrices of a boolean matrix which are full of 1’s. The program implements FCbO, a fast algorithm based on Kuznetsov’s CbO with improved canonicity test.
The INPUT-FILE is in the usual FIMI format: each line represents a transaction or an object and it contains of a list of attributes/features/items. If the INPUT-FILE is omitted or if it equals to ‘-’, the program reads the input form the stdin. The OUTPUT-FILE has a similar format, each line represents one intent (itemset), where numbers indicate attributes in the intent (itemset). If the OUTPU
- 2022-03-23 20:17:15下载
- 积分:1
-
win64 环境下kinectv2 SDK 开发的手势识别
c++ kinectv2 vs2015 opencv3.1 win64 环境下kinectv2 SDK 开发的手势识别,代码简单易懂。
- 2022-06-16 00:52:25下载
- 积分:1
-
VQ-DHMM
语音识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中。与目前市面的语音识别玩具的算法基本一致,非常实用,仅供大家参考,别去抢人家饭碗才好。(speech recognition and matching VQ DHMM model training procedures, C language, has been positioned, can be directly transplanted to eight 16-bit MCU or DSP. And the current market speech recognition algorithm toys basically the same, very practical, is for your reference. stealing jobs other people a better life.)
- 2020-09-30 14:47:42下载
- 积分:1
-
Gaussian-blur-with-CUDA-5
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
- 2013-10-01 10:52:33下载
- 积分:1
-
C++实现tools program
这个是专门在linux 通过串口发送数据的工具,非常实用,可以共享大家看看
- 2022-03-30 03:01:33下载
- 积分:1
-
VISUAL C# 2008 大学教程第四章源码
VISUAL C# 2008 大学教程第四章源码-VISUAL C# 2008 University of Tutorial Chapter IV source
- 2023-08-22 00:50:03下载
- 积分:1
-
242345
可通过拖拽鼠标旋转坐标轴,有x,y,z三个坐标轴,并且能显示坐标轴的名字(By dragging the mouse to rotate the axes, there are x, y, z three axes, and can display the name of the axis)
- 2011-11-21 03:20:25下载
- 积分:1
-
学生报告卡项目
这个C++小项目的学生报告卡的学生类
- 2022-01-26 01:08:32下载
- 积分:1
-
C语言数据结构实现查找、排序删除
C语言数据结构实现查找、排序删除。
设有一个正整数序列组成的有序单链表(递增有序,且允许有相同值存在)。分别编写3个算法完成以下功能:
(1)确定在序列中比正整数X大的数有几个(假设序列为2,2,3,3,3,5,5,6,6。X=4,则比X大的数有2个。这里需要去掉重复值)
(2)在该单链表中将比X大的数按递减顺序排列
(3)将比X大的偶数从单链表中删除。
- 2022-03-24 08:56:35下载
- 积分:1