代码搜索:setup
找到约 10,000 项符合「setup」的源代码
代码结果 10,000
www.eeworm.com/read/383940/2605234
py setup.py
# setup.py
from distutils.core import setup
import glob, sys, py2exe, os
sys.argv.append("sdist")
sys.argv.append("py2exe")
setup(
name='pybsl',
version='0.5',
options = {"py2exe":
www.eeworm.com/read/383324/2619118
rul setup.rul
////////////////////////////////////////////////////////////////////////////////
//
// IIIIIII SSSSSS
www.eeworm.com/read/383324/2619122
tsb setup.tsb
[]
Value=
KeyType=4
[]
Value=
KeyType=4
[]
Value=
KeyType=4
[]
Value=
KeyType=4
[]
Value=
KeyType=4
[]
Value=
KeyType
www.eeworm.com/read/383324/2619127
ini setup.ini
[Startup]
AppName=学生管理信息系统
FreeDiskSpace=448
EnableLangDlg=Y
www.eeworm.com/read/383324/2619135
ini setup.ini
[Startup]
AppName=学生管理信息系统-1
FreeDiskSpace=448
EnableLangDlg=Y
www.eeworm.com/read/383324/2619144
ini setup.ini
[Startup]
AppName=学生管理信息系统-1
FreeDiskSpace=448
EnableLangDlg=Y
www.eeworm.com/read/382260/2638758
c setup.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.