代码搜索:Update

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

代码结果 10,000
www.eeworm.com/read/290213/8496171

txt 邮政代发升级sql语句.txt

update gzxm set gzxm003='代办号',gzxm004='1',gzxm005='1',gzxm010='0',gzxm014='1',gzxm015='1' where gzxm002='fltc048' or gzxm002='fsyc055' or gzxm002='fxzc055' or gzxm002='ltl048' or gzxm002='syl055'
www.eeworm.com/read/389787/8503180

sql 人力资源管理实例程序.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_工资发放历史表_职员基本信息表]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[工资发放历史表] DROP CONSTRAINT FK_工资发放历史表_职员基本信息表
www.eeworm.com/read/290066/8507898

c md5.c

/* md5.c - an implementation of the MD5 algorithm and MD5 crypt */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2000, 2001 Free Software Foundation, Inc. * * This program is free so
www.eeworm.com/read/289896/8518770

txt 取消磁盘扫描.txt

取消磁盘扫描   问:我的电脑安装的是Windows XP,最近只要正常关机,再开机就会自动运行磁盘扫描。若是重新启动则不会有这种情况,以前用Windows 98操作系统时也遇到过这种情况,不知该如何解决?   答:这是因为Windows XP认为你没有正常关机,所以强制性扫描。你可以在命令行提示符里面输入chkntfs /x X:取消对X盘的检查。另外建议你到Windows <mark>Update</mark> ...
www.eeworm.com/read/289791/8526761

sql 人力资源管理实例程序.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_工资发放历史表_职员基本信息表]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1) ALTER TABLE [dbo].[工资发放历史表] DROP CONSTRAINT FK_工资发放历史表_职员基本信息表
www.eeworm.com/read/188557/8528374

txt 25175说明.txt

25175教师工资管理系统 v2.01 (由25175学生成绩管理系统v2.10改成,应个别用户要求) 本程序由http://www.25175.com成员动感⑧月完成,希望给一些学生朋友去当成一个课题做:) 本程序的完善来自各位网友们的支持, 特别感谢:路飞  参与本程序的修改与改进 欢迎网站设计爱好者进行技术交流 ************* 要完整版的 ...
www.eeworm.com/read/188426/8541236

m opfsoln.m

function [bus, gen, branch] = opfsoln(baseMVA, bus0, gen0, branch0, ... Ybus, Yf, Yt, V, Sg, lambda, ref, pv, pq, mpopt) %OTOPFSOL Updates bus, gen, branch data structures to match opf sol
www.eeworm.com/read/289159/8571475

asp photo_del_ok.asp

www.eeworm.com/read/289098/8576430

asm filter.asm

.mmregs .include "ld8a.inc" .bss tmp,100 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Do the synthesis filtering 1/A(z) ;void Syn_filt( ; Word16 a[], /
www.eeworm.com/read/187929/8589783

h lubyrack.h

// lubyrack.h - written and placed in the public domain by Wei Dai #ifndef CRYPTOPP_LUBYRACK_H #define CRYPTOPP_LUBYRACK_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP)