Academic literature on the topic 'Clipper (Computer program)'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Clipper (Computer program).'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Clipper (Computer program)"

1

Kolles, Harry, Henning Ludt, Giles H. Vince, and Wolfgang Feiden. "Application of minimal spanning trees in glioma grading — a CLIPPER program for the calculation and construction of minimal spanning trees." Computer Methods and Programs in Biomedicine 42, no. 3 (March 1994): 201–6. http://dx.doi.org/10.1016/0169-2607(94)90129-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Walker, Danielle, Brian Pomeroy, Tammy Camp, Lesley Motheral, Elisabeth Conser, and Lara Johnson. "Using Computer-Assisted Learning in Pediatrics Program (Clipp) Cases for a Longitudinal Residents-as-Teachers Program (Descriptive Abstract)." Academic Pediatrics 17, no. 5 (July 2017): e13. http://dx.doi.org/10.1016/j.acap.2017.04.054.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Fall, Leslie H., Norman B. Berman, Sherilyn Smith, Christopher B. White, Jerold C. Woodhead, and Ardis L. Olson. "Multi-institutional Development and Utilization of a Computer-Assisted Learning Program for the Pediatrics Clerkship: The CLIPP Project." Academic Medicine 80, no. 9 (September 2005): 847–55. http://dx.doi.org/10.1097/00001888-200509000-00012.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Gölitz, Philipp, Tobias Struffert, Oliver Ganslandt, Marc Saake, Hannes Lücking, Julie Rösch, Frauke Knossalla, and Arnd Doerfler. "Optimized angiographic computed tomography with intravenous contrast injection: an alternative to conventional angiography in the follow-up of clipped aneurysms?" Journal of Neurosurgery 117, no. 1 (July 2012): 29–36. http://dx.doi.org/10.3171/2012.3.jns111895.

Full text
Abstract:
Object The purpose of this study was to evaluate the diagnostic accuracy of an optimized angiographic CT (ACT) program with intravenous contrast agent injection (ivACT) in the assessment of potential aneurysm remnants after neurosurgical clipping compared with conventional digital subtraction angiography (DSA). Methods The authors report on 14 patients with 19 surgically clipped cerebral aneurysms who were scheduled to undergo angiographic follow-up. For each patient, the authors performed ivACT with dual rotational acquisition and conventional angiography including a 3D rotational run. The ivACT and 3D DSA data were reconstructed with different imaging modes, including a newly implemented subtraction mode with motion correction. Thereafter, the data sets were merged by the dual-volume technique, and freely rotatable 3D images were obtained for further analysis. Observed aneurysm remnants were electronically measured and classified for each modality by 2 experienced neuroradiologists. Results Digital subtraction angiography and ivACT both provided high-quality images without motion artifacts. Artifact disturbances from the aneurysm clips led to a compromised, but still sufficient, image quality in 1 case. The ivACT assessed all aneurysm remnants as true-positive up to a minimal size of 2.6 × 2.4 mm in accordance with the DSA findings. There was a tendency for ivACT to overestimate the size of the aneurysm remnants. All cases without aneurysm remnants on DSA were scored correctly as true-negative by ivACT. Conclusions By using an optimized image acquisition protocol as well as enhanced postprocessing algorithms, the noninvasive ivACT seems to achieve results comparable to those of conventional angiography in the follow-up of clipped cerebral aneurysms. The authors have shown that ivACT can provide reliable diagnostic information about potential aneurysm remnants after neurosurgical clipping with high sensitivity and specificity, sufficient for clinical decision making, at least for aneurysms in the anterior circulation located distal to the internal carotid artery. These preliminary results may be a promising step to replace conventional angiography by a noninvasive imaging technique in selected cases after aneurysm clipping.
APA, Harvard, Vancouver, ISO, and other styles
5

Browne, Cameron. "Rep-tiles with Woven Horns." M/C Journal 5, no. 4 (August 1, 2002). http://dx.doi.org/10.5204/mcj.1977.

Full text
Abstract:
The loop is examined as a conceptual programming tool in the context of computer artwork and fractal curve generation. In particular, a simple geometric construction for the visualization of Alexander’s horned sphere as a self-similar fractal curve in the plane is presented, based on a recursive rep-2 rectangle progression to a specified depth. Parameterized curve generation and rendering details are briefly discussed. 1. Loops and Computers Loops form the fundamental core of almost all computer programs. The most common type is the iterative loop, typically signified by the keywords for, while, do, repeat etc, in which a given set of instructions is repeated a specified number of times. The recursive loop is a more powerful construct that performs a given set of instructions, typically including recursive calls with modified parameters back to the instruction set itself, until a terminating condition is met. Recursive algorithms solve problems by reducing them to smaller and smaller subproblems until a solution is found, reusing the same set of instructions as often as required. This elegant approach to problem solving satisfies the programmer’s endless desire for efficiency and simplicity in program design. Recursive loops can always be rewritten as iterative ones, but if an algorithm can be defined with a recursive approach it is generally best implemented as such. 2. Fractal Geometry Fractal geometry involves the description of mathematical objects that display self-similarity on all scales [6]. Recursion is a natural way to describe such objects programatically. For instance, the fractal curve shown in Fig. 1 can be somewhat confusing to the eye until the viewer realises that it’s composed of a common structure repeated at successively smaller scales. Fig 1. A set of woven horns. The woven horn is based on a famous mathematical construct called Alexander’s horned sphere, which is traditionally visualized as a recursive set of interlocking pairs of orthogonal rings of decreasing radius [1,5]. The horned sphere has been embedded in the plane by reducing the interlock angle between ring pairs from 90o to 0o, then an over-under weaving pattern has been defined to reestablish ring interlock without intersection to give the woven horn set. Fig. 1 was inspired by the etching Yggdrasil by Bill Meyers [4], probably the most famous realization of Alexander’s horned sphere in the plane. It should be noted that the woven horn construction is a self-similar fractal but not technically an area-filling curve, as any open subset of the plane will contain points that are a non-zero distance from the curve. 3. Rep-tiles Rep-tiles, polygons which can be divided into smaller copies of themselves, provide a method of tiling an area to a given depth of recursion [3,6]. The rep-2 rectangle with sides in the ratio 1:sqrt(2) is of particular interest. For instance, metric paper sizes A2, A3, A4 etc are rep-2 rectangles, making them convenient for stacking and printing purposes as each page can be folded in half to give two pages of the next smaller size [2]. Fig. 2 shows a rep-2 rectangle progression to three levels of subdivision. Note that the side length ratio 1:sqrt(2) is maintained for each generation. This fractal structure forms a rectangular lattice upon which the planar woven horn set can be generated. Fig 2. Rep-2 rectangle progression. So how far should we recurse, given that this process is potentially infinite? Fortunately the display or printing device used to visualise the object provides a convenient terminating condition: there is little point in recursing beyond the visible resolution of the device, typically one pixel or picture element. One advantage of fractally defined curves is that they can be examined in infinite detail. This can be done efficiently by zooming in on an area of interest and scaling up the coordinate system accordingly, and choosing upper and lower recursion limits such that parts of the curve that lie outside the display area or are too small to see are clipped, and only the visible subset drawn. 3. Curve geometry The construction of one generation of horn growth from a pair of left and right parent branches Pl and Pr is shown in Fig. 3. The generated curves are bounded by the rep-2 rectangle with width w and height h where: w = |Pl – Pr|, the gap distance between the terminal points of Pl and Pr h = w / ff2 Fig. 3. Geometric construction of horn branches. Spacing parameter s forms an internal margin that creates an interior rep-2 rectangle progression offset from the bounding rep-2 rectangle (s’ = ff2 s). Thus each generation attracts curves towards a central vanishing point, facilitating the woven horn design. Horn branches for each generation are described by two long curves Cl and Cl’ and two short curves Cs and Cs’. The actual geometry of these cubic spline curves is not important here; suffice it to say that they can be adjusted according to taste provided that the following constraints are met: lines CD and DE must be collinear to guarantee long curve continuity; the entrance angle a formed at point A must agree with the exit angles a at G and H, and hence agree with the entrance and exit angles of future generations. The following guidelines were found to produce good results but are not essential: point D should be coincident with the top left corner of the interior rectangle; curves should be bounded by the outer rep-2 rectangle; an entrance/exit angle of 45o is convenient and aesthetically pleasing. This process is repeated from the terminal points G and I for the next generation. Curves Cl and Cs then become parent generators Pl and Pr, and curves Cl’ and Cs’ become intersecting parent generators Pr’ and Pl’, with the gap width w reduced and the frame of reference rotated accordingly. Fig. 4 shows the process of recursive growth to depths of 1, 2, 3 and 9. Fig. 4. Increasing generation depth: (a) d = 1; (b) d = 2; (c) d = 3; (d) d = 9. 4. Results The gap width wd of the branching pair at any particular depth d can be calculated from the spacing parameter s and the total structure width W as follows: wd = wd-1 /ff2 - 2sd-1 (where w0 = W and sd is the actual spacing for iteration d) The structure’s appearance is now defined by just two variables: the inter-generational spacing value s and the depth of recursion d. The effect of varying control parameter d was shown in Fig. 4. The effect of varying the other control parameter s is shown below in Fig. 5. Fig. 5. Spacing as a percentage of width: (a) s = 10%; (b) s = 20%; (c) s = 30%. Smaller spacing values yield boxier shapes with denser weave around the perimeter of each rep-tile, as seen in Fig. 5a. The shape converges to a single underlying rep-2 lattice as s approaches 0. Larger spacing values, such as those in Figs. 5b and 5c, provide rounder, looser weaves with tighter clusters in the center. The optimal spacing for aesthetic purposes was found to be around s = 13%. The program developed for this paper exports woven horn designs as a series of generational branch growths in the following formats: PostScript file of offset curves of decreasing thickness; VRML file of polylines or extrusions of decreasing radius. Fig. 1 shows a depth 10 structure stored in PostScript format and rendered in PhotoShop with glass and noise filters applied. Conclusion Fractal geometry highlights the power, beauty and elegance of the recursive loop: simple instructions are used to visualize complex shapes that vanish inwards with infinite clarity. Acknowledgments Thanks to Alan Tonisson for providing useful comments. References Albers, Donald J. "The Game of ‘Life’." Math Horizons 1 (1994): 9. Gardner, Martin. The Unexpected Hanging and other Mathematical Diversions. New York: Simon and Schuster, 1969. Golomb, Solomon W. "Replicating Figures in the Plane." Mathematical Gazette 48 (1964): 336;403-12. Rolfsen Dale. Knots and Links. Wilmington: Publish or Perish, 1976. Weisstein, Eric W. "Alexander’s Horned Sphere." Online. Internet. 1999. Available: <http://mathworld.wolfram.com/AlexandersHornedSphere.php>. Weisstein, Eric W. Concise Encyclopedia of Mathematics. Boca Raton: CRC, 1999. Links http://mathworld.wolfram.com/AlexandersHornedSphere.html Citation reference for this article MLA Style Browne, Cameron. "Rep-tiles with Woven Horns" M/C: A Journal of Media and Culture 5.4 (2002). [your date of access] < http://www.media-culture.org.au/mc/0208/reptiles.php>. Chicago Style Browne, Cameron, "Rep-tiles with Woven Horns" M/C: A Journal of Media and Culture 5, no. 4 (2002), < http://www.media-culture.org.au/mc/0208/reptiles.php> ([your date of access]). APA Style Browne, Cameron. (2002) Rep-tiles with Woven Horns. M/C: A Journal of Media and Culture 5(4). < http://www.media-culture.org.au/mc/0208/reptiles.php> ([your date of access]).
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Clipper (Computer program)"

1

Heimendinger, Larry M. Advanced Clipper. New York: Brady Pub., 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Oliver, Brett. Clipper programming. Berkeley [Calif.]: Osborne McGraw-Hill, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Straley, Stephen J. Programming in Clipper. 2nd ed. Reading, Mass: Addison-Wesley Pub. Co., 1988.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Programming in Clipper: The definitiveguide to the Clipper dBase compiler. Reading, Mass: Addison-Wesley Pub. Co, 1987.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

John, Mueller. Illustrated Clipper 5.0. Dallas, Tex: Wordware Pub., 1991.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Occhiogrosso, James. Clipper power utilities. New York: Windcrest/McGraw-Hill, 1994.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Straley, Stephen J. Programming in Clipper: The definitive guide to the Clipper dBase compiler. Reading, Mass: Addison-Wesley Pub. Co., 1987.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Straley, Stephen J. Programming in Clipper: The definitive guide to the Clipper dBase compiler. 2nd ed. Reading, Mass: Addison-Wesley Pub. Co, 1988.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Tiley, W. Edward. Using Clipper. 3rd ed. Carmel, IN: Que, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Using Clipper. Carmel, IN: Que, 1993.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Clipper (Computer program)"

1

White, Jonathan R. "Language Economy in Computer-Mediated Communication." In Computer-Assisted Foreign Language Teaching and Learning, 75–90. IGI Global, 2013. http://dx.doi.org/10.4018/978-1-4666-2821-2.ch005.

Full text
Abstract:
This chapter presents an analysis of economised language in textchat data from non-native English-speaking students in an MA programme in English Linguistics. Previous research by the author demonstrated that forms clipped or otherwise reduced from their full version can be considered evidence that an Internet community of practice has formed. The author argues here that this implies that the learners are exhibiting autonomy, and he also demonstrates that the same can be concluded for the ellipsis. The functions of the ellipsis are identified, which demonstrates that students are interacting, and therefore, are at least in the process of forming a social learning community.
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Clipper (Computer program)"

1

Swantner, William H. "IMAGE: a computer program for the modeling of obscured-aperture laser beams with wavefront aberrations and clipped Gaussian irradiance profiles." In OE/LASE'93: Optics, Electro-Optics, & Laser Applications in Science& Engineering, edited by Roger L. Facklam, Karl H. Guenther, and Stephan P. Velsko. SPIE, 1993. http://dx.doi.org/10.1117/12.148398.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography