资源列表
排序选择:
vblast
- The main file in this list of programs is \"vblast.m\". Type \"help vblast\" on the command line for details.Study the coding by stepping through the program. These programs require around 5000 packets for reasonable plotting accuracy.This has been
rtp_recv_send
- RTP发送接收演示程序,包括发送端和接收端
FLch3LSeg1
- flch3lseg1.m二阶系统一次性完成最小二乘辨识程序
stbc
- This a GUI based system. The GUI is invoked from the command line by typing \"ui_start\". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is \"run
FLch3RLSeg3
- flch3rlseg3.m递推的最小二乘辨识程序
LPC932
- NXP LPC932 家用电器远程控制系统,
filewatchservicetest
- 在VS2005中,.Net里面有个ileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题: 1. 多次连续触发 (通过一个定时器来解决) 2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService) 3. 通过windows service来实现, 做成安装文件方便注册服务
Wind_River_AD_Product_Overview_Feb2007
- windriver 航空航天防卫产品介绍文档,vxworks653 系统简介及产品引用
nlogwebtest
- 前比较流行.net的Log框架是log4net,不过个人觉得log4net配置比较繁琐,这里我向大家推荐一个比较简单实用的log框架: 我尝试做了一个简单的demo,目的是实现一个简单的日志记录, 愿跟大家一起分享
1234
- 绝对可以调试通,并修改使用,相当完整.用于定制自己的播客最好不过
spca5xx-20070402
- LINUX下的万能摄象头驱动,稍加修改可以移植到ARM平台下。
wstest
- Web Service相信大家都很熟悉,当多个系统间的交互非常频繁的时候,开发过程中总是需要对web service进行测试,确保web service能正常运行。常用的方法是输入web service地址进行测试,但是webservice经常会部署在其他的机器上,不能进行直接测试,只能通过编写测试代码进行测试了,这样感觉非常繁琐。这里我们可以通过动态调用web service来进行测试。