A java obfuscator changes a program in subtle ways , such that it Java模糊處理器用不易察覺的方法改變程序,以致于它的
Programmers working in this paradigm use statements to change the program state 使用這種范型的編程人員用語句改變程序狀態。
The simulation program was complied under the real - time simulation support system , asca 在實時仿真支撐系統asca下編寫了計算程序,通過改變程序運算速度達到實時的需要。
The compiler is free to reorder certain instructions as an optimization when it would not change the semantics of the program 當編譯器不會改變程序的語義時,作為一種優化它可以隨意地重新排序某些指令。
Besides changing the signature of the program , this tra formation also obfuscates the program , making its manual analysis harder 這個變換除了改變程序的簽名之外,也混淆了程序,使得對它人工分析更加困難。
Besides changing the signature of the program , this transformation also obfuscates the program , making its manual analysis harder 這個變換除了改變程序的簽名之外,也混淆了程序,使得對它人工分析更加困難。
Unlike other program inputs , which can change with each use of the application , configuration scripts tend to be more stable 與其它程序輸入(每次使用應用程序時,都可以改變程序輸入)不同,配置腳本趨向于更為穩定。
These three statements let you change the flow of a program by selecting which statements are executed or by executing a set of statements multiple times 這三種語句通過選擇執行哪些語句,或者通過多次執行一組語句,讓您可以改變程序流。
If the method has side effects , evaluating the method in a debugger window will change the state of your program , which can produce unexpected results 如果該方法有副作用,在調試器窗口中計算該方法將改變程序的狀態,可能產生意外的結果。
Exceptions should not be used to alter the flow of a program as part of normal execution - they should only be used to report and handle error conditions 不應作為正常執行的一部分來使用異常改變程序的流程,異常只能用于報告和處理錯誤情況。