搜索结果
找到约 1,056 项符合
Rx-library 的查询结果
STL STL (标准模版库
STL (标准模版库,Standard Template Library)简要说明
书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : ...
汇编语言 里面有课程设计详细说明书和数据流程图
里面有课程设计详细说明书和数据流程图,还有业务流程图-Library Management System Design Manual, there are curriculum design and data flow chart of a detailed prospectus, as well as the operational flow chart
STL Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan
Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by ...
电子书籍 Anthony s book is easily the most complete treatment of eCos system development. I believe it is des
Anthony s book is easily the most complete treatment of eCos system development. I believe it is destined to become part of every eCos developer s library."
—Michael Tiemann, CTO, Red Hat Software and Co-founder of Cygnus Solutions
游戏 Tic tac toe is (exactly what re your thinking) and it s the first game I made. Made it in one whole
Tic tac toe is (exactly what re your thinking) and it s the first game I made. Made it in one whole day in Turbo C. It uses primitive graphics drawing and also demonstrates how to output an image. Written in C, also uses a library I got from the net (included) for image output.
Java编程 motion detection made in processing. it detects motion in stream taken from webcam using OpenCV spec
motion detection made in processing. it detects motion in stream taken from webcam using OpenCV specialised and dedicated library. It is based on Java and is free - made by Intel
Java编程 A java based programming environment - processing - free from processing.org. here it uses a free l
A java based programming environment - processing - free from processing.org.
here it uses a free library - OpenCV - to detect blobs in a live video capture - some parts like - hands or head or the entire human are evidenced through some visual effects.
Java编程 A java application - processing which can be downloaded free from processing.org Here it uses a fre
A java application - processing which can be downloaded free from processing.org
Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns blac ...