搜索资源列表
VideoMan_0.5
- VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, PointGrey cameras and video files. It can also render the inputs using OpenGL. Suitable for computer vis
msncc-cvsroot.tar
- VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, PointGrey cameras and video files. It can also render the inputs using OpenGL. Suitable for computer vis
SimMsnMessenger
- VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, PointGrey cameras and video files. It can also render the inputs using OpenGL. Suitable for computer vis
exportwordsrc
- VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, PointGrey cameras and video files. It can also render the inputs using OpenGL. Suitable for computer vis
GlVideoManager
- VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With Vid
VC(MP411)
- MP411是一款USB2.0/1.1总线兼容12位采集模块,具有16路模拟输入,工作在软件启动模式、二路12位DA输出(MP411)、开关量16路输入/16路输出、一路20位计数器(MP411),支持频率测量。采用USB总线,支持即插即用。MP411的所有功能设置都可以通过操作台控制,提供源代码。-MP411 is a USB2.0/1.1 bus-compatible 12-bit acquisition module with 16 analog inputs, work in softwa
multicalculator.tar
- A command-line calculator that supports bases 2 to 8,Function Inputs: number of command-line arguments command-line arguments: base=b num1 op num2 where b can be 2 to 8 and op is one of +-x/ and PDL is included.- A command-line calculator
DES
- This particular algorithm is a brute force attack on the popular DES Encryption standard. The DES algorithm consists of 4 main classes which will be briefly discussed -The first class takes into consideration the assumption that the in the inputs a
report
- The project focuses on implementation of the AES algorithm on the 8051 controller. The algorithm is implemented on the microcontroller 8051. A UART is used to give the inputs and outputs are displayed on 16x2 LCD. Initially the algorithm has been imp
DES
- DES加密解密程序 Requirement: Simple interface with inputs (M, K)/(C, K) and output (C)/(M) is required in the program. All data are presented in the hexadecimal format.-DES encryption and decryption procedures
mpi_linux
- This code is in linux and mpi is one of linux library ,I wrote it in C++ and this code can sort more than one milion integer inputs and when we want to compile and run this code if we wrote the number cores that there are in our system,this code able
Sort_pthread_linux
- This code has written in linux and c++ program language .We can sort by this code more than one million integer inputs .In this code I determine the number of threads be four but if we have enough cores we can change the number of threads and we can
FIR
- an FIR code which is writen in vhdl. this entity has clk and reseet inputs, and the filter output is provided as well. the coefficients of the filter are passed using a set of constants.
dsp
- 第1章DSP2407概述,第2章系统配置和中断,第3章存储器和IO空间,第4章时钟和低功耗模式,第5章数字输入输出,第6章事件管理器,第7章模数转换ADC模块,第8章串行通信接口SCI ,第9章串行外设接口SPI,第10章CAN接口,第11章看门狗,第12章开发工具及开发环境,第13章程序设计-Chapter 2 System Configuration and interrupt Overview Chapter 1 DSP2407, memory and IO space on Chapte
frequency
- KEY FEATURES Resolution of 230,000 Counts (Peak-to-Peak) Offset Drift: 5 nV/8C Gain Drift: 2 ppm/8C Line Frequency Rejection: >150 dB Buffered Differential Inputs Specified for Drift Over Time Operates with Reference Voltages of 1
softfloat
- FIXME: Flush-To-Zero only effects results. Denormal inputs should also be flushed to zero.
yemian
- 根据模拟的页式管理设计,掌握在页式存储管理中最基本的三种页面调度算法FIFO、LRU以及OPT。但在三种算法中均要求在调度程序中产生的页面序列是随机产生的,而不是人为的输入,在执行时只需改变页面的大小及内存容量就可以得到不同的页面序列,另外还需要说明随机的性能和其性能可能对算法的影响,并对随机性要有一定的参数控制能力。此外,计算并输出FIFO、LRU以及OPT算法在不同内存容量下的命中率。-According to the simulation page management design, m
adcon1d.c.tar
- MCP3424 ADC Chip This code gives you all the 8 Channel readouts at once. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $ sudo gcc adcon1d.c -o adcon1d
adcon1e.c.tar
- 8 Channels ADC This C language code, will read all 8 channel at once. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $
MCP3424_11c.c.tar
- Filename: MCP3424_11c.c 8 Channels ADC This C language code, will read all 8 channels. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Version: MCP3424_11c (Based on my own work of adcon11c.c)