encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplication inverse of an Galois field element test-bench.v The test fixture, and some brief notes on using the modules. data-rom.v A simple data source for testing run For those intelligence-challenged who can t run verilog LGPL The license
標(biāo)簽: Berlekamp berlekamp algorithm generator
上傳時(shí)間: 2014-02-16
上傳用戶:fxf126@126.com
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development.
標(biāo)簽: interesting open-source understood projects
上傳時(shí)間: 2015-07-26
上傳用戶:mpquest
Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.
標(biāo)簽: decompression compression Structure the
上傳時(shí)間: 2015-08-06
上傳用戶:jackgao
問題描述 假設(shè)停在鐵路調(diào)度站入口處的車廂序列的編號(hào)依次為1,2,3..n。設(shè)計(jì)一個(gè)程序,求出所有可能由此輸出的的長度為n的車廂序列。 基本要求 在棧的順序存儲(chǔ)結(jié)構(gòu)SqStack之上實(shí)現(xiàn)棧的五種基本要求,即實(shí)現(xiàn)棧類型。除了棧初始化操作之外,都要按函數(shù)實(shí)現(xiàn)。Push(s,x)是一個(gè)布爾函數(shù),當(dāng)且僅當(dāng)棧s上溢出時(shí)返回“假“值;再說明一個(gè)ElemType型的常量StackEmptyMark,操作pop(s)和top(s)遇到棧s為空的情況時(shí)返回值StackEmptyMark。程序?qū)5娜魏未嫒”仨毥柚诨静僮饕蟆?/p>
上傳時(shí)間: 2015-08-24
上傳用戶:王者A
You can call MsgBoxEx instead of MsgBox MsgBoxEx will return the same vbMsgBoxResults as MsgBox, but adds the frm, Left, and top parameters.
標(biāo)簽: MsgBoxEx MsgBox vbMsgBoxResults instead
上傳時(shí)間: 2013-12-22
上傳用戶:zycidjl
功能說明: 1,新聞欄目二級(jí)分類,隨意修改,管理員分級(jí)管理 2,采用強(qiáng)大的HTML編輯器輸入新聞文章 3,不存在任何新聞內(nèi)容不能分段,不出空格的問題 4,可以直接復(fù)制任何圖文信息,輸出和原來格式一模一樣 5,前臺(tái)使用JS隨意調(diào)用新聞 6,支持圖片新聞,無組件上傳圖片到數(shù)據(jù)庫,前臺(tái)JS調(diào)用 7,安裝使用方便,你只需把頭部文件top.asp換成你的就可以了
標(biāo)簽:
上傳時(shí)間: 2015-10-27
上傳用戶:lwwhust
This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity.
標(biāo)簽: information up-to-date available currently
上傳時(shí)間: 2015-10-31
上傳用戶:CHINA526
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入購物車的物品已經(jīng)全數(shù)退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空購物車</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="關(guān)閉" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
標(biāo)簽: lt LANGUAGE VBSCRIPT include
上傳時(shí)間: 2015-11-05
上傳用戶:zhaoq123
This paper presents an interactive technique that produces static hairstyles by generating individual hair strands of the desired shape and color, subject to the presence of gravity and collisions. A variety of hairstyles can be generated by adjusting the wisp parameters, while the deformation is solved efficiently, accounting for the effects of gravity and collisions. Wisps are generated employing statistical approaches. As for hair deformation, we propose a method which is based on physical simulation concepts but is simplified to efficiently solve the static shape of hair. On top of the statistical wisp model and the deformation solver, a constraint-based styler is proposed to model artificial features that oppose the natural flow of hair under gravity and hair elasticity, such as a hairpin. Our technique spans a wider range of human hairstyles than previously proposed methods, and the styles generated by this technique are fairly realistic.
標(biāo)簽: interactive hairstyles generating technique
上傳時(shí)間: 2013-12-20
上傳用戶:sssl
《多傳感器數(shù)據(jù)融合手冊(cè)》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定價(jià): USD 199.95 出版社: CRC 出版年: 2001-06-20 簡介 · · · · · · Multisensor data fusion is an emerging technology with important applications in both the military and civilian sectors, such as target recognition, robotics, medical diagnostics, and "smart" buildings. It draws on techniques from wide-ranging disciplines, including artificial intelligence, pattern recognition, and statistical estimation. This handbook is an up-to-date, comprehensive resource for data fusion system designers and researchers. top experts in the field lead readers from a basic introduction and survey of data fusion technology to advanced mathematics and theory and to some very practical advice for systems implementers.
標(biāo)簽: L. Multisensor Handbook 199.95
上傳時(shí)間: 2014-02-06
上傳用戶:二驅(qū)蚊器
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1