代码搜索:Update

找到约 10,000 项符合「Update」的源代码

代码结果 10,000
www.eeworm.com/read/253602/12210260

txt tcpdump bgp_update_print() remote denial of service exploit.txt

/* * 2005-05-31: Modified by simon@FreeBSD.org to test tcpdump infinite * loop vulnerability. * * libnet 1.1 * Build a BGP4 update message with what you want as payload * * Copyright (c) 20
www.eeworm.com/read/151381/12216970

txt 将某个人的工资提高20%的sql查询语句怎样写.txt

一个简单问题:将某个人的工资提高20%的SQL查询语句怎样写 **************************** update 表 set 工资=工资*1.2 where 员工编号=... *************************** update tablename set 工资=工资*1.2 where 员工编号=???? **********************
www.eeworm.com/read/151143/12232793

m s_align.m

function seisout=s_align(seisin,varargin) % Function aligns (flattens) user-specified events on seismic traces. The shifts required % for alignment as well as the correlation coefficient can be sto
www.eeworm.com/read/338797/12282008

h lubyrack.h

// lubyrack.h - written and placed in the public domain by Wei Dai #ifndef CRYPTOPP_LUBYRACK_H #define CRYPTOPP_LUBYRACK_H /** \file */ #include "simple.h" #include "secblock.h" NAMESPAC
www.eeworm.com/read/252147/12298178

txt 解决无法升级更新.txt

无法升级更新   问:我的系统出了问题,无法安装微软的更新程序,提示“Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer”等信息,请问我该如何解决这个问题?   答:删除C:\Windows\S
www.eeworm.com/read/149689/12357767

dpr euro2000.dpr

program euro2000; uses Forms, classes, dbtables, Umenu in 'Umenu.pas' {menu_form}, ana_mod in 'ana_mod.pas' {ModuloDatiAnagrafiche: TDataModule}, ana_imballi_u in 'ana_imballi_u.p
www.eeworm.com/read/250881/12380320

txt 解决无法升级更新.txt

无法升级更新   问:我的系统出了问题,无法安装微软的更新程序,提示“Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer”等信息,请问我该如何解决这个问题?   答:删除C:\Windows\S
www.eeworm.com/read/149405/12382621

java snakepart.java

package logic; public class SnakePart{ int x; int y; public SnakePart(){ } public SnakePart(int x, int y) { this.x = x; this.y = y; } public void update(int x, int y
www.eeworm.com/read/250802/12384506

m rbf03.m

% RBF03.m clear all; close all; kp_1=0.03; ki_1=0.01; kd_1=0.03; yout_1=0; u_1=0; e_1=0;e_2=0; ts=0.001; eta=0.25; x=[0,0,0]'; c=30*ones(3,6); b=40*ones(1,6); w=0.5*ones(1,6); w_1=w
www.eeworm.com/read/148696/12440969

mak simple_thread.mak

# Nmake macros for building Windows 32-Bit apps all: Simple~1.exe # Update the resource if necessary generic.res:generic.rc generic.h rc -r -fo generic.res generic.rc # Update the obj