代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/255755/12058117

m getmapping_file.m

%GETMAPPING_FILE Get mapping_file field in mapping % % MAPPING_FILE = GETMAPPING_FILE(W) % % MAPPING_FILE is the file that will execute the mapping in a call % as A*W or MAP(A,W).
www.eeworm.com/read/341779/12065278

asp produit_sell.asp

top.location.href="../login.asp"
www.eeworm.com/read/341779/12065432

asp huiyuan_duihuan.asp

top.location.href="../login.asp"
www.eeworm.com/read/255382/12084291

cpp command.cpp

/******************************************************************** created: 2006/08/04 filename: Command.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Comman
www.eeworm.com/read/152617/12096945

asp stat.asp

www.eeworm.com/read/152234/12132014

asp hit_num.asp

www.eeworm.com/read/151211/12228647

txt 133.txt

在VB中更改SQL Server数据库结构 四川省冕宁县 陈锦平 ---- 笔者在开发"凉山州林业局"天然林资源保护综合管理系统中,需要为程序建立Sql Server数据库的运行环境。为了方便用户,笔者开发了这个数据库配置工具。完成在SQL Server数据库中建立设备,建立数据库,建立表格,分配权限的功能,"凉山州林业局"系统中的所有数据库配置操作都可以通过这个小工具完成。方便了数据 ...
www.eeworm.com/read/151211/12228963

txt 81.txt

用Internet Transfer编写FTP程序   常上网的人都对FTP熟悉得不能再熟悉了,它是文件传输协议的英文缩写,所谓文件传输协议就是人们规定的在网络间传输文件的一组规定,里面规定了数据包的格式、数据包头部结构、命令结构等等。其实要想实现FTP的功能并不是很难,下面我们就来介绍一下如何作一个简单的Windows界面的FTP程序。   其实我们常用的VC和VB等开发工具就可 ...