代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/478833/6704555
txt 15.txt
set transaction read only;
update emp
set ename = lower(ename);
select object_id
from all_objects
where rownum
www.eeworm.com/read/410826/11267674
postrm
#!/bin/sh
if [ -x /usr/sbin/update-mime ]; then
update-mime
fi
#DEBHELPER#
www.eeworm.com/read/410826/11267681
postinst
#!/bin/sh
if [ -x /usr/sbin/update-mime ]; then
update-mime
fi
#DEBHELPER#
www.eeworm.com/read/410150/11300621
txt youxi.txt
var line = "";
var x = 0;
var y = 0;
var full="*";
var blank = ".";
var wall = "#";
var goal = "$";
var fill = "";
// Functions to create the board
function makeb
www.eeworm.com/read/264397/11316452
cpp bag4.cpp
// 我真诚地保证:
// 我自己独立地完成了整个程序从分析、设计到编码的所有工作。
// 如果在上述过程中,我遇到了什么困难而求教于人,那么,我将在程序实习报告中
// 详细地列举我所遇到的问题,以及别人给我的提示。
// 我的程序里中凡是引用到其他程序或文档之处,
// 例如教材、课堂笔记、网上的源代码以及其他参考书上的代码段,
// 我都已经在程序的注释里很清楚地注明了引用的出处 ...
www.eeworm.com/read/264291/11322853
cpp pursuit.cpp
#include "h/pursuit.h"
Define_Module_Like(Pursuit,Mobility);
bool Pursuit::rebound(int x, int y)
{
bool update = false;
if( (x = maxX) )
{
dX *= (-1); // change the sign
u
www.eeworm.com/read/264291/11322881
cpp randomwalk.cpp
#include "h/randomWalk.h"
Define_Module_Like(RandomWalk,Mobility);
bool RandomWalk::rebound(int& x, int &y)
{
bool update=false;
d("rebound");
if( x < minX)
{
dX *= (-1); // change the sign
www.eeworm.com/read/264291/11322997
cpp normal.cpp
#include "h/normal.h"
Define_Module_Like(Normal,Mobility);
bool Normal::torus(int &x, int &y)
{
bool update=false;
/*
d("toru");
if( x < minX)
{
x = maxX;
update=true;
}
if( x > maxX)
www.eeworm.com/read/263773/11342685
txt readme.txt
Program: A* Explorer
Author: James Matthews
Version: 1.0 (1st September, 2001)
- This program was written as an example program for my chapter in
AI Wisdom published by
www.eeworm.com/read/262715/11392834
m usrsetup.m
% problem parameters
% constants calculation
mu = 4*pi*1e-7;
epsilon = 8.854*1e-12;
speed = 1/(sqrt(mu*epsilon)); % speed of travelling wave
% geometry dimension (unit: m)
L = 0.025;
h = 0.007;
l =