代码搜索:objects

找到约 10,000 项符合「objects」的源代码

代码结果 10,000
www.eeworm.com/read/441871/7663569

makefile

OBJECTS= mainDPR.o matrice.o CPPFLAGS=-Wall -g .PHONY: clean all: $(OBJECTS) g++ -o DPR $(OBJECTS) %o: %.cpp g++ $(CPPFLAGS) -o $@ -c < clean: rm DPR *.o
www.eeworm.com/read/441452/7670195

vbp chunksizesample.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\StdOle2.Tlb#OLE Automation Reference=*\G{00000200-0000-0010-8000-00AA006D2EA4}#2.0#0#C:\Program Files\Common File
www.eeworm.com/read/441448/7670228

vbp setuplob.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation Reference=*\G{00000200-0000-0010-8000-00AA006D2EA4}#2.0#0#..\..\..\..\..
www.eeworm.com/read/441245/7672672

m knnc.m

%KNNC K-Nearest Neighbor Classifier % % [W,K,E] = KNNC(A,K) % [W,K,E] = KNNC(A) % % INPUT % A Dataset % K Number of the nearest neighbors (optional; default: K is % optimized with resp
www.eeworm.com/read/441245/7672712

m remclass.m

%REMCLASS Remove small classes % % B = REMCLASS(A,N) % % INPUT % A Dataset % N Integer, maximum class size to be removed (optional; default 0) % % OUTPUT % B Dataset % % DESCR
www.eeworm.com/read/441245/7672785

m vertcat.m

%VERTCAT Vertical concatenation of datasets (object extension) % % C = [A;B] % % The datasets A and B are vertically concatenated, i.e. the % objects of B are added to the dataset A. This is possib
www.eeworm.com/read/441123/7675962

makefile

#Makefile for building subplex FORTRAN = f77 OPTS = -O LOADER = f77 OBJECTS = demo.o SUBPLEXLIB = subplex.a #Uncomment next two lines to link with system BLAS #SUBBLASLIB = #SYSBLASLIB = -lbla
www.eeworm.com/read/440946/7678737

pas viewonlinehuman.pas

unit ViewOnlineHuman; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, ExtCtrls, StdCtrls,mudutil; type TfrmViewOnlineHuman =
www.eeworm.com/read/440702/7683201

c ishellusage.c

/*=========================================================================== FILE: ishellsusage.c SERVICES: Sample applet using AEE DESCRIPTION This file contains usage examples of ISHELL
www.eeworm.com/read/440702/7683508

c itextctlusage.c

/*=========================================================================== FILE: itextctlusage.c SERVICES: Sample applet using AEE DESCRIPTION This file contains usage examples of IText