代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/424600/10437080
exe queue.exe
www.eeworm.com/read/279234/10453445
pm queue.pm
#!/usr/bin/perl
# Fig. 14.22: Queue.pm
# Implementation of queue using a tied scalar.
package Queue;
use strict;
use warnings;
sub TIESCALAR
{
my ( $class ) = shift();
my @data = sp
www.eeworm.com/read/353322/10454732
dpr queue.dpr
program Queue;
{$R 'Queue.res' 'Queue.rc'}
uses
Windows, Messages;
const
ERROR_DATABASE_FULL = 4314; // 数据库已满(错误代码)
IDD_QUEUE = 1; // 模板资源ID
IDI_QUEUE = 102; // 图标资源ID
IDC_CL
www.eeworm.com/read/353322/10454734
rc queue.rc
// 常量
#define IDD_QUEUE 1
#define IDI_QUEUE 102
#define IDC_CLIENTS 1000
#define IDC_SERVERS 1001
// 语言
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
// 模板
IDD_QUEUE DIALOG DISC
www.eeworm.com/read/353322/10454735
ico queue.ico
www.eeworm.com/read/353322/10454737
res queue.res
www.eeworm.com/read/353322/10454738
exe queue.exe
www.eeworm.com/read/278961/10485550
png queue.png
www.eeworm.com/read/160841/10490293