资源列表
ball
- 在一个装满财宝的屋子里,有2N个盒子排成一排,除了两个相邻的空盒外,其余的每个盒子里都装有一个金球或银球,总共有N-1个金球和N-1个银球。下面是一个N=5的列子 ,G表示金球,S表示银球。 -In a room full of treasure, there are 2N a box in a row, but two adjacent empty box, the rest of each box is equipped with a golden goal or silver balls,
radasm
- This another compiler for ASM.-This is another compiler for ASM.
CODE_UPLOAD154502242001
- programa que simula el codigo hamming
Code
- hithis is code for anyone about opencv code
VB6
- programa para leer adc del pic y manejar 4 leds
src
- MuOnline game sorucecodes of DataServer , ConnectServer and others
OSTBCcodes
- OSTBC codes-Several quasi-orthogonal STBC Performance Comparison debugging code has been Downloaders recently
OfdmHpaEffects2
- The mfile investigates the effects of high power amplifier on the ofdam signals. The effects on spectrum ang Modulation Error Rate (MER) is of more concern.
simcoded
- FUNCTION: Simulated Soft-Decision Decoding Bit Error Rate of Hamming-Coded Coherent Binary PSK
pff
- Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with a small memory even if the
LuaProgrammingLanguage
- Lua本身是以简单优雅为本,着眼于处理那些C不擅长的任务。借助C/C++为其扩展,Lua可闪现无穷魅力。Lua本身完全遵循ANSI C而写成,只要有C编译器的地方,Lua便可发挥她的力量。Lua不需要追求Python那样的大而全的库,太多累赘,反而破坏了她的优美。-Lua itself is simple and elegant oriented, focused on dealing with the tasks that C is not good. With C/C++ for its e
Markup112
- RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言