代码搜索:Update

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

代码结果 10,000
www.eeworm.com/read/162078/10340419

mak get_time.mak

# Nmake macros for building Windows 32-Bit apps all: Get_Time.exe # Update the resource if necessary Get_Time.res: Get_Time.rc Get_Time.h rc -r -fo Get_Time.res Get_Time.rc # Update t
www.eeworm.com/read/162078/10340549

mak move_file.mak

# Nmake macros for building Windows 32-Bit apps all: Move_F~1.exe # Update the resource if necessary Move_F~1.res: Move_F~1.rc Move_F~1.h rc -r -fo Move_F~1.res Move_F~1.rc # Update t
www.eeworm.com/read/162078/10340707

mak draw_shapes.mak

# Nmake macros for building Windows 32-Bit apps all: Draw_S~1.exe # Update the resource if necessary Draw_S~1.res: Draw_S~1.rc Draw_S~1.h rc -r -fo Draw_S~1.res Draw_S~1.rc # Update t
www.eeworm.com/read/162078/10340788

mak get_sysm.mak

# Nmake macros for building Windows 32-Bit apps all: Get_SysM.exe # Update the resource if necessary Get_SysM.res: Get_SysM.rc Get_SysM.h rc -r -fo Get_SysM.res Get_SysM.rc # Update t
www.eeworm.com/read/162078/10340909

mak get_devc.mak

# Nmake macros for building Windows 32-Bit apps all: Get_DevC.exe # Update the resource if necessary Get_DevC.res: Get_DevC.rc Get_DevC.h rc -r -fo Get_DevC.res Get_DevC.rc # Update t
www.eeworm.com/read/162078/10341017

mak draw_hollow.mak

# Nmake macros for building Windows 32-Bit apps all: Draw_H~1.exe # Update the resource if necessary Draw_H~1.res: Draw_H~1.rc Draw_H~1.h rc -r -fo Draw_H~1.res Draw_H~1.rc # Update t
www.eeworm.com/read/162078/10341102

mak two_icons.mak

# Nmake macros for building Windows 32-Bit apps all: Two_Ic~1.exe # Update the resource if necessary Two_Ic~1.res: Two_Ic~1.rc Two_Ic~1.h rc -r -fo Two_Ic~1.res Two_Ic~1.rc # Update t
www.eeworm.com/read/162078/10341221

mak draw_bitmap.mak

# Nmake macros for building Windows 32-Bit apps all: Draw_B~1.exe # Update the resource if necessary Draw_B~1.res: Draw_B~1.rc Draw_B~1.h rc -r -fo Draw_B~1.res Draw_B~1.rc # Update t
www.eeworm.com/read/162037/10343698

java updateaccess.java

//updateaccess.java:更新Access数据库 import java.sql.*; class updateaccess{ public static void main (String args[]) throws Exception{ Connection con; Statement stmt;
www.eeworm.com/read/425485/10351585

postrm

#! /bin/sh if test -x /usr/bin/update-menus; then update-menus; fi # return success exit 0;