代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/227499/14422135
mdl koe_channel_awgn.mdl
Model {
Name "koe_channel_awgn"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataType
www.eeworm.com/read/126471/14422339
c rs255253.c
/*
Single error correcting (255,253) systematic Reed Solomon Code (over GF(256))
Encodes 253 bytes of data to the block of 255 bytes.
This perfect code can correct one byte error per block,
but ca
www.eeworm.com/read/126312/14432443
htm 跟随鼠标的原子钟.htm
colors = new Array('330099','00ff00','ff00ff');
sCol
www.eeworm.com/read/126312/14433033
txt 感应灵敏的鼠标文字.txt
首先将下列代码插入到之间:
function LoadCookie(Key)
{
var CookieString = document.cookie
var CookieSet = CookieString.split(';')
var SetSize = CookieSet.lengt
www.eeworm.com/read/126312/14433303
htm 精品原子钟.htm
fCol = '000000';
sCol = 'ff0000';
mCol = '000000';
www.eeworm.com/read/227205/14437134
mdl ieee802153a_channel_model_test.mdl
Model {
Name "IEEE802153a_channel_model_test"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVe
www.eeworm.com/read/227059/14442282
txt 利用winsock控件实现局域网通信.txt
利用Winsock控件实现局域网通信
对于局域网用户中的编程爱好者来说,如果能自己编一个局域网通信程序,那么这一切将是多么美妙!可是,如果要从头开始完全由自己来编写一段用于通信的程序,必须对相关的网络协议及其他的一些较底层的技术有较深入的了解,这可不是一件容易的事。而现在有了Winsock控件,一切就不同了,它已经替你封装了所有烦琐的技术细节,并提供了访问TCP和 ...