代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/461236/7231470
m update_diodes.m
% updating electric field components
% associated with the diodes
for ind = 1:number_of_diodes
fi = diodes(ind).field_indices;
B = diodes(ind).B;
switch (diodes(ind).direction(1
www.eeworm.com/read/460645/7244503
c lcd_update_if.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/459845/7264127
c update386.c
/*Copyright 当代天启(北京) 2008
主要功能:维护下接的386软件版本,实现386软件在线升级
作者:周天民
生成日期:2008年10月23日
修改记录:
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/459540/7274066
m position_update.m
function position_update()
% Update position when nodes are moving
global node n;
global mobility_model pos maxspeed maxpause;
global current_time;
global maxx maxy;
% pos:
% 1, 2: starting
www.eeworm.com/read/457742/7318210
m bandb_update.m
function uopts = bandb_update(H,opts);
if strcmp(opts.type,'l1l1_triangle');
% determine new rectangles
uopts = l1l1_triangle_update(H,opts);
elseif strcmp(opts.type,'l1l1_resection');
uo