代码搜索:updata

找到约 556 项符合「updata」的源代码

代码结果 556
www.eeworm.com/read/465845/7047560

bas module1.bas

Attribute VB_Name = "Module1" Public Connection As String Public Updata As Boolean Dim fso As New FileSystemObject, fil As file Sub Main() On Error GoTo ErrFile bool = False xInt = 0
www.eeworm.com/read/455740/7366906

c ch_frame.c

/************************************** File : CH_FRAME.C Project : BDTRV20_MCU_V07 Description : 分解DSP输出的各帧,提取并存储参数 Created : 2006.11.7 Last updata : Author
www.eeworm.com/read/455740/7367122

c ch_frame.c

/************************************** File : CH_FRAME.C Project : BDTRV20_MCU_V07 Description : 分解DSP输出的各帧,提取并存储参数 Created : 2006.11.7 Last updata : Author
www.eeworm.com/read/412487/11197842

h plane.h

#pragma once #include "inc.h" class CPlane { public: CPlane(HANDLE _hStdOut, CONSOLE_SCREEN_BUFFER_INFO _csbi); ~CPlane(void); void Render(void); void upData(void); HANDLE hStdOut;
www.eeworm.com/read/373581/9449396

h myled.h

/* Very Importany Updata Document * Yes,as my opinion,There'll be 8 more or at least 4 LEDs on PortNo.0. * But,as ur view,There are only two LEDs,and U canNOT add any LED more,because * the res
www.eeworm.com/read/280199/10348202

txt 向数据库中更新数据代码.txt

private void updata()//更新数据函数 { SqlConnection con2 = db.creatcon(); con2.Open(); SqlCommand cmd = new SqlCommand("update contract set tcid=@tcid,tpid=@tpid,tbegintim
www.eeworm.com/read/455740/7366975

c func_aw.c

/************************************** File : FUNC_AW.C Project : BDTRV20_MCU_V07 Description : 查询/设置时间信息,置@@aw帧串口发送标志位 Created : 2006.11.7 Last updata : Author
www.eeworm.com/read/455740/7367014

c func_ch.c

/************************************** File : FUNC_CH.C Project : BDTRV20_MCU_V07 Description : 得到通道参数发给DSP,置@@ch帧串口发送标志 Created : 2006.11.7 Last updata : Author
www.eeworm.com/read/455740/7367059

c asc_to_long.c

/************************************** File : ASC_TO_LONG.C Project : BDTRV20_MCU_V07 Description : 将ASCII转换成一个long型数据 Created : 2006.11.7 Last updata : Author