资源列表
server
- Simple TCP server written in PHP:
expression_tree
- 表达式树是对表达式进行语法分析的一种工具,能够对表达式进行有效的语法判断和求值。-Expression tree is a tool for expression parsing, capable of expression syntax valid judgment and uated.
P-capm
- 价格型资本资产定价模型,可以用于直接计算股票价格,可供投资参考-Price-based capital asset pricing model, can be used to directly calculate the stock price, available for investment reference
1
- 认知无线电的频谱感知中采用凸优化法不同子时隙数目下Pf关于感知时间的变化-Cognitive radio spectrum sensing method using convex optimization Pf at the number of different sub-slots on the perception of time changes
trainNetwork
- matlab code for training neural network using back-propagation algorithm
lifting.v
- this the lifting technitue source code which is used for Image processing in JPEG
bpsk
- matlab的bpsk调制的卷积编码维比特译码加高斯白噪声的程序-BPSK modulation matlab convolutional encoding and decoding bit Gauss white noise process
FORM
- exmple program in php
lab2_MPVUIB
- shows users add groups
counter
- 计数器可以进行行与列同时计数 -counter
gauss_notch
- code for gaussian nuch filter
2
- 封装一个CSTUDENT类,用来描述学生的属性和行为,具体要求如下: 1、学生有姓名、籍贯、学号、年龄、成绩五个成员数据,编写构造函数,拷贝构造函数, 同时编写DISPLAY()成员函数显示学生的信息。 2、编写主函数,定义两个Cstudent类对象(初始值任意),分别调用成员函数DISPLAY() 显示两个对象的学生信息,*/-Packaging a CSTUDENT class, used to describe the properties and behavior of