-
-
src.zip
... Java based Proxy (with some features such as dynamic packet creation) for Conquer Online.
This works with the newest Conquer Online version (unless they make any packet offset changes, which should be easily fixable). Works with private ...
-
main.zip
A simple loader for the game Conquer online, that adds proxy redirection, as well as a few other anti-botjail edits.
The code is written in C++, compiled with MinGW.
-
VisualBasicNETIDidntKnowYouCouldDoThatVBL.pdf.zip
Visual Basic .NET! I Didn t Know You Could Do That... will help you conquer
the .NET learning curve quickly as you make the transition to Microsoft s new
programming paradigm. Inside you ll find loads of ideas and advice that will
teach you the ...
-
Merge_Sort.rar
... sorting algorithm. Most implementations produce a stable sort, meaning that the implementation preserves the input order of equal elements in the sorted output. It is a divide and conquer algorithm. Merge sort was invented by John von Neumann in 1945.
-
sortQuick.zip
Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists.
The steps are:
Pick an element, called a pivot, from the list.
Reorder the list so that all elements with values less than the pivot come before the pivot, ...
-
-
-
-
linear.rar
Recursive divide and conquer algorithm with linear time selection
-
ESC-1_0.zip
CVPR2010文献:An Efficient Divide-and-Conquer Cascade for Nonlinear Object Detection的源代码
-