NC -v IP地址 端口<c:\1.txt具体实例:NC -v 211.157.106.78
8080 <c:\1.txt打开记事本,写一段批处理让nc自动传包 格式:gonc -v 211.157.106.78
8080<c:1.txtgoto go将文件保存为批处理1.bat
分类:
移动开发 时间:
2014-07-22 23:00:53
阅读次数:
343
简述:发送和接受数据的程序分别烧录到两个节点上,发送方发送流水灯数据,接受方接受数据并实现流水灯1、发送和接受程序用到的组件及其接口如图(通过make
telosb docs获得)所示: 2、发送程序sendC.nc代码:#include "Timer.h"#include "send.h"modu...
分类:
其他好文 时间:
2014-05-16 06:25:16
阅读次数:
435
读取Telosb内部传感器数据,并在计算机上显示。senseC.nc代码如下: 1
#include "Timer.h" 2 #include "sense.h" 3 #include "printf.h" 4 5 module senseC
6 { 7 uses{ 8 i...
分类:
其他好文 时间:
2014-05-15 10:23:47
阅读次数:
224
1、先新建一个客制表2、创建一个函数组3、SE11中该表->实用程序->表维护生成器->权限组填写&NC& ->
函数组填写刚才创建的函数组->维护类型为一步->概述屏幕101->点击查找屏幕号旁边的创建按钮就OK了这边说明一下:表维护的实质是自动生成维护页面并存放到函数组中的,所以维护类型选择‘一...
分类:
其他好文 时间:
2014-05-10 01:27:12
阅读次数:
320
何承天不等式:\[\frac{a}{b} \leq
\frac{ma+nd}{mb+nc}\leq \frac{d}{c}\]其中$a,b,c,d,m,n \in
\mathbb{R}$.Proof:这是一个有重要应用的不等式(变分迭代算法中)先证明一个简单情况$m=n=1$时,设 $H(m,n)=...
分类:
其他好文 时间:
2014-05-09 09:54:33
阅读次数:
288
一:数组复制//方法一//slice()函数将会返回一个新的数组对象 var arr =
[1,2,3,4]; var clone = arr.slice(0); arr.splice(1,2);//删除从位置1开始的两个元素
console.log("arr:" + arr + "\nc...
分类:
编程语言 时间:
2014-05-04 20:41:11
阅读次数:
309
Pat1063代码
题目描述:
Given two sets of integers, the similarity of the sets is defined to be Nc/Nt*100%, where Nc is the number of distinct common numbers shared by the two sets,
and Nt is the to...
分类:
其他好文 时间:
2014-04-29 13:44:20
阅读次数:
325