-
Pattern-recognition
《模式识别》,是本人用matlab语言编程来实现贝叶斯分类器的设计(" Pattern recognition" is a programming language I use matlab to implement Bayesian classifier design)
- 2011-11-24 20:29:41下载
- 积分:1
-
xl2000user
单片机汇编程序,来自xll200user,可以供初学者使用(MCU assembler)
- 2010-11-04 21:14:16下载
- 积分:1
-
数字图像处理
#include #include using namespace cv;using namespace std;int main(){Mat image, srt,dst;//原图、全局均衡化、局部均衡化image = imread("D:/ps/a.tif");//载入原图if (!image.data){std::cout apply(image, dst);namedWindow("原图",CV_WINDOW_AUTOSIZE);namedWindow("全局均衡化",CV_WINDOW_AUTOSIZE);namedWindow("局部均衡化",CV_WINDOW_AUTOSIZE);imshow("原图", image);imshow("全局均衡化", srt);/*vector BGR;split(image, BGR);Ptr clahe = createCLAHE();clahe->apply(BGR[0], BGR[0]);//彩色clahe->apply(BGR[1], BGR[1]);clahe->apply(BGR[2], BGR[2]);Mat res;
- 2023-01-21 21:25:03下载
- 积分:1
-
UART
// This program demonstrates how to configure the C8051F060 to write to and read
// from the UART interface. The program reads a word using the UART0 interrupts
// and outputs that word to the screen, with all characters in uppercase
- 2008-03-01 10:51:40下载
- 积分:1
-
tttwms
一个简单实现仓库管理系统的程序。基于mfc。使用ado连接access数据库。简单实现入库出库等功能。(A simple implementation of warehouse management system procedures. Based on the mfc. Use ADO to connect access . Simple realization of the library storage function.)
- 2015-04-01 11:35:53下载
- 积分:1
-
LPC11U14_usb
LPC11U14 USB非常好,非常实用的例程,短小精悍,喜欢LPC的朋友一定会喜欢!!(The microcontroller LPC11U14‘s USB example,you will love it while you love NXP LPCmicrocontroller!!)
- 2014-04-12 17:45:58下载
- 积分:1
-
Spectrum-analysis
这是一个包含了滤波和快速傅里叶变换的地震方面频谱分析程序,用C语言编写(It contains a filter and a Fast Fourier Transform spectrum analyzer earthquakes)
- 2014-09-11 21:53:41下载
- 积分:1
-
c经典算法40例
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列。
2.程序源代码:
main() {
int i,j,k;
printf("
");
for(i=1;i
- 2022-01-20 23:15:55下载
- 积分:1
-
btsearch
通过winsock方式查找周围蓝牙设备并列表显示。使用平台:windows mobile 5.0(By winsock way to find a list of surrounding Bluetooth devices and displays. Using the platform: windows mobile 5.0)
- 2010-09-27 21:42:10下载
- 积分:1
-
CMA
使用matlab对CMA算法进行仿真。其中比较了不同步长对CMA算法的影响。(Use matlab to simulate the CMA algorithm. Which compared the length of sync on the CMA algorithm.)
- 2012-05-31 14:52:10下载
- 积分:1