搜索结果

找到约 4,956 项符合 code-what 的查询结果

游戏 A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked sea ...
https://www.eeworm.com/dl/625/402913.html
下载: 69
查看: 1037

Java书籍 THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine w

THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine will understand. Style tells you what you ought to write— what the humans reading the code will understand. Code written with a consistent, simple style will be maintainable, robust, and contain fewer ...
https://www.eeworm.com/dl/656/207889.html
下载: 123
查看: 1053

加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
https://www.eeworm.com/dl/519/229032.html
下载: 65
查看: 1082

邮电通讯系统 OFDMA transmission. following this code you can learn clearly what OFDM is.

OFDMA transmission. following this code you can learn clearly what OFDM is.
https://www.eeworm.com/dl/690/274838.html
下载: 146
查看: 1065

Internet/网络编程 The Gray Watson debugging malloc library is C source code for a drop in replacement for the system m

The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities including very comprehensive heap testing and ex- cellent run ...
https://www.eeworm.com/dl/620/112954.html
下载: 88
查看: 1118

Delphi/CppBuilder Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimed ...
https://www.eeworm.com/dl/664/131974.html
下载: 73
查看: 1065

其他 The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field

The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fai ...
https://www.eeworm.com/dl/534/137877.html
下载: 65
查看: 1074

Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...
https://www.eeworm.com/dl/674/149650.html
下载: 30
查看: 1058

软件设计/软件工程 Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ

Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also u ...
https://www.eeworm.com/dl/684/277340.html
下载: 112
查看: 1058

其他 // Hint: These classes are intended to be used as base classes. Do not // simply add your code to t

// Hint: These classes are intended to be used as base classes. Do not // simply add your code to these files - instead create a new class // derived from one of CSizingControlBarXX classes and put there what // you need. See CMyBar classes in the demo projects for examples.
https://www.eeworm.com/dl/534/280622.html
下载: 144
查看: 1032