代码搜索:Base
找到约 10,000 项符合「Base」的源代码
代码结果 10,000
www.eeworm.com/read/365562/9853929
ncb base.ncb
www.eeworm.com/read/365562/9853935
clw base.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CBufenPage
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "base.h"
www.eeworm.com/read/365562/9853944
mak base.mak
# Microsoft Developer Studio Generated NMAKE File, Based on base.dsp
!IF "$(CFG)" == ""
CFG=base - Win32 Debug
!MESSAGE No configuration specified. Defaulting to base - Win32 Debug.
!ENDIF
!IF
www.eeworm.com/read/365154/9876871
jpg base.jpg
www.eeworm.com/read/168588/9906477
pcx base.pcx
www.eeworm.com/read/168588/9906483
pcx base.pcx
www.eeworm.com/read/167888/9948368
c base.c
/* example-start base base.c */
#include
int main( int argc,
char *argv[] )
{
GtkWidget *window;
gtk_init (&argc, &argv);
window = gtk_window_new (GTK_W
www.eeworm.com/read/167396/9969823
gif base.gif
www.eeworm.com/read/362649/9987750
m base.m
clear all;
hold on;
nmax=136;
p=0:.1:136;
i=1;
for d=0:0.1:1
range(i)=136*d;
i=i+1;
end
plot(d,range,'r-s',d,p,'r-');
xlim([0,1.1]);