dkcs_ddos_bot, written on VC++ 7.10 with admin panel on PHP (MqSQL as database server). Command list in archive, simply inject into explorer.exe. Create an army of bots. You can manage every bot, or all bots/bots in selected country
标签: dkcs_ddos_bot database Command written
上传时间: 2015-12-31
上传用户:zhengjian
《JavaServer Faces》 In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you ll need: how to construct the HTML on the front end how to Create the user interface components that connect the front end to your business objects how to write a back-end that s JSF-friendly and how to Create the deployment descriptors that tie everything together. This book is a complete guide to the crucial new JSF technology.
标签: JavaServer Faces developers framew
上传时间: 2016-01-02
上传用户:redmoons
Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to Create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.
标签: Lucene Abstract Jakarta project
上传时间: 2016-01-10
上传用户:songrui
DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to Create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to present the standard burn setup and progress user interfaces.
标签: demonstrates Objective-C DataBurn DRTracks
上传时间: 2016-01-14
上传用户:小鹏
图形显示技巧,这是其中一段代码 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 bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
标签: procedure TBitmap TObject Button
上传时间: 2016-01-18
上传用户:comua
Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> Create a random sequence of n integers not equal to each other list.c --> Create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默认设为1000,可在宏定义处修改 用法: gcc -o sherwood sherwood.c gcc -o rd_list rd_list.c gcc -o list list.c ./rd_list s.txt 1000 产生一个长度为1000的互不相等的随机序列,保存在s.txt中 ./list s1.txt 1000 产生一个长度为1000的互不相等的降序序列,保存杂s1.txt中 ./sherwood s1.txt 运行算法,比较其中的4个算法的性能差异
上传时间: 2016-01-20
上传用户:ainimao
Software developers need to have a number of traits in order to practice their craft well. First, they must be good analytical thinkers and problem solvers. A developer’s primary role is to Create software that solves business problems. This requires analyzing customer needs and coming up with successful, creative solutions.
标签: developers Software practice number
上传时间: 2014-06-01
上传用户:671145514
This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously Created example device driver to demonstrate this topic. To do this we will introduce the idea of a “filter” driver in which we will Create to attach to our own driver’s device stack.
标签: the This introduce articles
上传时间: 2016-01-28
上传用户:CSUSheep
Developing internationalized products is a continuous balancing act. Developers and their managers often grossly underestimate the level of effort and attention to detail required to Create either a world-ready, single-binary application ready for use in many different markets, or high-quality, foreign-language editions of a product. If you are a developer, make sure your management understands what is involved.
标签: internationalized Developing Developers continuous
上传时间: 2014-12-05
上传用户:TRIFCT
hanks for downloading this code. This VB Project shows you how to make forms with "rounded rectangle" shape. It also shows you how you can reduce the size of your programs with a GUI by using blocks of images and absolutely positioning and stretching them to Create a dialog box, rather than making the whole dialog box in a graphics program and setting it as the Picture property of the Form. Another advantage of using image blocks is that you can resize this form to virtually any size and the effect will still be the same.
标签: downloading rectangle Project rounded
上传时间: 2013-12-13
上传用户:zhangliming420