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

Search list

[File OperateXMLandSTEP

Description: 一篇关于XML与STEP模型转换硕士论文,看后本人受益很多,希望对大家也有帮助
Platform: | Size: 6064536 | Author: lbs | Hits:

[Other resource0471499226

Description: Advanced_modelling_in_finance_using_Excel_and_VBA(pdf) The book adopts a step-by-step approach to understanding the more sophisticated aspects of Excel macros and VBA programming, showing how these programming techniques can be used to model and manipulate financial data, as applied to equities, bonds and options. The book is essential for financial practitioners who need to develop their financial modelling skill sets as there is an increase in the need to analyse and develop ever more complex what if scenarios.
Platform: | Size: 1436631 | Author: 张晗 | Hits:

[mpeg mp3mp3blaster-3.1.3.tar.tar

Description: After the single transaction waveforms are implemented in the GPIF Designer, the next step is to integrate the USB portion of the overlying firmware with the GPIF Designer output to perform write and read operations to and from the external FIFO. To do this a Firmware Frameworks project was copied and the code that performs the external FIFO operations was added to the TD_Poll() function within FX2_to_extsyncFIFO.c (note that periph.c was renamed to something more meaningful here). Endpoint and GPIF register initialization is performed in the TD_Init() function, which is also within FX2_to_extsyncFIFO.c. When you open up the Keil uVision2 project for the FIFO example
Platform: | Size: 273688 | Author: 崔卫 | Hits:

[OS programFlashProgramTool

Description: After the single transaction waveforms are implemented in the GPIF Designer, the next step is to integrate the USB portion of the overlying firmware with the GPIF Designer output to perform write and read operations to and from the external FIFO. To do this a Firmware Frameworks project was copied and the code that performs the external FIFO operations was added to the TD_Poll() function within FX2_to_extsyncFIFO.c (note that periph.c was renamed to something more meaningful here). Endpoint and GPIF register initialization is performed in the TD_Init() function, which is also within FX2_to_extsyncFIFO.c. When you open up the Keil uVision2 project for the FIFO example
Platform: | Size: 352655 | Author: 崔卫 | Hits:

[Other resourcemoto-step

Description: 一个步进电机的驱动C程序,因手头没有步进电机,所以请有电机的兄弟帮忙调试一下。
Platform: | Size: 46026 | Author: 钱立志 | Hits:

[Other resourceStepMania-CVS-20071121-src.tar

Description: StepMania is a music/rhythm game. The player presses different buttons in time to the music and to note patterns that scroll across the screen. Features 3D graphics, visualizations, support for gamepads/dance pads, a step recording mode, and more!
Platform: | Size: 12117222 | Author: Stone Guo | Hits:

[Other resource2007330

Description: 程控喷泉程序,用step 7 编写的一个实例。对初学者有帮助。
Platform: | Size: 6597 | Author: zcf | Hits:

[Other resourceOReilly.Java.Threads.3rd.Edition.Sep.2004

Description: Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java s threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.
Platform: | Size: 685293 | Author: xu xiang | Hits:

[OtherTDL_Calendar_src

Description: This article is an attempt to describe how I created a Calendar plugin for .dan.g. s ToDoList. It may be useful to you for two reasons: 1. You might simply want to download the DLL and get a useful Calendar view of your tasklist 2. You may want to go that one step further and write your own plugin. If you re here for reason #1 and scared of reason #2, please don t worry. Read on - it s easy! [ref]http://www.codeproject.com/KB/applications/TDL_Calendar.aspx
Platform: | Size: 52229 | Author: dozingcat | Hits:

[Other resourceJ2ME_Step_by_Step

Description: J2ME: Step by step Presented by developerWorks, your source for great tutorials ibm.com/developerWorks
Platform: | Size: 598707 | Author: lH | Hits:

[Develop Toolsaehowto

Description: This document is designed to aid anyone considering whether to write an emulator for an arcade game machine. It will attempt to answer frequently asked questions, give a step by step tutorial, and provide the resources necessary for a capable programmer to begin work on an emulator for an arcade game.
Platform: | Size: 85276 | Author: jjjjkkkk | Hits:

[GDI-Bitmaplawmask

Description: statistical methods in order to extract image texture descriptors. In particular, we will focus on the Co-occurrence matrices and the Energy filters (Laws filters). They are well-known texture descriptors, fast and easy to implement and provide good results that could be used in a posterior step to perform image segmentation and object recognition.
Platform: | Size: 1002384 | Author: Shao Dan | Hits:

[ApplicationsThe use of a mouse

Description: 鼠标使用源码,带一步到位的说明文档 我已用在触摸屏系统-mouse FOSS, step in place with the documentation I have used in touch-screen system
Platform: | Size: 8551 | Author: 赵益 | Hits:

[Mathimatics-Numerical algorithms倒酒问题

Description: 倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem description : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can hold three two empty glasses (known as the 3rd) and asked how to use it three to four glasses and toast the individual, so that each person maximum servings of both types 4 2 liquor. Request : procedures calculated options. Input : None output : each step of the decision-making.
Platform: | Size: 9290 | Author: | Hits:

[Mathimatics-Numerical algorithms钻石棋问题

Description: 独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 111101111 111111111    111    111    111 其中,0表示没有放置棋子, 1表示放置。 规定走法如下: a. 任一棋子可越过一相邻棋子(紧相邻)跳到一空缺位置, 并吃掉越过的棋子(从棋盘移处) 如, 走一步后棋盘状态:    111    111    111 111111111 111110011 111111111    111    111    111 b. 最后只留下一个棋子在棋盘上, 并且位置在正中央。 要求: 用程序得出正确走法。 输入: 无 输出: 每一步移动后的棋盘状态, 格式如上。-independent diamond chess Problem description : a chessboard, there are 44 pieces of diamonds, a position vacant chessboard initial state as follows : 111111111 111101111 111111111 which, 0 no place pawn, a place said. Provisions in law are as follows : a. as a pawn to be crossed an adjacent piece (bear adjacent) jumped to a vacant position, and eaten across the pawn (shift from the chessboard) If, after the chessboard go one step further state : 111111111 111111111 111110011 111111111 111111111 b. leaving only a game son on the chessboard, and in the middle position. Requirements : getting the correct procedures in law. Input : None output : each step of the chessboard mobile state, the format above.
Platform: | Size: 6878 | Author: | Hits:

[Mathimatics-Numerical algorithmsJarris

Description: 点集凸包( 收缩法)Jarris步进法-point set convex hull (contraction) Jarris Step Method
Platform: | Size: 1470 | Author: 启东 | Hits:

[Mathimatics-Numerical algorithms数值计算

Description: 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
Platform: | Size: 3116 | Author: 毛伟杰 | Hits:

[Develop ToolsC++程序设计源代码

Description: 为初学者提供的最佳的C++程序设计源程序库,从最简单的程序开始,循序渐进的让你很快的学好C++。也可作为广大编程爱好者和自学者参考,以规范编程。-for beginners to provide the best source C programming library, from the simplest procedures, step-by-step let you quickly learn C. Also, as the majority of programming enthusiasts and learners reference to standardize programming.
Platform: | Size: 150728 | Author: 乐心泉 | Hits:

[JSP/Javashoubiao

Description: 跟随鼠标的萤火虫[无须修改][]共1步] ====将以下代码加入HEML的<body></body>之间:-follow the mouse fireflies [no change] [] 1-step] Note : The following code will join the HEML lt; Bodygt; Lt; / Bodygt; Between :
Platform: | Size: 1953 | Author: 批皮 | Hits:

[JSP/JavaNewsSystem

Description: 新闻发布系统1.0 第一步:解开压缩包,到Tomcat或其他网络服务器中。 第二步:请在WEB-INF\\classes\\目录下新建一个news文件夹,把sql_data.java和sql_data.class复制到news目录下 ,这样配好Beans。 第三步:在数据源ODBC中建立数据连接,点击系统dsn,添加access数据库,之后选择news.mdb数据库,完成数据库 连接。 第四步:浏览器打开http://127.0.0.1:8080/...main.jsp。-News Publishing System 1.0 first step : remove compressed, to Tomcat or other network servers. Second step : WEB-INF \\ classes \\ directory news of a new folder, and sql_data.class sql_data.java copied to the news directory, properly Beans. Third step : ODBC data sources to establish data connectivity, click system dsn, add database access, choosing news.mdb database, complete database connections. The fourth step : http://127.0.0.1:8080/...main.jsp open the browser.
Platform: | Size: 53797 | Author: 康小雨 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net