代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/289007/8586431
sql update20040401.sql
Set Term ^;
/*================================================================================
2004-03-31以下为打印发票而增加
*/
/*---------------------------------------------------------------------
www.eeworm.com/read/289007/8586453
pas update_dm.pas
unit Update_DM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, ADODB, {IBScript, }IBDatabase, IBCustomDataSet, IBQuery;
type
TDM_Update
www.eeworm.com/read/289007/8586557
sql update20040515.sql
Set Term ^;
/*月结帐过程修改===================================================================
上期余额及收款日期等应重置
2004-05-16
*/
Alter PROCEDURE P_NEWMONTH AS
/*转存上月的抄表数据,并设置新月份开始*/
Declare variabl
www.eeworm.com/read/289007/8586643
sql update20040508.sql
Set Term ^;
/*================================================================================
以下为方便收费而增加
2004-05-08
计算公式如下:
本期余额 = 实收 - 本期应收(电费) + 上期余额
*/
Alter Table Tb_House
Add
www.eeworm.com/read/289007/8586663
dfm update_dm.dfm
object DM_Update: TDM_Update
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 192
Top = 107
Height = 480
Width = 696
object ADOC_Update: TADOConnection
ConnectionStr
www.eeworm.com/read/289007/8586702
sql update20040322.sql
Set Term ^;
Create Table Tb_Excess
(
f_ExcessType SmallInt DEFAULT 0 Not Null ,/*加价电量类别*/
f_ExcessName Char(20),/*加价电量名称*/
f_ExcessScale Tp_Rate DEFAULT 0 Not Null ,/*加价电量比例*/
f_Ex
www.eeworm.com/read/289007/8586753
pas update_f.pas
unit Update_F;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, DBGrids, StdCtrls, DBCtrls, ExtCtrls, Db, IBDatabase, IBSQL;
type
TF_Up
www.eeworm.com/read/289007/8586990
dfm update_f.dfm
object F_Update: TF_Update
Left = 192
Top = 107
Width = 745
Height = 523
Caption = #21319#32423#31383#21475
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindo
www.eeworm.com/read/289007/8587008
dti update_dm.dti
[Designer]
Version=1
Left=192
Top=107
Width=696
Height=480
Splitter=185
SelectedTab=Components
[Components]
Version=1
Left=0
Top=0
[TreeView]
Version=1
PrintHeader=1
PrintToSingle=1
www.eeworm.com/read/432455/8604534
m smooth_update.m
function [xsmooth, Vsmooth, VVsmooth_future] = smooth_update(xsmooth_future, Vsmooth_future, ...
xfilt, Vfilt, Vfilt_future, VVfilt_future, A, Q, B, u)
% One step of the backwards RTS smoothing e