-- 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 : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4
dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3
sec, ded, ne : OUT BIT) --diagnostic outputs
END hamdec
ARCHITECTURE ver1 OF hamdec IS
BEGIN
This document specifies a collection of compiler directives, library routines, and
environment variables that can be used to specify shared-memory parallelism in C, C++
and Fortran programs. This functionality collectively defines the specification of the
OpenMP Application Program Interface (OpenMP API). This specification provides a
model for parallel programming that is portable across shared memory architectures
from different vendors. Compilers from numerous vendors support the OpenMP API.
More information about OpenMP can be found at the following web site:
Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon.
Supports lighting, texture mapping and animation.
Includes a sample player model with weapon. See README for how to use it.
Note (1): it uses the POSIX opendir/readdir functions, which are not implemented in all compilers under Windows (MinGW supports them).
Note (2): This demo works on little endian architectures only.
Libraries: OpenGL, GLU, GLUT, boost, libjpeg.
Files: md3loader.zip (2.4 MB)
Introduction
jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second.
jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html
Travis-CI status:
History
The project started on Google Code: http://code.google.com/p/jsmpp/
It was maintained by uudashr on Github until 2013.
It is now a community project maintained at http://jsmpp.org
Release procedure
mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase>
log in here: https://oss.sonatype.org
click the 'Staging Repositories' link
select the repository and click close
select the repository and click release
License
Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com
This project is licensed under the Apache Software License 2.0.
VHDL編寫的4選一數據選擇器
entity mux41a is
port(a,b:in
std_logic;
s1,s2,s3,s4:in std_logic;
y:
out std_logic);
end entity mux41a;
architecture one of mux41a is
signal ab:std_logic_vector(1 downto 0);
The contemporary view of the Smart City is very much static and infrastructure-
centric, focusing on installation and subsequent management of Edge devices and
analytics of data provided by these devices. While this still allows a more efficient
management of the city’s infrastructure, optimizations and savings in different do-
mains, the existing architectures are currently designed as single-purpose, vertically
siloed solutions. This hinders active involvement of a variety of stakeholders (e.g.,
citizens and businesses) who naturally form part of the city’s ecosystem and have an
inherent interest in jointly coordinating and influencing city-level activities.
Mobile communication devices like smart phones or tablet PCs enable us to
consume information at every location and at every time. The rapid development
of new applications and new services and the demand to access data in real time
create an increasing throughput demand. The data have to be transmitted reliably
to ensure the desired quality of service. Furthermore, an improved utilization of
the bandwidth is desired to reduce the cost of transmission.
In the nineteenth century, scientists, mathematician, engineers and innovators started
investigating electromagnetism. The theory that underpins wireless communications was
formed by Maxwell. Early demonstrations took place by Hertz, Tesla and others. Marconi
demonstrated the first wireless transmission. Since then, the range of applications has
expanded at an immense rate, together with the underpinning technology. The rate of
development has been incredible and today the level of technical and commercial maturity
is very high. This success would not have been possible without understanding radio-
wave propagation. This knowledge enables us to design successful systems and networks,
together with waveforms, antennal and transceiver architectures. The radio channel is the
cornerstone to the operation of any wireless system.