代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/474915/6797856
~pas init.~pas
unit Init;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, DBCtrls, ExtCtrls, DB;
type
TFrm_Init = class(TForm)
www.eeworm.com/read/474915/6797883
sql init.sql
if exists (select * from sysobjects where id = object_id(N'[dbo].[GETMAXNUM]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[GETMAXNUM]
GO
if exists (select * from sysobjects
www.eeworm.com/read/474803/6807647
png init.png
www.eeworm.com/read/474469/6809845
py __init__.py
"""
Copyright (c) 2006, Jari Sukanen
All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions
www.eeworm.com/read/474469/6809847
pyc __init__.pyc
www.eeworm.com/read/474482/6810033
c init.c
#include "version.h"
#include
#include
#include
#include
#include "configfile.h"
#include "util.h"
#include "net.h"
#include "msignal.h"
#include "buf.h"
www.eeworm.com/read/474482/6810182
h init.h
#ifndef __INIT_H__
#define __INIT_H__
#include "common.h"
BOOL init( int argc , char** argv, char** env );
#ifdef _ITEM_QUITPARTY
typedef struct tagDisappearItem
{
char string[64];
}DisappearItem;
www.eeworm.com/read/474325/6820676
s init.s
; *******************************************************
; * NAME : INIT.S *
; * Version : 28.May.2003 *
; * Description: *
; * C start up codes *
; * Configur
www.eeworm.com/read/473712/6833795
obj init.obj
www.eeworm.com/read/473622/6847358
m init.m
%ROBOTDD Constructor function for differential drive robot object.
% R = ROBOTDD
% Creates a new differential drive robot object with default
% values.
%
% R = ROBOTDD(R)
% Copies and return