代码搜索:自动升级

找到约 10,000 项符合「自动升级」的源代码

代码结果 10,000
www.eeworm.com/read/366046/2893847

plg gps数据采集.plg

礦ision3 Build Log Project: E:\工作文件夹\自动报站器\GPS数据采集器\ytj.uv2 Project File Date: 09/19/2008 Output:
www.eeworm.com/read/361226/2950454

h flash_misc_cfg_template.h

/* * COPYRIGHT (c) Notifier 1993-2004, All Rights Reserved * * 描述: 模块配置文件。本文件用来配置模块的功能和性能。 * 用户使用时,请将文件名另存为"_cfg.h",放置在可自动包含的路径中, * 并根据系统需求做相应配置。 *
www.eeworm.com/read/417562/6789018

plg zjwfxc.plg

礦ision3 Build Log Project: F:\课程\自动往返小车\zjwfxc.uv2 Project File Date: 02/25/2009 Output: Build target 'Target 1' assembling STARTUP.A51... l
www.eeworm.com/read/471086/6895881

js selectdate.js

//日历 注:来自动网 var date_start,date_end,g_object var today = new Date(); var separator="-"; var inover=false; //mode :时间变换的类型0-年 1-月 2-直接选择月 function change_date(temp,mode) { var t_month,t_ye
www.eeworm.com/read/195211/8168571

c ai.c

#include #include #define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值 #define pristnum 3 #define slavenum 3 struct SPQ { int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数 int sl,pl;
www.eeworm.com/read/370168/9613545

txt agreement.txt

巨化集团公司 排水 PH 监测系统 通讯协议约定 1.自动时实转播: 上位机请发命令格式:(9Byte)  #  Y  M  D  H  M 'E' 'N' 'D' |  |  |  |  |  |  |  |  | 点号 年 月 日 时 分  结 束  下位机发送数据格式:(n+11Byte)
www.eeworm.com/read/172257/9715701

m l8_4.m

%程序L8_4.m: 拉氏边沿检测法% [image map]=bmpread('L8_4.bmp'); %读取图像 image_edge_1=edge(image,'log',[],2); %使用边沿检测中的越零点检测,其中[ ] %是空矩阵,其edge 函数会自动检测最
www.eeworm.com/read/414839/11100268

sql 项目编号=各项目独立流水号&各年不同.sql

--自动编号的例子.项目编号=各项目独立流水号/各年不同 --创建自定义函数,得到新的ID create function f_getid( @年份 char(4), @项目名称 varchar(10) )returns int as begin declare @re int select @re=case when id is null then 1 else c
www.eeworm.com/read/414392/11114797

sql 项目编号=各项目独立流水号&各年不同.sql

--自动编号的例子.项目编号=各项目独立流水号/各年不同 --创建自定义函数,得到新的ID create function f_getid( @年份 char(4), @项目名称 varchar(10) )returns int as begin declare @re int select @re=case when id is null then 1 else c
www.eeworm.com/read/147072/12590617

cpp play.cpp

#include "Gomoku.h" /*========================================================= 程序小结: 本程序完全以C++和windows api来实现,比较底层,所以包括窗口,菜单等都要自已来设计。 窗口及事件: windows中以WinMain()来作为程序的入口函数,并根据参数自动绘制窗口。以回调函数来