用MATLAB的backslash得到的结果比用gradient descent得到的结果差很多,不知道是什么原因# Computation - 科学计算
z*e
1 楼
test a simpl UDP send/receive program on IPv6 (windows).
Following the examples on:
http://msdn.microsoft.com/en-us/library/ms738639(VS.85).aspx
It only receives UDP if it's from the local machine, otherwise nothing.
Not sure why. I already disabled firewall. The machine has 3 NICs, but the
same problem exists on another machine with 1 NIC.
The UDP packets DO arrives on the server machine (I can see them with a sniffer tool), but the recvfrom() just doesn't respond.
Following the examples on:
http://msdn.microsoft.com/en-us/library/ms738639(VS.85).aspx
It only receives UDP if it's from the local machine, otherwise nothing.
Not sure why. I already disabled firewall. The machine has 3 NICs, but the
same problem exists on another machine with 1 NIC.
The UDP packets DO arrives on the server machine (I can see them with a sniffer tool), but the recvfrom() just doesn't respond.