资源列表
huffmandec
- huffman码的解码器 根据码书 给一个二进制的码流文件解码
doolittle
- 解线性方程组的doolittle分解法的C语言程序实现
shuzhifenxi
- 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 100 110 120 y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7 试验要求:利用Lagrange插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:画出Lagrange插值多项
Blockcode
- A simple Block code in communication systems
ADC0809_good
- 这是一个用VHDL编写的ADC0809的驱动程序,采用状态机的形式来写,很不错的-This is a VHDL prepared to use the ADC0809 driver, the form of state machine used to write very good
client_server
- This code is to register client. This is client scr ipt in .net
caiquan
- c语言做的一个小程序,猜拳游戏,请大家交流学习-c language to a small program, finger-guessing game, please share their knowledge and
DEACTIVATE_REMOVAL
- catia scr ipt generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements. Once a deactivated Part is found, it s activated intermediately for a remove operation following immediately.
lianbiao
- c++课程设计,用c写的,实现的链表,简单功能,可作为计算机专业和非计算机专业的课程设计参考-c++ curriculum design, with c written list implementation, simple functions, can be used as a computer professional and non-computer professional course design reference
Display
- this code show how to communicate with google earth and display situation on google maps
rayleigh
- Rayleigh fading channel based on the Filtered Gaussian Noise method and r based on the Sum of Sinusoids method-simulation for Rayleigh fading channel -Plot the channel output for fm T = 0.01, 0.1 and 0.5 (t/T = 0 ~ 300) – Plot the chan
7
- Write a program that uses sentinel-controlled repetition to take an integer as input, and passes it to a function even which uses the modulus operator to determine if the integer is even. The function even should return 1 if the integer is even, and