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

Search list

[Other resourcekris_qsort_exe

Description: This forced me to write about more interesting and comprehensive sorting methods, the result of which is this one. Through this writing I have tried to give in-depth coverage of the entire sort algorithm I hope Peter wouldn t mind reading it. This article assumes that you really don t know about the iterations, looping, and so forth hence, it explains these in detail first.
Platform: | Size: 4618 | Author: ncu | Hits:

[Linux-Unixebus.tar

Description: 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_control(string on_off,int out_n) 其中参数on_off代表打开还是关闭,对应值“on”、“off”。参数out_n代表的操作第几路,对应值 1、2、3、4、5、6、7、8;ebus_control的返回值:如果操作成功返回0,如果失败,返回负值。举例说明,E_bus abc; int c=abc.ebus_control(“off”,1) 如果c=0,说明第一路关闭成功。 -The main function of the program: linux serial control intelligent systems, the the zo-b8l5a 5a eight-channel double the value of output module. The a corresponding files: ebus_module.tar.gz (contains three files ebus.cc the ebus.h ebus_test.cc) which ebus.h header files contain the class E_bus definition statement ebus.cc class inside the a function ebus_test.cc mainly is the use of the class to complete the looping off the 8-channel output, open 8-channel output. Two, E_bus class interface description: Open or close the output port, only need to function int E_bus :: ebus_control (string on_off the int out_n) which parameters on_off represents the open or closed, the corresponding value " on" and " off" . On behalf of the operating parameters out_n few road, the corresponding value of 1, 2, 3, 4, 5, 6, 7, 8 ebus_control return value: If the operation is successful returns 0 if it fails to return a negative. For example, E_bus abc int c = abc.ebus_control (“off”,
Platform: | Size: 2048 | Author: zhang | Hits:

[Data structskris_qsort_exe

Description: This forced me to write about more interesting and comprehensive sorting methods, the result of which is this one. Through this writing I have tried to give in-depth coverage of the entire sort algorithm I hope Peter wouldn t mind reading it. This article assumes that you really don t know about the iterations, looping, and so forth hence, it explains these in detail first.
Platform: | Size: 5120 | Author: ncu | Hits:

[source in ebookenergy211Lecture1ToLecture10

Description: 斯坦福Energy211/CME211课《c++编程——地球科学科学家和工程师》的课件,源代码和作业。这门课将教授你C++,软件工程和更多的知识。教材是《C++ Primer》第四版。进度按照《C++ Primer》书里的编排。除了总结书里的内容,课堂上还有很多针对科学计算的例子和源码。本课一共30讲。此压缩包包括第1讲到第10讲的课件,源代码和作业。 第一讲:介绍 第二讲:C++入门 第三讲:类型和简单变量 第四讲:命名空间和标准库 第五讲:数组 第六讲:表达式 第七讲:循环 第八讲:函数 第九讲:输入输出库 第十讲:指针-The Stanford Course Energy211/CME211--Computer Programming in C++ for Earth Scientists and Engineers, will teach you the basic C++, software engineering, and more. It uses C++ Primer(the Fourth Edition) as its textbook, and follows its organization. This compressed file includes the courseware, source code and assignment from Lecture 1 to Lecture 10. Lecture 1: Introduction Lecture 2: Getting Started with C++ Lecture 3: Types and Simple Variables Lecture 4: Namespace and Standard Library Lecture 5: Arrays Lecture 6: Expressions Lecture 7: Looping Lecture 8: Functions Lecture 9: The IO Library Lecture 10: Pointers
Platform: | Size: 3600384 | Author: simon2062 | Hits:

[Windows DevelopGR_SCR4

Description: Here s screensaver like object, that uses c-graphics, is meant to creat an understanding of basics of graphics in c, looping, and delay construct.
Platform: | Size: 1024 | Author: max | Hits:

[Data structsFibonacci

Description: Code of Find Fibonacci, public class Fibonacci { looping main(...) }-Code of Find Fibonacci, public class Fibonacci { looping main(...) }
Platform: | Size: 1024 | Author: sontaya | Hits:

[CSharploopingincsharp

Description: Looping in csharp how to write 10 times
Platform: | Size: 20480 | Author: Matej | Hits:

[JSP/JavaDLogicalClocks

Description: Distributed Logical clocks. Code will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval and its duration can be set to 1 second. In every loop interval Pi does the following: − If there is a message m pending to be received it receives m − Otherwise o It does an internal action with probability 0.80 o It sends a message to process Pj, 0 ≤ j < n and j ≠ i with probability 0.20. The message gets delayed at its source for a random amount of time < 2 sec to simulate network delay. − It calculates and prints its logical clock value along with the action it takes. Note: several messages may arrive in a process within a loop interval. In such a case they will be queued and delivered to the process in subsequent loop intervals.-Distributed Logical clocks. Code will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval and its duration can be set to 1 second. In every loop interval Pi does the following: − If there is a message m pending to be received it receives m − Otherwise o It does an internal action with probability 0.80 o It sends a message to process Pj, 0 ≤ j < n and j ≠ i with probability 0.20. The message gets delayed at its source for a random amount of time < 2 sec to simulate network delay. − It calculates and prints its logical clock value along with the action it takes. Note: several messages may arrive in a process within a loop interval. In such a case they will be queued and delivered to the process in subsequent loop intervals.
Platform: | Size: 5120 | Author: Araz | Hits:

[Web ServerDME

Description: Java program will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval. In every loop interval Pi does the following: − It sleeps for a random amount of time [3, 4) seconds − It requests entry into its critical section − It enters its critical section where it stays for a random amount of time [1, 2) seconds − It exits its critical section During its execution a process logs all its actions, i.e., − Entering and exiting sleep state − Actions it takes to decide entry into its critical-Java program will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval. In every loop interval Pi does the following: − It sleeps for a random amount of time [3, 4) seconds − It requests entry into its critical section − It enters its critical section where it stays for a random amount of time [1, 2) seconds − It exits its critical section During its execution a process logs all its actions, i.e., − Entering and exiting sleep state − Actions it takes to decide entry into its critical
Platform: | Size: 6144 | Author: Araz | Hits:

[OtherPro_Bash_Programming_Scripting_the_Linux_Shell

Description: Pro_Bash_Programming_Scripting_the_Linux_Shell 是一本由浅入深的 Bash Shell Script.事实上, 在 UNIX/Linux 里, 很多工作不需要专门写一个C/C++程式来完成, 利用 Bash Script 就可以完成, 小巧简单迅速. Chapter 1: Hello, World! Your First Shell Program Chapter 2: Input, Output, and Throughput Chapter 3: Looping and Branching Chapter 4: Command-Line Parsing and Expansion Chapter 5: Parameters and Variables Chapter 6: Shell Functions Chapter 7: String Manipulation Chapter 8: File Operations and Commands Chapter 9: Reserved Words and Builtin Commands Chapter 10: Writing Bug-Free Scripts and Debugging the Rest Chapter 11: Programming for the Command Line Chapter 12: Runtime Configuration Chapter 13: Data Processing Chapter 14: Scripting the Screen Chapter 15: Entry-Level Programming -Pro_Bash_Programming_Scripting_the_Linux_Shell is a progressive approach to the Bash Shell Script. In fact, in UNIX/Linux, the specialist does not require a lot of work to write a C/C++ program to complete, using Bash Script can be completed, small simple and fast. Chapter 1: Hello , World! Your First Shell Program Chapter 2: Input, Output, and Throughput Chapter 3: Looping and Branching Chapter 4: Command-Line Parsing and Expansion Chapter 5: Parameters and Variables Chapter 6: Shell Functions Chapter 7: String Manipulation Chapter 8: File Operations and Commands Chapter 9: Reserved Words and Builtin Commands Chapter 10: Writing Bug-Free Scripts and Debugging the Rest Chapter 11: Programming for the Command Line Chapter 12: Runtime Configuration Chapter 13: Data Processing Chapter 14: Scripting the Screen Chapter 15 : Entry-Level Programming
Platform: | Size: 3618816 | Author: 陳文風 | Hits:

[Other Riddle gamespa2

Description: 這是一個遊戲,是可以用來介紹C++的Array用法,利用了多個looping來做了Array-This is a smple game whih is sing to introduce the using of Array with for loob
Platform: | Size: 2048 | Author: Mat | Hits:

[JSPtij3

Description: This book assumes that you have some programming familiarity: you understand that a program is a collection of statements, the idea of a subroutine/function/macro, control statements such as “if” and looping constructs such as “while,” etc. However, you might have learned this in many places, such as programming with a macro language or working with a tool like Perl. As long as you’ve programmed to the point where you feel comfortable with the basic ideas of programming, you’ll be able to work through this book. Of course, the book will be easier for the C programmers and more so for the C++ programmers, so don’t count yourself out if you’re not experienced with those languages—but come willing to work hard (also, the multimedia CD that accompanies this book will bring you up to speed in the fundamentals necessary to learn Java). However, I will be introducing the concepts of object-oriented programming (OOP) and Java’s basic control mechanisms.
Platform: | Size: 1251328 | Author: lchn_kyd | Hits:

[matlabLooping

Description: Looping statement in c-Looping statement in c++
Platform: | Size: 8192 | Author: polo | Hits:

[VC/MFCC-design_program_tutorials

Description: C语言设计程序教程,朱成学的,电子教案,都是ppt,包括基本数据类型、循环结构、函数、数组、指针等章节。-C-design program tutorials, Zhu science, electronic lesson plans, all ppt, including basic data types, looping structures, functions, arrays, pointers and other sections.
Platform: | Size: 645120 | Author: sy | Hits:

[Audio programAudioBox90

Description: 描述 === ===== 这是一个MFC应用程序中的纯音频媒体播放器相似点唱机。 你可以选择一个媒体目录和音频媒体播放所有文件, 包括Windows媒体文件。选项包括寻求,静音音频, 文件进行随机选择,调整音量和循环当前 媒体文件。-Description =========== This MFC application is an audio-only media player similar to Jukebox. You can select a media directory and play all audio media files, including Windows Media Files. Options include seeking, muting audio, randomizing file selection, adjusting volume, and looping the current media file. Using Windows Media 9 Series (Corona) ===================================== If you have installed the Windows Media Format 9 SDK (code named Corona ), then you can benefit from enhancements in the WMF9 SDK. Starting with Windows Media 9 Series, the WMStub.lib and key provider implementation are no longer necessary. Therefore, certain portions of this sample are conditionally compiled with "#ifndef TARGET_WMF9", and new build targets are provided to remove the linking of the WMStub library when targeting Corona systems.
Platform: | Size: 51200 | Author: wengjinshu | Hits:

[Windows DevelopLooping

Description: tugas mid tentang looping di microsoft visual basic
Platform: | Size: 6144 | Author: ligarsekarwangi | Hits:

[Linux-UnixLinkChecker-5.2.tar

Description: LinkChecker 是一个网页链接检查程序,主要特性: • 循环遍历和多线程检查 • 输出各种格式检查结果:text, HTML, SQL, CSV, XML • 支持 HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet 和本地文件链接检查 • 可使用正则表达式对链接的url进行过滤 • 支持代理服务器 • 支持用户名和密码验证 • 遵守 robots.txt 法则 • 支持 Cookie • 支持 HTML 和 CSS 语法检查 • 反病毒检查 • 提供命令行和图形界面和Web三种用户接口 -LinkChecker is a web link checker, key features: • looping through and multi-threaded inspection • Check out the results of various formats: text, HTML, SQL, CSV, XML • support HTTP/1.1, HTTPS, FTP, mailto:, news: , nntp:, Telnet and local file link checking • can use regular expressions to filter on the link to the url • Support proxy server • Support user name and password validation • comply with robots.txt rules • Support for Cookie • support HTML and CSS syntax checking • Anti- virus checking • Providing command line and graphical interfaces and Web user interface of three
Platform: | Size: 591872 | Author: zzw | Hits:

[CSharpLooping

Description: A Detailed Introduction about Looping . And how can we implement LOOPS and arraysin real time.
Platform: | Size: 7168 | Author: Ubaid | Hits:

[Delphi VCLPortScanner

Description: Port Scanner for scan port write in delphi language.. form will freeze when scan looping port
Platform: | Size: 116736 | Author: Aldian | Hits:

[JSP/JavaAssigOne108

Description: The purpose of this assignment is to give you experience at writing a Java application which uses the following concepts: declaration and manipulation of variables of primitive types use of objects and methods in prewritten classes branching control flow looping control flow
Platform: | Size: 1024 | Author: scott | Hits:
« 12 3 4 »

CodeBus www.codebus.net