Login Manager V3.0(LM3.0) is an authentication system which can integrate with any existing website that meets the requirements. LM3.0 provides a gatekeeper where user must be authorized before entering the membership secured areas. Features: 1. Flexibility LM3.0 allows administrator to integrate it with the current unprotected website. This is especially useful if major changes are going to be painful. With LM3.0, you re just one step towards getting the security you needed most. 2. Speed LM3.0 uses PHP and MySQL which enables fast data transactions.
標簽: authentication 3.0 integrate existing
上傳時間: 2017-06-06
上傳用戶:hullow
迷宮算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */
上傳時間: 2013-12-27
上傳用戶:Divine
迷宮探險算法,一個CPP文件實現。在TC下編譯生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宮中向左、上、右、下走一步。走過的路線顯示為黃色,回頭路顯示為紅色。
上傳時間: 2017-06-10
上傳用戶:
SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing object-oriented code between projects and between programmers. The idea behind design patterns is simple-- write down and catalog common interactions between objects that programmers have frequently found useful.
標簽: BACKGROUND uninitiate PATTERNS patterns
上傳時間: 2013-12-22
上傳用戶:shizhanincc
斯坦福大學的Java課上的作業,難度不高,但所需程序都必須是Top down design。
上傳時間: 2017-06-17
上傳用戶:wfl_yy
Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that go into the making of a first-run design success, and this checklist helps prevent Murphy s gremlins from marring an otherwise healthy design.
標簽: Electronics electronics Checklist checklist
上傳時間: 2017-06-17
上傳用戶:ddddddos
飛庫網 電子書下載,自動過濾廣告代碼 文件 Down.cfg main.dcu main.ddp main.dfm Down.dof Down.dpr Down.exe main.pas RegEx.pas
標簽: 電子書
上傳時間: 2017-06-21
上傳用戶:lindor
Some time during my development works I had the need of printing the contents of a ListView control. So I wrote down the code for a custom control, named PrintableListView, that solved the following two problems: * extend the print on multiple pages when the width of the list exceeds the width of the print page, * shrink, optionally, the list in a way that the resulting width fits o
標簽: development the ListView contents
上傳時間: 2014-01-22
上傳用戶:Divine
The emphasis of this book is on real-time application of Synopsys tools, used to combat various problems seen at VDSM geometries. Readers will be exposed to an effective design methodology for handling complex, submicron ASIC designs. Significance is placed on HDL coding styles, synthesis and optimization, dynamic simulation, formal verification, DFT scan insertion, links to layout, physical synthesis, and static timing analysis. At each step, problems related to each phase of the design flow are identified, with solutions and work-around described in detail. In addition, crucial issues related to layout, which includes clock tree synthesis and back-end integration (links to layout) are also discussed at length. Furthermore, the book contains in-depth discussions on the basics of Synopsys technology libraries and HDL coding styles, targeted towards optimal synthesis solution.
標簽: application real-time Synopsys emphasis
上傳時間: 2017-07-05
上傳用戶:waitingfy
設計一個單片機電路,2個按鍵,1位數碼管,4個LED,1個按鍵按下, 數碼管自增1(up),另一個按鍵按下,數碼管自減1(down),4個LED 顯示數字值。
標簽: 單片機電路
上傳時間: 2013-12-10
上傳用戶:teddysha