Algorithm Fillmore is prepared for the first lesson literacy --- authorship: I want to [DFCG] =============================== =============================================== Editor's Note: Hello, look at some brothers Based on the algorithm, I feel that the algorithm that is written is found to be right, good things, the current Cracker's level can be said to have a new step, the memory registration machine's production is for most people, already familiar Cooked road, driving light is familiar. But you wrote the discipline of the algorithm, you want to be more tired of the cracking process, you successfully find the software encryption algorithm, ok, you are not the level of Lai Bird, has entered the level of advanced. However, because the algorithm of the algorithm registration machine is not understood, the memory registration machine is equipped, this is always a bit of a good condition! What should I do, I don't have to learn a language? This is the purpose I have issued this article, so that everyone will meet the algorithm registration machine in a relaxed situation. How, I want to know where to start learning! Don't you understand programming? Nothing, you write an algorithm registrar, only one percent of the relative programming language is applied. Halo, you know this, I don't know how to do this. I even call VB, VC, TC, etc., what is Dongdong, there is no sense, learn, from He Xue? ! Friends who have this idea, don't continue to study in the future, this is the most cognitive cognition, what do you rely on registration code and algorithm? So, don't say more gossip, enter the topic! This original creator - I want [DFCG], copyright is not, human rights I have ^ _ ^ So the friends who turn this post and friends of all walks of friends, you must note this article from DFCG organization and I want [DFCG] Original as a prerequisite, otherwise thank you for the reprint.
On the Internet, but not there is no one to see! Thank you for reading! I want [DFCG] 2003.12.03 ============================================== ============================1, the tool articles are written to write algorithm registration machines, I recommend you to use VB, why? Simple and easy to learn is its benefits and the reason why I recommend it. Is there a brother to say that TC is not simpler? Maybe, the world is not absolutely relative, maybe I am only suitable for this way of thinking. Don't learn is your freedom, I want to learn, I need this tool - Microsoft Visual Basic 6.0, the version is not compiled with the registration machine, but VB6 has been out for so long, think about it or use this version, more Because there is a streamlined Chinese version on the Internet, there is more than 6m, yes, it is it, the small stuff in the registration machine, this streamlined version is really thankful, I really want to develop this streamline Edition friend. You are so good, because there is you, so I have this kind of work. ^ _ ^ Second, understand VB6 (of course, this VB6 is backed up), you are installed after you download, after installation, there is a corresponding shortcut icon in your computer desktop. Oh, it is a bit cool, start our study! Third, after watching the three eyes, squatting, come, who is afraid of? ! I am not having to play. Start the software, how to have never seen this interface before. What is. . @ # $% ^ _ ^ Four, then watch the interface, oh, there is a box in the window, check in the box, the default location "Standard EXE" is already blue, waiting for you to use it, see this box "Open" button? Click it to see, huh, come out, come out, this is your template, but because you didn't do anything, it is a whiteboard. Don't believe you now in the toolbar, file → point "generation Project 1.exe → Choose to the target folder you want to save. Open this folder, you will see more than one "project 1.exe", double-click it, this is a bit understanding. Ha, your vast woman is originally a monster who has nothing. 5. Ok, let go, don't be too excited, go back to learn, from the fourth item, but this time you don't have a whiteboard moon. Because your first time is only once, ah, a bit icon. . . ? ? ? Sixth, the words returned to the registration machine, you have to learn the way to prepare the four operations and different or calculations in VB6, how to write! Say, don't say it, I'm going to have a "I want".
Seven,, MM, you have patience, learn to compile, no patience, then I can't afford you. Come, look at the following formula: 1 2 * 3/3 = 3, this should be calculated with the results. However, it turns into a program in VB, let it calculate the result is the purpose I wrote this article. The eye-catching friend has seen the door, can do this, huh, algorithm registration machine is not. . . . ^ _ ^ 8, look back to the above equation, because it is based on the expression of the calculation and the results, then you should use 2 text boxes to implement it, text box? What is Dongdong, what is it? Don't worry! Take a look at your whiteboard template window, standing on the left, here is everything you want, there is no need to add it in the future, this is later. Nine, Well, you now click on the "AB" button, then return the cursor to your whiteboard template, pull out a box, there is "text1" tips, from the step, pull out a box This time is "text2", okay, now fill in the box, but "=" button has not yet, this is equivalent to the algorithm key in the algorithm registrar, because it is a beginner, You must not add this button, you will get started, in other ways, you can also represent the result of the calculation. Some registration machines on the Internet are entered on the registration code. The other side will come out (registration code), this is not the scope of beginners , Hit the first. Ten, there is 2 boxes above, now build a "=" function key, click the "AB" button just now on the button below, because there is no indication that the function is above, I can only say this. After a lower now, return the cursor to your whiteboard template, pull out a box, this time you come, you know that it is a button function key, there is a "command1" prompt. Ok, your whiteboard is no longer a whiteboard. You can reply to the fourth step to generate a project file to see. Eleven, but, although it is not a whiteboard, it still can't be calculated, because you have not fill in the corresponding source code, source code? Oh, I have a bit clear! ^ _ ^ 12, with the above equation as an example, start writing your virgin registrar, look at: 1 2 * 3/3 = 3 ← This is the calculation of thirteen, because this article is based on teaching algorithm registration machine, Therefore, the above equation combined algorithm to demonstrate it, put the above 1 assume that it is a machine code, I found its algorithm is (machine code 2 * 3/3 = 3 ← registration code), good, now make another machine to set up the machine "A", the registration code is "B", there is these established, the source code can be written, see below: private submmand1_click () stratmp = text1.text a = val (text1.text) b = a 2 * 3/3 text2.text = b End Sub fourteen, special explanation of external words, my VB source code, often have friends saying that I am lazy, I don't have a good time, this is not a good habit of programming. Hey, but as a write algorithm registrar, I think this is the best and most powerful.