资源列表
createxml
- How to create a XML file with php.
famille.pl.tar
- petit exercises de prolog, l arbre familial et quelques examples
SPMDefault
- sample xml document for uploading. Just another test.
server
- server服务器端简单编程,控制台持续,基于TCP/IP设计实现-simple programming of the server server-side console sustained, based on the TCP/IP Design and Implementation
IPV6收发实验(NetRiver)
- IPV6收发实验(NetRiver)-IPV6 transceiver experiment (NetRiver)
AC6654
- AV6654的板卡驱动程序,用于工控机对外输出控制的-AC6654 card driver AC6654 driver program
Http_sever
- 用 python 写的简单的 Web 服务器,易于修改和扩展-Using python to write a simple Web server, easy to modify and extend
AESDecypt.py
- 用python实现的aes解密,用到了python的AES库,最后请求转为json类型。-Aes decryption implemented using python, python uses the AES library, and finally converted to json request type.
EightQueen
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种计算机语言可以解决此问题。-Eight Queen
hough111
- hough变换直线检测-hough Straight line detection.......................
huahua
- ,用matlab绘制菊花 大家可以 使用此代码再次进行花的画法- data base t0=linspace(0,2*pi) for i=1:100 if rem(i,4)==0 t1(i)=NaN else t1(i)=t0(i) end if rem(i,4)==2 t2(i)=NaN else t2(i)=t0(i) end end p=linspace(0,0.25*pi) [xx,yy]=meshgrid
EKF_function
- 实现卡尔曼滤波器的估计,适用于初学者学习卡尔曼滤波。-The realization of the Kalman filter is estimated for beginners to learn Kalman filter.