搜索结果
找到约 873 项符合
DO-WHILE 的查询结果
软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l
#include<iostream>
using namespace std
int main()
{
unsigned long x,warcraft,war,l
cin> x
while(x)
{
unsigned long *p=new unsigned long[x+1]
if(p==NULL)
{
cerr<<"error!"<<endl
abort()
}
for(warcraft=0 warcraft<=x warcraft++)
*(p+warcraft)=0
*p=1
for(warcraft=0 war ...
编译器/解释器 This package consists of the executable (UCW), a default script file, this file, and the library fi
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its path information ( use folder names ) this will
automat ...
编译器/解释器 Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default script
Welcome to UnderC version 1.2.9w
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its path information ( us ...
Java编程 一个简单的同学录系统,有增、删、修改、查询、分页功能
一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。
编程环境:MyEclipse+Access+Tomcat5.5
文件列表:
index.jsp-------------------首页文件模块
add_new.jsp-----------------增加记录模块
modify.jsp------------------修改记录模块
del.jsp---------------------删除记录模块
save.jsp------ ...
Java书籍 SQL Server Security Distilled, Second Edition by Morris Lewis ISBN:1590592190 Apress © 2004
SQL Server Security Distilled, Second Edition
by Morris Lewis ISBN:1590592190
Apress &copy 2004 (352 pages)
This book takes an in-depth look at what you can do to secure data in SQL Server, shows how to authenticate access to data on the server, and authorizes what users can and can t do with tha ...
文件格式 Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit condi
Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle
Filters (PFs) that exploit conditional dependencies between
parts of the state to estimate. By doing so, RBPFs can
improve the estimation quality while also reducing the overall
computational load in comparison to original PFs. Howev ...
Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.
2.0.12 (May 13th, 2004)
- Flag driver threads with PF_FREEZE to support software suspend.
2.0.11 (May 7th, 2004)
- Avoid split-completion bugs in certain PCI-X chipsets by
breaking up large completion entry DMAs on ADB boundaries.
2.0.10 (April 9th, 2004)
- Return "command timeout" status in ...
VHDL/FPGA/Verilog 电话用户信令的控制器源码
电话用户信令的控制器源码,此外还包括
相应的测试程序以及批处理文件do。
Java编程 java网络编程文档教材 Java网络编程 .doc Java基础 三步学会Java Socket编程 Java网络编程---IO部分学习笔记整理 .doc 使用JAVA编写网络通信程序.do
java网络编程文档教材
Java网络编程 .doc
Java基础 三步学会Java Socket编程
Java网络编程---IO部分学习笔记整理 .doc
使用JAVA编写网络通信程序.doc
Delphi控件源码 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei
图形显示技巧,这是其中一段代码
procedure TForm1.Button1Click(Sender: TObject)
var
newbmp:TBitmap
i,bmpheight,bmpwidth:integer //推拉
begin
newbmp:=TBitmap.Create
newbmp.Width:=image1.Width
newbmp.Height:=image1.Height
bmpheight:=image1.Height
bmpwidth:=image1.Width
for i:=0 to bmphei ...