Guide to the many features and functions of Spring MVC, including tips and tricks to get the most Out of this flexible framework. This book also contains some best practices for developing well-designed and decoupled web applications.
標簽: the and functions including
上傳時間: 2013-12-30
上傳用戶:zhangzhenyu
NASM是一個為可移植性與模塊化而設計的一個80x86的匯編器。它支持相當多的目標文件格式,包括Linux和NetBSD/FreeBSD,a.Out,ELF,COFF,微軟16位的OBJ和Win32。它還可以輸出純二進制文件。它的語法設計得相當的簡潔易懂,和Intel語法相似但更簡單。它支持Pentium,P6,MMX,3DNow!,SSE and SSE2指令集
上傳時間: 2017-05-31
上傳用戶:sxdtlqqjl
Sensing and planning are at the core of robot motion. Traditionally, mobile robots have been used for performing various tasks with a general-purpose processor on-board. This book grew Out of our research enquiry into alternate architectures for sensor-based robot motion. It describes our research starting early 2002 with the objectives of obtaining a time, space and energy-efficient solution for processing sensor data for various robotic tasks. New algorithms and architectures have been developed for exploration and other aspects of robot motion. The research has also resulted in design and fabrication of an FPGA-based mobile robot equipped with ultrasonic sensors. Numerous experiments with the FPGA-based mobile robot have also been performed and they confirm the efficacy of the alternate architecture.
標簽: Traditionally planning Sensing motion
上傳時間: 2013-12-20
上傳用戶:古谷仁美
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted withOut rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped Out, whereas kernel drivers lock physical memory.
標簽: user-space can drivers perform
上傳時間: 2014-01-01
上傳用戶:saharawalker
VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled Out/pipelined etc). Manual in English is included with more details abOut how to use the components and/or how to optimize some of them. All testbenches are provided (tables, variable key/text, ECB/CBC monte carlo) for 128, 192 and 256 bit key sizes, along with their respective vector files.
標簽: implementation twofish cipher VHDL
上傳時間: 2017-06-25
上傳用戶:王小奇
Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data Output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
標簽: screensaver functions Matrix MS-DOS
上傳時間: 2013-11-29
上傳用戶:hopy
Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach works, so you can adapt the techniques to similar situations. One of the biggest challenges facing developers today is sorting through the wide variety of tools available form various source and figuring Out how to them effectively. The recipes in Java Extreme Programming Cookbook showcase how to use the most important features of these XP tools. Many of these tools are geared towards unit testing, while others are invaluable for continuous integration with these practical examples, you ll be able to choose the most effective tools to accomplish your goals, then implement them in a cohesive development environment quickly.
標簽: cut-and-paste Programming collection Cookbook
上傳時間: 2017-06-29
上傳用戶:cmc_68289287
This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played Out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data.
標簽: transmission simulation generates simulated
上傳時間: 2013-12-24
上傳用戶:希醬大魔王
Induction motor testing through matlab and simulink. This test all the required parameter to find Out the induction motor is stable or not
標簽: Induction parameter simulink required
上傳時間: 2017-07-08
上傳用戶:wxhwjf
jsp 留言系統try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch block System.Out.println("Driver not found") }
標簽: SQLServerDriver newInstance microsoft sqlserver
上傳時間: 2014-07-10
上傳用戶:開懷常笑