代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/380106/9164237
ini 变速齿轮.ini
[变速齿轮]
固定速度0=0
固定速度0热键=106
固定速度1=-30
固定速度1热键=105
固定速度2=0
固定速度2热键=0
固定速度3=0
固定速度3热键=0
加速热键=107
减速热键=109
使用热键=1
精细调整=1
列表框文件数=3
文件0=D:\Woool\Data\woool.dat
文件1=C:\Program Files\Internet E
www.eeworm.com/read/183326/9169855
cc cursesp.cc
// * this is for making emacs happy: -*-Mode: C++;-*-
/****************************************************************************
* Copyright (c) 1998-2003,2005 Free Software Foundation, Inc.
www.eeworm.com/read/182531/9200601
txt reserved_space_readme.txt
-----------------------------
Reserved disk space features.
-----------------------------
This new release implements reserved disk space feature.
Reserved disk space allows to download/update d
www.eeworm.com/read/182278/9209348
java tablegenerator.java
//$Id: TableGenerator.java,v 1.4.2.2 2004/01/11 02:40:32 oneovthafew Exp $
package net.sf.hibernate.id;
import java.io.Serializable;
import java.sql.Connection;
import java.sql.PreparedStatement
www.eeworm.com/read/182078/9218733
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/181854/9233956
txt 增加.txt
Fill---
DataRow thisRow=thisDataSet.Tables["Intro"].NewRow();
thisRow["TheName"]="WangGJ";
thisRow["Age"]="15";
thisDataSet.Tables["Intro"].Rows.Add(thisRow);
Update--
www.eeworm.com/read/181851/9234201
asm fircasmfuncfast.asm
;FIRCASMfuncfast.asm C-called faster function to implement FIR
.def _fircasmfunc
_fircasmfunc: ;ASM function called from C
MV A6,A1 ;setup loop count
MPY A6,2,A6 ;since dly buf
www.eeworm.com/read/377814/9261909
m chap7_11.m
%Discrete Kalman filter for PID control
%Reference kalman_2rank.m
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
clear all;
close all;
ts=0.001;
%Continuous Plant
a=25;b=133;
sys=tf(b,[1,a,0]);
dsys=c2d(sy