代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/401165/11563410
m inter.m
#include "vbs_context.h"
#include
#include
with ast;
using namespace std;
extern "C" void execute(Statement s, Cvbs_context& c);
extern "C" string evaluate(Expression e, Cvbs_co
www.eeworm.com/read/401092/11564715
pas fgywldz.pas
unit Fgywldz;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Fbase, DB, ADODB, Grids, ExtCtrls, Buttons, ToolWin, ComCtrls,
DBGrids,
www.eeworm.com/read/400577/11573266
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/261022/11670759
pas fgywldz.pas
unit Fgywldz;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Fbase, DB, ADODB, Grids, ExtCtrls, Buttons, ToolWin, ComCtrls,
DBGrids,
www.eeworm.com/read/260939/11685431
c cmd.c
void _loader_commands(void);
extern int SECOND_STAGE_LOADER(int, int);
void loader_commands()
{
SECOND_STAGE_LOADER(0, 1); // load core A DXE
SECOND_STAGE_LOADER(0, 2); // load core B DXE
www.eeworm.com/read/346740/11726989
htm 81.htm
用Internet Transfer编写FTP程序
常上网的人都对FTP熟悉得不能再熟悉了,它是文件传输协议的英文缩写,所谓文件传输协议就是人们规定的在网络间传输文件的一组规定,里面规定了数据包的格式、数据包头部结构、命令结构等等。其实要想实现FTP的功能并不是很难,下面我们就来介绍一下如何作一个简单的Windows界 ...
www.eeworm.com/read/346381/11751719
py mysql_hanyu.py
#!/usr/bin/python
import MySQLdb
#导入python2.4-mysqldb模块,以提供操作mysql的接口
db_user = "root"
db_pw = "myDBpass"
conn = MySQLdb.connect("localhost", db_user, db_pw ,"xpower")
cursor = conn.cursor(
www.eeworm.com/read/156358/11809636
~pas backup.~pas
unit backup;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, StdCtrls, ADODB, ExtCtrls;
type
TFom_backup = class(TForm)
www.eeworm.com/read/156358/11809689
pas backup.pas
unit backup;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, StdCtrls, ADODB, ExtCtrls;
type
TFom_backup = class(TForm)