资源列表
src
- a.确定本机的IP和端口,socket只有与某一IP和端口绑定,才能发挥其功能。 b.确定通讯协议:TCP 或 UDP。 编程步骤: a.建立一个套接字 b.绑定本机的IP和端口 c.如果是TCP,因为是面向连接的,要利用Listen()方法来监听网络上是否有人给自己发东西 如果是UDP,因为是无连接的,所以来者不拒。 d.TCP情况下,如果监听到一个连接,就可以使用accept来接收这个连接,然后就可以利用Send/Receive来执行操作了。而UDP,则不需要acce
kq
- 这是用MATLAB实现开启和闭合操作的源代码 可适用于机械方面- clc clear [x,y,z]=meshgrid(linspace(-1.3,1.3)) f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3 p=patch(isosurface(x,y,z,f,0)) set(p,‘FaceColor’,‘red’,‘EdgeColor’,‘none’)
affine
- 1)用C\C++语言实现单表仿射(Affine)加/解密算法; 2)用C\C++语言实现统计26个英文字母出现频率的程序; 3)利用单表仿射加/解密程序对一段较长的英文文章进行加密,再对明文和密文中字母出现的频率进行统计并作对比,观察有什么规律。-1) C \ C++ language to achieve a single table Affine (Affine) encryption/decryption algorithm 2) C \ C++ language stati
disc_sys
- code source for discret-time nonlinear system identification
3
- 这个程序是光孤子传输的matlab程序,比较大, 是GUI界面的
ObjectMatching
- Object matching demo based on Lowe, D.G. 1999. Object recognition local scale-invariant features. In International Conference on Computer Vision, Corfu, Greece, pp. 1150?157. uses SURF instead of SIFT -Object matching demo based on " Lowe, DG
power-flow
- 简单的潮流计算,涉及到导纳矩阵的求解及牛顿迭代法等算法-Simple flow calculation, involving admittance matrix and Newton iterative method for solving algorithms
transform-demo
- opengl中3D变换,通过对函数进行参数的修改,可以很好的理解变换,旋转,缩放的功能。-opengl 3d transform.demo
fv
- Handle selection and repainting for a group of strings in a list box. -Handle selection and repainting for a group of strings in a list box.
sm_inter
- wprocess FILLS IN THIS LINE WITH: uucp job id is JOBid.
rfs_syscalls
- Allocate a buffer for the remote system call and fill it in.
sccsnames
- split - Given a string with embedded slashes, return a null terminated vector of pointers to path components. -split - Given a string with embedded slashes, return a null terminated vector of pointers to path components.
