analysis
How to compare & analyse performance of three servers running on my local machine?
I want to compare and analyse the performance of three servers namely Cherokee, lighttpd and nginx running on my local开发者_开发技巧 linux machine (Fedora).[详细]
2023-01-30 02:05 分类:问答Writing Compilers, Lexical Analysis?
I\'m completely new to writing compilers. So I am currently starting the project (coded in Java), and before coding, I would like to know more about the lexical analysis part. I have researched on the[详细]
2023-01-29 23:35 分类:问答Understanding the Java code life-cycle in JVM from Top to Bottom
I am trying to understand how a java code is executed by the JVM. say, I write this java code: public class Hello {[详细]
2023-01-29 04:20 分类:问答How to find out which DLLs another EXE/DLL depend on via dynamic runtime loading?
I\'ve tried Dependency Walker, bu开发者_Python百科t when I run the exe in profile, Dependency Walker froze.Process Explorer shows all DLLs loaded by application.Loaded dll in an exe are located in the[详细]
2023-01-28 16:25 分类:问答Data flow analysis for C++ program
I need to do some data flow analysis for C++ programs. Any open source tools that an开发者_开发知识库yone can suggest?try to evaluate if gcc and the intermediate front-end code transformation into GIM[详细]
2023-01-27 14:18 分类:问答Any framework for real-time correlation/analysis of event-stream (aka CEP) in Erlang?
Would like to analyze a stream of events, sharing certain characteristics (s.a. a common source), and within a given time-window, ultimately to correlate those multiple events and draw some inference[详细]
2023-01-27 13:59 分类:问答tcpdump capture files analysis
I generated some communications between client/server and captured the packets using tcpdump. Now I want to analyze those packets to measure latencies and some开发者_如何学运维 other information, like[详细]
2023-01-27 03:50 分类:问答In Asymptotic Analysis, Show That :- O( f(n) + g(n) ) = O( max{ f(n) , g(n) } ) [closed]
开发者_如何学JAVAIt's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-01-26 05:31 分类:问答krukshal's algorithm or Prims Algorithm which one is better in finding minimum spanning tree? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: Kruskal vs Prim krukshal\'s algorithm or Prims A开发者_如何学JAVAlgorithm which one is better in finding[详细]
2023-01-26 00:58 分类:问答Finding the Maximum
How to find the following Maximum or supremum by computer software such as Ma开发者_高级运维thematica and Matlab: $\\sup\\frac{(1+s)^{4}+(s+t)^{4}+t^{4}}{1+s^{4}+t^{4}}$?[详细]
2023-01-25 23:08 分类:问答