Welcome![Sign In][Sign Up]
Location:
Search - step

Search list

[Other resourceSpring-MVC-step-by-step

Description: <一步 开发 Spring Framework MVC 应用程序> 这是一个关于如何使用Spring Framework从无到有开发一个Web应用的逐步的指南。-"step-by-step development of Spring Framework MVC application" This is a concern on how to use the Spring Framework from scratch to develop a Web application gradually guide.
Platform: | Size: 454052 | Author: ztt | Hits:

[xml-soap-webserviceXML-step-by-step

Description: the xml study guide, the xml study s classics cross the threshold electing. English named \"xml step by step\", Microsoft recommends the xml primer.
Platform: | Size: 2100044 | Author: christopher | Hits:

[CSharpMicrosoft.Visual.C.Sharp.2005.Step.by.Step.Oct.200

Description: 一本C#的经典书籍,学习工作都用得上Microsoft.Visual.C.Sharp.2005.Step.by.Step.Oct.2005.chm
Platform: | Size: 1669772 | Author: sunny | Hits:

[ServerSpring-MVC-step-by-step

Description:

Spring-MVC-step-by-step


Platform: | Size: 1443668 | Author: phil1233 | Hits:

[OtherUniform Generator

Description: Uniform Generator Computer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the form where `` " is the modulus operator. Such a function will generate pseudo-random numbers (seed) between 0 and MOD-1. One problem with functions of this form is that they will always generate the same pattern over and over. In order to minimize this effect, selecting the STEP and MOD values carefully can result in a uniform distribution of all values between (and including) 0 and MOD-1. For example, if STEP = 3 and MOD = 5, the function will generate the series of pseudo-random numbers 0, 3, 1, 4, 2 in a repeating cycle. In this example, all of the numbers between and including 0 and MOD-1 will be generated every MOD iterations of the function. Note that by the nature of the function to generate the same seed(x+1) every time seed(x) occurs means that if a function will generate all the numbers between 0 and MOD-1, it will generate pseudo-random numbers uniformly with every MOD iterations. If STEP = 15 and MOD = 20, the function generates the series 0, 15, 10, 5 (or any other repeating series if the initial seed is other than 0). This is a poor selection of STEP and MOD because no initial seed will generate all of the numbers from 0 and MOD-1. Your program will determine if choices of STEP and MOD will generate a uniform distribution of pseudo-random numbers. Input Each line of input will contain a pair of integers for STEP and MOD in that order ( ). Output For each line of input, your program should print the STEP value right- justified in columns 1 through 10, the MOD value right-justified in columns 11 through 20 and either ``Good Choice" or ``Bad Choice" left-justified starting in column 25. The ``Good Choice" message should be printed when the selection of STEP and MOD will generate all the numbers between and including 0 and MOD-1 when MOD numbers are generated. Otherwise, your program should print the message ``Bad Choice". After each output test set, your program should print exactly one blank line. Sample Input 3 5 15 20 63923 99999 Sample Output 3 5 Good Choice 15 20 Bad Choice 63923 99999 Good Choice
Platform: | Size: 360 | Author: samurai1x4kyo@126.com | Hits:

[DocumentsSubsea Worksite Visualisation - A Step Change in Offshore Operations

Description: Subsea Worksite Visualisation - A Step Change in Offshore Operations
Platform: | Size: 761838 | Author: yaoguodong007 | Hits:

[Game ProgramStep-1

Description: 小小游戏专业源代码1-small game a professional source code
Platform: | Size: 17408 | Author: 陈敬磊 | Hits:

[OpenGL programStep

Description: MFC框架下的opengl环境设置,同时还包括如何切分窗口使用多个视类-MFC opengl under the framework of environmental settings, also include how to split the use of multiple windows as the category
Platform: | Size: 9216 | Author: 叶兴彬 | Hits:

[Documentsstep motor

Description: 详细介绍了步进电机,直流电机的一些资料 以及一些常用电机的详细资料 还是可以!~-detail the stepper motor, a DC motor as well as some information on some commonly used motor detailed information is! ~
Platform: | Size: 577536 | Author: 熊明 | Hits:

[VHDL-FPGA-Verilogstep_motor

Description: 步进电机控制器,控制电机的VHDL源程序-step motor controller. the vhdl source of step motor controller
Platform: | Size: 310272 | Author: 王天权 | Hits:

[USB developUSB步进电机输出示例

Description: some examples of step motor control by EZUSB
Platform: | Size: 109568 | Author: 盛可帕 | Hits:

[matlabstepcontrol

Description: MATLAB编写的仿真小程序,关于STEP CONCROL的,仿真出CONTROL执行后的图形-MATLAB simulation prepared by the small program on STEP CONCROL. Simulation out CONTROL implementation of the graphics
Platform: | Size: 1024 | Author: 吴仁 | Hits:

[JSPJava游戏开发StepbyStep系列之一

Description:  游戏,看看今年游戏的火爆劲头,大家可体会到它的无穷魅力。越来越多的程序员加入到游戏开发这个行业中来。而且游戏开发本身是种很大的乐趣与挑战。   本系列就是利用 Java 这门语言教大家一步一步学习游戏开发,领会 Java 游戏开发的每一个技术要点。让大家都能灵活使用 Java 这门语言工具,都能用 Java 打造属于自己的游戏。是本系列的最终目的。   有过 Java 经验的朋友一定会奇怪,在 Java 企业级应用(J2EE)和 Java 移动应用(J2ME)横行 Java 天下的时候,我们为什么选择了 Java 游戏开发?原因很简单,游戏开发主要是利用 J2SE 技术,而 J2EE、J2ME 都是在 J2SE 的基础上发展起来的,也必须依托 J2SE 而存在,三者是相辅相成的。J2SE 是基础,万丈高楼平地起,只要你的基础打好了,有什么程序不能做呢?而在 J2SE 上也有很多成功的应用开发。你甚至能很方便的把你开发的游戏程序移植到上面两个应用方向中去。   好了,带上你的信心和决心,和我们一起走向这奇妙之旅吧。-games, look at the game hot momentum, we can understand its infinite charm. More and more programmers to join the game development to the industry. But the development of the game itself is a kind of great fun and challenges. This series is the use of the Java language that teaches the step-by-step learning games, Java game developers understand the technical elements of each one. They can use flexible Java language tools that can use Java to create their own game. This series is the ultimate goal. Java experience had friends will be surprised, in Java enterprise applications (J2EE) and Java mobile applications (J2ME), the world's rampage Java when, why do we choose the Java game development? The reason is very simple, game development is the use of J2SE technology, and J2EE, J2ME are
Platform: | Size: 49152 | Author: 李金鹏 | Hits:

[Windows Develop信号的产生

Description: 2、产生单位冲激函数(unit impulse),单位阶跃函数(unit step),单位斜坡函数(unit ramp)-2, the units have impulse function (unit impulse), Step function units (unit step), flat slope function (unit ramp)
Platform: | Size: 56320 | Author: 陶会 | Hits:

[Embeded-SCM Developprogrammeofdianji

Description: 步进电机的源代码,12V,步进角7.5度,一周48次,比较实用-stepper motor source code, 12V, step angle of 7.5 degrees, 48 times a week, more practical
Platform: | Size: 3072 | Author: 海洋 | Hits:

[TreeViewPrtTView_demo

Description: This project is to show the tree I dreamed when I first met the ternary tree concept. When I came upon the ternary tree, I get awed! It s amazing that an idea so simplistic could be so strong and fast. But it had flaws... the first one is the memory consumption. The hash table implementation consumes far less memory than the ternary tree! The second flaw is the ternary tree can be fragmented and be extremely unbalanced (as the algorithm doesn t do any balancing step) so the tree also needs a way for balancing the nodes. I tried to reduce the memory consumption by grouping three nodes into one new "int" node. -This project is to show the tree I dreamed wh en I first met the ternary tree concept. When I ca me upon the ternary tree, I get awed! It's amazing that an idea so simplisti c could be so strong and fast. But it had flaws ... the first one is the memory consumption. The has h table implementation consumes far less memor y than the ternary tree! The second flaw is the te rnary tree can be fragmented and be extremely un balanced (as the algorithm does not do any balanc ing step) so the tree also needs a way for balanci Vi the nodes. I tried to reduce the memory consum ption by grouping three nodes into one new "int" node.
Platform: | Size: 31744 | Author: gaowen | Hits:

[Graph programmotionE

Description: 实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video frame to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
Platform: | Size: 3072 | Author: yy | Hits:

[Otherhdasghd

Description: That step-by-step electric motor the step-by-step electric motor assembler program , comparison have been resolved well gets it in gear is able to appear to see dead phenomenon-That step-by-step electric motor the step-by-step electric motor assembler program, comparison have been resolved well gets it in gear is able to appear to see dead phenomenon
Platform: | Size: 13312 | Author: 看来飞机 | Hits:

[JSP/Javaview238

Description: The view238 application is a simple tool for graphically displaying STEP-NC toolpaths. It is a Java application that reads AP-238 XML data using the DOM inferface, then finds and display the toolpaths within. At present, only polylines, and circular arcs are processed. -view238 The application is a simple tool az r graphically displaying STEP-NC toolpaths. I t is a Java application that reads AP-238 XML dat a DOM using the inferface. then finds and display within the toolpaths. At present, only polylines. and circular arcs are processed.
Platform: | Size: 89088 | Author: 易力 | Hits:

[Windows Developstepnc_write_v1_1

Description: The STEPNCWrite library writes STEP-NC toolpath data (AP-238 CC1). This C++ library is completely open-source and has been released under the GNU General Public License (GPL). The library writes data in XML format (ISO 10303-28) using just printf(), so it does not depend on any STEP toolkit. It has no other dependencies and should build on Windows, Linux, Mac, or any other Unix platform. If you want to view your toolpath files, you can use the open-source Java AP-238 Toolpath Viewer. For more sophisticated applications, we encourage you to look at our commercial product, the STEP-NC Explorer which can display workpiece, fixture, and tool geometry as well as the paths, simulate their operation and convert -STEPNCWrite writes STEP-NC to olpath data (AP-238 CC1). This C library is comp letely open-source and has been released under the GNU General Public License (GPL). The libra ry writes data in XML format (ISO 10303-28) usin g just printf (), so it does not depend on any STEP toolkit. It has n o other dependencies and should build on Window s, Linux, Mac, or any other Unix platform. If you want to view yo ur toolpath files, you can use the open-source Java AP-238 Toolpat h Viewer. For more sophisticated applications , we encourage you to look at our commercial pro duct , the STEP-NC Explorer which can display workp iece, fixture , and tool geometry as well as the paths , simulate their operation and convert
Platform: | Size: 100352 | Author: 易力 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net