资源列表
double-way-link-list
- 建立带头结点的双向循环链表L,插入,删除,逆置-double-way linked-list representation and implementation
DHCP
- dhcp Servers should provide address, net mask, DNS servers, domain, and gateway (and perhaps other stuff, e.g., WINS) Client will be allowed to use the address for a period of time called a Lease Normal campus addresses: 2 day lease Roamin
analog-and-mixed-signal
- analog and mixed signal modeling using vhdl-ams
quadratic-equation
- C++,上机实验,用类的方法实现,求解一元二次方程-A yuan quadratic equation
H.264
- what is h.264 and how to use
fpga
- 投币电路设计,投入1元,0.5元不等,出票,找币-Coin circuit design, put one yuan and 0.5 yuan per ticket, looking for money
Water-filling-algorithm
- ofdm系统功率分配的注水算法原理与代码-Water-filling algorithm
matlab
- 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
Ant-Algorithm
- 蚁群算法求解TSP问题 -Ant Algorithm
program
- PLEASE READ YOUR PACKAGE AND DESCRIBE
LuceneIndexFiles
- 对于Lucene的索引结构及文件格式的学习文档,并配有图表格式来加以说明,详细介绍了lucene的基本规则,索引结构,总体结构,文件格式等等。适合对于lucene的进一步加深理解。-For Lucene index structure and file format study documents, and is equipped with chart format to illustrate, detailing the basic rules of lucene, index structu
Multi-thread
- 在Java中通过socket实现的多人聊天,只能实现多个客户分别和服务端聊天,服务端的聊天内容则只能同时发给所有用户。不能实现客户与客户的聊天。-use the socket in Java to realize the MultiChatting function