代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/328947/3435255
c initial.c
#include "initial.h"
short InitialEncoder(Encoder* pEncoder)
{
int iSize;
short iMBWidth, iMBHeight;
short iWidth, iHeight;
short iExtWidth, iExtHeight;
short iExtWidthH
www.eeworm.com/read/278988/4140865
h initial.h
/**
* initial transponders, just add one or two entries for your network at
* the end of list...
*/
static
struct transponder qpsk_probes [] = {
/**
* Astra 19.2E horizontal, Ard Digital (
www.eeworm.com/read/270282/4240691
js initial.js
var sCurrMode = null;
var bEditMode = null;
var oLinkField = null;
var sBaseUrl = document.location.protocol + '//' + document.location.host ;
var BrowserInfo = new Object() ;
BrowserInfo.MajorV
www.eeworm.com/read/442277/1764356
sql initial.sql
CREATE TABLE "user_account" (
id serial not null,
login character varying(50) not null,
password character varying(50) not null,
email character varying(250) not null,
PRIMARY KEY (id)
);
CREATE
www.eeworm.com/read/436051/1855191
c initial.c
#include "spce061v004.h"
#include "main.h"
extern int SysStatus;
extern int PositionX,PositionY;
extern int DisplayStatus;
//系统启动窗口
void InitialPage(void)
{
unsigned int HZCode[10]={0x202
www.eeworm.com/read/422066/2043002
java initial.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/413550/2161776
sql initial.sql
CREATE DATABASE `mobile` /*!40100 DEFAULT CHARACTER SET utf8 */;
DROP TABLE IF EXISTS `mobile`.`avai`;
CREATE TABLE `mobile`.`avai` (
`AVAINUM` varchar(11) NOT NULL,
`AREANO` int(11) NOT NULL
www.eeworm.com/read/401563/2338432
java initial.java
package server.database;
import java.util.*;
import java.sql.*;
/**
* @author user
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java