代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/475725/6776247
m update_position.m
function chrom = update_position(chrom,v,NIND,m)
% 更新粒子的位置
for i = 1 : NIND
chrom(i,2:m) = chrom(i,2:m) + v(i,1:m-1);
chrom(i,m+2) = round(chrom(i,m+2) + v(i,m));
% ===============保
www.eeworm.com/read/194598/8189376
c effect_position.c
/*
SDL_mixer: An audio mixer library based on the SDL library
Copyright (C) 1997-2004 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the t
www.eeworm.com/read/367808/9729649
gif new_position.gif
www.eeworm.com/read/367329/9756914
asv user_position.asv
clear
clc
close all;
satelliteposition=[17746 17572 7365 1;
12127 -9774 21091 1;
13324 -18178 14392 1;
140000 -13073 19058 1;
www.eeworm.com/read/367329/9756927
m user_position.m
function caluserposition=calculateuserposition(satelliteposition)
r1=6400;
c=300000;
deltaT=1e-3;
satelliteposnew=ones(1,3);
vissatnum=0;
calculateok=1;
for k=1:24
if (satellitepositio
www.eeworm.com/read/133812/14022348
class treeparser$position.class
www.eeworm.com/read/202497/15381059
cpp dom_position.cpp
/*
* Copyright (C) 2004 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
www.eeworm.com/read/202497/15381073
h dom_position.h
/*
* Copyright (C) 2004 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following