Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile
Package: NonBinary_LDPC.rar [view]
Upload User: speoil
Upload Date: 2021-10-06
Package Size: 100k
Code Size: 1k
Category:
3G develop
Development Platform:
C/C++
- LIBS = -lm CCC = g++ -Wall -Wno-deprecated -DLINUX_C OBJ_FILES = Utils_1.o Utils_2.o LDPC_1.o LDPC_2.o Encoding.o Main.o
- H_FILES = Utils_1.h Utils_2.h LDPC_1.h LDPC_2.h Encoding.h Portability.h
- all: q_LDPC Utils_1.o: Utils_1.cpp ${H_FILES} ${CCC} -c Utils_1.cpp -o Utils_1.o Utils_2.o: Utils_2.cpp ${H_FILES}
- ${CCC} -c Utils_2.cpp -o Utils_2.o
- LDPC_1.o: LDPC_1.cpp ${H_FILES} ${CCC} -c LDPC_1.cpp -o LDPC_1.o LDPC_2.o: LDPC_2.cpp ${H_FILES}
- ${CCC} -c LDPC_2.cpp -o LDPC_2.o
- Encoding.o: Encoding.cpp ${H_FILES} ${CCC} -c Encoding.cpp -o Encoding.o Main.o: Main.cpp ${H_FILES} ${CCC} -c Main.cpp -o Main.o q_LDPC: ${OBJ_FILES} ${CCC} ${OBJ_FILES} ${LIBS} -o q_LDPC