JUNE_Lee

积分:320
上传文件:7
下载次数:243
注册日期:2013-01-25 19:16:53

上传列表
ViBe_track.rar - 利用opencv,基于vibe算法,编写的前景提取程序,效率高,速度快,效果好,2016-01-06 17:58:42,下载27次
LearningOpenCV_Code.rar - 经典书籍《学习opencv》的经典源码。每章内容都附有代码,可以调试,2016-01-06 17:44:57,下载3次
C.rar - 读取文件夹内固定文件名的文件,自己写的,亲测可用。,2016-01-06 17:37:09,下载1次
SPI.zip - 6410嵌入式驱动程序,很有用 //0X1 txon 0x2 RXON #define CLK_CFG1 ( *((volatile unsigned long *)0xE1400004) )//0X #define FB_CLK_SEL1 ( *((volatile unsigned long *)0xE140002C) ) #define SWAP_CFG1 ( *((volatile unsigned long *)0xE1400028) ) #define PENDING_CLR_REG1 ( *((volatile unsigned long *)0xE1400024) ) #define PACKET_CNT_REG1 ( *((volatile unsigned long *)0xE1400020) ) #define SPI_RX_DATA1 ( *((volatile unsigned long *)0xE140001C) ) #define SPI_TX_DATA1 ( *((volatile unsigned long *)0xE1400018) ) #define SPI_STATUS1 ( *((volatile unsigned long *)0xE1400014) ) #define SPI_INT_EN1 ( *((volatile unsigned long *)0xE1400010) ) #define CS_REG1 ( *((volatile unsigned long *)0xE140000C) ) #define MODE_CFG1 ( *((volatile unsigned long *)0xE1400008) ) #define CLK GPBCON[4] #define MISO GPBCON[6] #define MOSI GPBCON[7] #define CSB GPBCON[5] ,2013-01-25 20:17:52,下载16次
LCD.zip - lcd源代码程序,,用于单片机的LCD。。。/*************************************************************/ /* SPI写LCD函数 */ /*************************************************************/ void LCD_write_byte(unsigned char data, unsigned char command) { SCE = 0 //5110片选有效,允许输入数据 if (command == 0) //写命令 DC = 0 else DC = 1 //写数据 while(!SPI0SR_SPTEF) SPI0DRL = data LCD_delay() SCE=1 // 关闭LCD } ,2013-01-25 20:15:00,下载6次
sca100t.zip - sca100t 基于16位单片机编程模块程序 /////////////////获取温度///////////////// uint SPI_GetTR( void ) { uint result SPI_Start() SPI_WriteByte(RWTR) result = SPI_ReadBits(11) SPI_Stop() return result },2013-01-25 20:13:19,下载54次
spi_s3c64xx.zip - linux s3c64xx源代码 /* linux/drivers/spi/spi_s3c64xx.c * * Copyright (C) 2009 Samsung Electronics Ltd. * Jaswinder Singh <jassi.brar@samsung.com> * * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */,2013-01-25 20:11:25,下载16次

近期下载

收藏