代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/309469/13670676
xnb object_scale.xnb
www.eeworm.com/read/309469/13670715
xnb object_move.xnb
www.eeworm.com/read/309469/13670716
xnb object_details.xnb
www.eeworm.com/read/306033/13754617
pp object1.pp
uses Classes;
var
t, i: Integer;
l: TList;
begin
t := GetTickCount();
l := TList.Create;
for i := 0 to 200000 do
begin
l.Add(nil);
l.Delete(0);
end;
println GetTick
www.eeworm.com/read/306033/13754626
pp object2.pp
uses Classes;
var
t, i: Integer;
c: TComponent;
begin
t := GetTickCount();
c := TComponent.Create(nil);
for i := 0 to 500000 do
if c.Tag = 0 then
begin
c.Tag := 0;
www.eeworm.com/read/302857/13826179
pas _dgl_object.pas
(*
* DGL(The Delphi Generic Library)
*
* Copyright (c) 2004
* HouSisong@263.net
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at y
www.eeworm.com/read/301746/13849139
inc moving_object.inc
FUNCTION moving_object
( clk ,
clken,
hcount[10..0],
vcount[10..0],
back_red[7..0],
back_gre[7..0],
back_blu[7..0],
front_red[7..0],
front_gre[7..0],
front_blu[7..0],
speed[5..0
www.eeworm.com/read/301746/13849259
vhd moving_object.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
USE ieee.std_logic_arith.ALL;
USE ieee.numeric_std.all;
ENTITY moving_object IS
GENERIC(
HAC : integer :=1280;