代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/278011/10584353
txt resin中jsp的范例.txt
作者:jspfuns
日期:2000-8-12 2:31:15
By Scott Ferguson
Blueski编译
目录如下:
1 引论
2 范例的框架: Hello, World
3 Servlet 评论
4 展示留言本
5 留言本的模式
6 作为应用属性的留言本
7 留言本的逻辑
8 结论
1 引论
JSP的强大优势在于把一种应用
www.eeworm.com/read/423033/10592854
cpp yinhangjia.cpp
#include
//全局变量
int max[5][10],allocation[5][10],need[5][10],available[10];//定义变量
int request[5][10];//进程需求
int k=5;//序列临时变量
int jincheng=0;//当前进程
//初始化数据
int available0[10]={3,8,5
www.eeworm.com/read/422991/10594795
cpp banker.cpp
#include
using namespace std;
int Sum[3] = {10, 5, 7};
int Available[3];
int Max[5][3];
int Allocation[5][3];
int Need[5][3];
int Request[
www.eeworm.com/read/422991/10594803
txt bank.txt
7 5 3
3 2 2
9 0 2
2 2 2
4 3 3
0 1 0
2 0 0
3 0 2
2 1 1
0 0 2
#include
using namespace std;
int Sum[3] = {10, 5, 7};
int Available[3];
int M
www.eeworm.com/read/277913/10595232
h ex_publish.h
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
www.eeworm.com/read/159878/10596020
pas cdsxsltdm.pas
unit CdsXsltDm;
interface
uses
Windows, Messages, SysUtils, Classes, HTTPApp, DBTables, Provider, Db,
DBClient, OleServer, xmldom, XMLIntf, msxmldom, XMLDoc, XSLProd;
type
TWebModule