代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/214469/15099124
java thlamapar_two.java
public class ThLaMapAr_Two {
byte MapAr_map0[][] = {
{ 23, 30, 24, 24, 14, 14, 30, 22, 30, 14, 14, 14, 30, 30, 22, 25,
24, 22, 23, 23, 23, 21, 23, 23, 23, 23, 0, 0, 0, 0, 0, 22,
23,
www.eeworm.com/read/213552/15130637
java~1~ two.java~1~
public class Two extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Two()
{
store=new int[15];
}
public boolean b
www.eeworm.com/read/213084/15142859
stx two_delays.stx
Release 8.1i - xst I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to ./xst/projnav.tmp
CPU : 0.00 / 2.43 s | Elapsed : 0.00 / 2.00 s
-->
==================
www.eeworm.com/read/213084/15142873
prj two_delays.prj
vhdl work "Delay_Element.vhd"
vhdl work "Two_Delays.vhd"
www.eeworm.com/read/213084/15142884
vhd two_delays.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
---- Uncomment the following library declaration if instantiating
---- any Xilinx primitives
www.eeworm.com/read/213084/15142932
xst two_delays.xst
set -tmpdir ./xst/projnav.tmp
elaborate
-ifn Two_Delays.prj
-ifmt mixed
www.eeworm.com/read/211092/15187182
hex two photo.hex
:1000030000000000000000000000000000000000ED
:1000130000000000000000000000000000000000DD
:1000230000000000000000000000000000000024A9
:10003300C80074547C547C547404008888E8A8A8CD
:10004300ACA8A8E8888
www.eeworm.com/read/206867/15286679
cpp two_frn.cpp
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
{
longitude = l
www.eeworm.com/read/206867/15286742
c two_line.c
#include
void main(void)
{
printf ("This is line one.\n");
printf ("This is the second line.");
}