资源列表
20060424
- 对图像进行垂直镜像处理的源代码 代码简单易懂。-right vertical mirror images of the source code code simple and understandable.
shuangxunhuanlianbiao
- 此为数据结构中 双循环链表的定义和实现。其中包括了我们使用双循环链表中的常见的一些函数的定义和实现,并且进行了验证,经过证明自己的思路是正确的,具有很好的参考价值-this data structure for the two-cycle Chain definition and implementation. These include the use of two-cycle we Linklist some of the common functions of the definition
addtushu
- 开发环境是asp.net,网上图书馆系统的其中一部分,功能是上传书本,包括上传txt文本,书本封面等。
udp receiver
- udp协议仿真程序(接受端)-udp agreement simulation program (receivers)
Cpp10
- 计算A(n,x,y),当n<>0,y<>0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行这一过程,直到最后求得最初的函数值-calculation
vehicle_starting
- 车轮启动时刻的Matlab仿真程序,计算转动和平动速度,和位移。-Moment of the wheel to start Matlab simulation program to calculate rotation speed of the peace movement, and displacement.
RD
- SAR的RD算法实现完成合成孔径雷达的距离多普勒算法-SAR of the RD algorithm
shizilianbiao.tar
- 稀疏矩阵的定义和实现(使用的是十字链表的方法)-Sparse matrix definition and implementation (using cross linked list method)
alter
- sql列的操作,修改列,增加列,查询等功能-sql column operation, modify the column to increase the column, the query functions
touch_screen.tar
- 6410的触摸屏的驱动,我在自己的卡发板上已经编译通过。可以使用。datasheet 自己去网上找,很多的! 对应去看里面寄存器的设置。
Simple-One-Axis-Move
- NI的单轴, 马达驱动源码例子,非常实用-motion in VB
draw
- draw_create(Display *dpy, int screen, Window win, unsigned int w, unsigned int h) { Draw *draw = (Draw *)calloc(1, sizeof(Draw)) draw->dpy = dpy draw->screen = screen draw->win = win draw->w = w draw->h = h d
