代码搜索:QL
找到约 821 项符合「QL」的源代码
代码结果 821
www.eeworm.com/read/448932/7521896
cpp 4775416_wa.cpp
#include
#include
using namespace std;
char x[500005][12];
int ql;
int shun[500005];
int compare(const void *p1,const void *p2)
{
int q1=*(int*) p1;
int q2=*(int*) p2;
www.eeworm.com/read/448932/7522063
cpp 4774009_ac_1657ms_288k.cpp
#include
#include
using namespace std;
struct point
{
int x,y;
}q[1005];
int ql;
bool bsearch(point g)
{
int left=0;
int right=ql-1;
while(left
www.eeworm.com/read/246871/12700393
c bag.c
#include
#include
#include
//goods是一个或多个物品的重量和价值
typedef struct goods
{
int weight;
int value;
} goods;
//用来定义一个queryList数组
//数组中的每个元素定义一趟需要记录的数据
www.eeworm.com/read/246404/12728287
pas ac1068.pas
program tju1068;
const
maxn=30000;
maxq=32767;
var
en,ep:array[3..maxn*2]of word;
el,lv,root:array[1..maxn]of word;
qn,qp:array[1..maxq*2]of word;
ql:array[1..maxq]of word;
n,i,
www.eeworm.com/read/246404/12728963
pas ac1068.pas
program tju1068;
const
maxn=30000;
maxq=32767;
var
en,ep:array[3..maxn*2]of word;
el,lv,root:array[1..maxn]of word;
qn,qp:array[1..maxq*2]of word;
ql:array[1..maxq]of word;
n,i,
www.eeworm.com/read/325129/13225896
txt 动态规划求01背包问题.txt
#include
#include
#include
//goods是一个或多个物品的重量和价值
typedef struct goods
{
int weight;
int value;
} goods;
//用来定义一个queryList数组
//数组中的每个元素定义一趟需要记录的数
www.eeworm.com/read/137072/13346424
vhd cnt60a.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity cnt60a is
port (clk:in std_logic;
--clk0:in std_logic;
en,rst:in std_logic;
tset,s
www.eeworm.com/read/124362/6050321
java~ singlesamplemultiplierexperiment.java~
/*
* SingleSampleMultiplierExperiment.java
*
* Created on 30 August 2003, 10:11
*/
package es.pj.circuits.experiment;
import es.SampleData;
import es.ESLib;
/** One output sample per input samp
www.eeworm.com/read/120487/6071950
data test_tsearch.data
\n
\n
\n
\n
\n
\n
\n
\n
\n i8 hy qo xa jl wr le l5 ja jx zf ro vw wd wa cc mm wh fn yd td l8 ec rv th oc ix ir sm y4 gh pr qg ue cx ww zv c9 zv tx eo f5 gd km b9 wb rm ym yl xj u7 xz uk iq tm
www.eeworm.com/read/120487/6073860
c help.c
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.81 2003/10/02 06:39:31 petere