代码搜索结果

找到约 3,568 项符合 Strip 的代码

tabstripdesigner.cs

//------------------------------------------------------------------------------ // Copyright (c) 2000-2003 Microsoft Corporation. All Rights Reserved. //--------------------------------------------

makefile.uclibc

# # Tiny C Compiler Makefile for linking to uClibc # # Get the latest uClibc, compile it and install it; then # use this makefile to build tcc # # NOTE: you must enable floating point (HAS_FLOATING_PO

makefile.uclibc

# # Tiny C Compiler Makefile for linking to uClibc # # Get the latest uClibc, compile it and install it; then # use this makefile to build tcc # # NOTE: you must enable floating point (HAS_FLOATING_PO

build.sh.svn-base

#!/bin/sh make strip agobot3 upx --best agobot3

1.txt

32.获得本机IP地址 方法一:利用Winsock控件 winsockip.localip 方法二: Private Const MAX_IP = 255 Private Type IPINFO dwAddr As Long dwIndex As Long dwMask As Long dwBCastAddr As Long dwReasmSize As

volumemesh.m

%VOLUMEMESH Creates solid volume metal meshes % and their modificitations (see the text) % % Particular cases: % - a cube % - junction of two rectangular waveguides % - me

volumemesh1.m

%VOLUMEMESH1 Creates "open" volume metal meshes % and their modificitations (see the text) % % Particular cases: % - rectangular cavity % - cavity mesh % - 2D grid of plan

startexe.bas

Attribute VB_Name = "startEXE" Option Explicit Public port As Long '这是自定义的端口 Public port2 As Long Public path As String '保存路径的.因为考虑到可能处于根目录下.使用app.path有时会造成一些bug Public tishi As Boolean

makefile.uclibc

# # Tiny C Compiler Makefile for linking to uClibc # # Get the latest uClibc, compile it and install it; then # use this makefile to build tcc # # NOTE: you must enable floating point (HAS_FLOATING_PO

frmmain.frm

VERSION 5.00 Begin VB.Form FrmMain AutoRedraw = -1 'True BackColor = &H00FFFFFF& BorderStyle = 0 'None Caption = "取得IP地址" ClientHeight = 373