代码搜索:setup
找到约 10,000 项符合「setup」的源代码
代码结果 10,000
www.eeworm.com/read/360573/10087025
exe setup.exe
www.eeworm.com/read/164767/10089507
s setup.s
#include "bootparam.h"
#include "bios.h"
#include "../asm/system.h"
.code16
.text
cli
jmp start16
loadkernstr: .asciz "load kernel, please wait:"
dotstr: .asciz "."
ioerrstr: .asciz "io error."
www.eeworm.com/read/164765/10089730
exe setup.exe
www.eeworm.com/read/360380/10099484
bat setup.bat
@echo off
echo Installing Microsoft VC++ 2005 runtime libraries...
vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qb!"
echo Installing PostgreSQL...
msiexec /i postgresql-8.3.msi
www.eeworm.com/read/164618/10099795
ini setup.ini
[Startup]
AppName=RealInfo
[Languages]
Default=0x0804
count=1
key0=0x0804
www.eeworm.com/read/164618/10099801
exe setup.exe
www.eeworm.com/read/164618/10099805
inx setup.inx
www.eeworm.com/read/164583/10100658
py setup.py
#!/usr/bin/env python
#
# Package pyghmm
#
#
#
from distutils.core import setup, Extension
import os
# Adapted from Achim Gaedke's pygsl
def runtool(tool, argument_string):
""" Run tool with the
www.eeworm.com/read/360097/10109558
c setup.c
#include "reg58.h"
#include "intrins.h"
#define _SETUP_C_
#include "setup.h"
#include "lcd.h"
#include "keypad.h"
#include "system.h"
#include "finger.h"
#include "rxd.h"
#include "define.h"