| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Network Drawing Software 3.5 |
windows | Network Tools->Network Tools Suites | $79.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | Office Plan Drawing Software 7.4 |
windows | Audio Multimedia->Other | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | DiaCze - diagram drawing software UML, ERD 0.95-1 |
windows | Software Development->Compilers Interpreters | Free |
View Detail
|
|||||||||
DiaCze - diagram drawing & modelling software. You will be able to use DiaCze - diagram drawing software UML, ERD, ... in order to create UML, UML 2.0, EML diagrams, ER, ERD, state diagrams, network topology schema, Cisco networks, component models, process models, business models, ... In many ways - this application contain more functions than Microsoft Visio and it is free. |
||||||||||||||
| 4 | DiaCze - diagram drawing software. UML, ERD,... 1.0 |
windows | Software Development->IDEs Coding Utilities | Free |
View Detail
|
|||||||||
DiaCze - diagram drawing & modelling software. You can use this application to create UML, UML 2.0, EML diagrams, ER, ERD, state diagrams, network topology schema, Cisco networks, component models, process models, business models, ... In many ways - this application contain more functions than Microsoft Visio and it is free. |
||||||||||||||
| 5 | SmartDraw Business and Technical Drawing Software 4.30 |
windows | Graphic Apps->Presentation Tools | $49.00 |
View Detail
|
|||||||||
Draw Anything Easily with SmartDraw! The Complete Drawing Tool for Business and Technical Professionals Worldwide. SmartDraw is the ideal choice for people who need to create professional-quality drawings quickly and simply, without having to learn a complex program. SmartDraw 4.30 includes many new symbols and templates for creating flowcharts, org-charts, business forms, timelines and calendars, network diagrams, floor plans and more! SmartDraw 4.30 includes a new feature that makes it even easier for users of Visio, FlowCharter and other similar programs to switch to SmartDraw. The new SmartDraw File Conversion Wizard will convert a whole folder of Visio, and other files, into native SmartDraw files with just a few clicks of the mouse. |
||||||||||||||
| 6 | DockItem Drawing 1.0 |
mac | Tools->Developer Tools | Free |
View Detail
|
|||||||||
DockItem Drawing is a REALbasic example that demonstrates how to draw a custom application icon in the Dock on Mac OS X. Completly freeware for non-commercial use. |
||||||||||||||
| 7 | AutoCAD Drawing Viewer 2.0 |
windows | Business Finance->Applications | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | AutoCAD Drawing Viewer 2.0 |
windows | Graphic Apps->CAD | Free |
View Detail
|
|||||||||
AutoCAD Drawing Viewer is a powerful tool for viewing AutoCAD drawing files. Here are some key features of "AutoCAD Drawing Viewer": · View and open drawings · view block attribute values · view text values · view layer information · print drawings · copy drawing to ClipBoard · save drawing as a BMP file AutoCAD Drawing Viewer does not require AutoCAD to run and is compatible with all AutoCAD drawing versions. |
||||||||||||||
| 9 | Drawing Fast n Easy |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 10 | Actual Drawing 7.1 |
windows | Web Development->HTML Editors | $59 |
View Detail
|
|||||||||
Actual Drawing description This software has features that enable you to publish your site, create forms, and make web albums. Actual Drawing is a visual publishing tool that helps you make Web pages without having to know HTML, allowing you to drag and drop page content. The program has its own image manipulation tools so you dont need to use a third-party image editor - web page content can be drawn with various effects like glow, shadow, or transparency. Resolution-independent vector layers can be resized without loss of quality. The filling gradients and patterns enable to create visual effects with stunning realism. This application has easy-to-use tools to prepare custom rollover buttons and it will create necessary images and Java script. In addition, Actual Drawing has features to publish your site, create forms, and make web albums. You can check broken links with the program, and submit your Here are some key features of "Actual Drawing": · Character-level control over all text attributes · Javascript Rollover Images · Image Optimization · Instant effects like drop shadow, glow, inner shadow, blurred bevel, inner glow etc. · Filling and outlining images: linear fill, velvet fill, radial fill, conical fill, square fill and pattern · Creating Web-based forms · Creating Frame-Based Pages · Creating Web Albums · Checking up Broken Links for entire site · Submitting Web Pages to most popular search engines · Automaticaly upload all page content to your Website · Spell Checking for major languages · Ready-to-use Java Scripts · Drag and drop images from Internet Explorer · Insert special and extended characters into your Web page · Calculating download time for a Web page · Floating layers · Vector Images · Includes over 100 background images, buttons, logos, pointers for use in your web pages · Includes over 20 web page templates to help you get started · Includes Batch Processor for simplifying process of making changes in large number of web pages · Preview supports JavaScript, StyleSheets, and DHTML Requirements: · Intel Pentium II/200 MHz or compatible · 32 MB RAM (64 MB recommended) · 20 MB hard disk space · Color monitor · Mouse or other pointing device Limitations: · Nag screen |
||||||||||||||
| 11 | File::Drawing 0.01 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
File::Drawing release, revise and retrieve contents to/from a drawing program module. SYNOPSIS ########## # Subroutine interface # use File::Drawing qw( dod_date dod_drawing_number number2pm pm2number obsolete broken backup); $date = dod_date($sec, $min, $hour, $day, $month, $year); $drawing_number = dod_drawing_number( ); $pm = number2pm($drawing_number, $repository); $drawing_number = pm2number($drawing_number, $repository); $old_value = config( $option ); $old_value = config( $option => $new_value); (@all_options) = config( ); obsolete($drawing_number, $repository); broken($drawing_number, $repository); ($file, $backup_file) = backup($drawing_number, $repository, $dir); ###### # Class Interface # use File::Drawing; $default_options = defaults(@options); $old_value = $default_options->config( $option ); $old_value = $default_options->config( $option => $new_value); (@all_options) = $default_options->config( ); $drawing = new File::Drawing($contents, $white_tape, $pod, $file_contents, $drawing_number, $repository); $drawing = File::Drawing->retrieve($drawing_number, @options); $error = $drawing->release(@options); $error = $drawing->revise(@options); $date = $drawing->dod_date($sec, $min, $hour, $day, $month, $year); $drawing_number = $$drawing->dod_drawing_number( ); $pm = $drawing->number2pm($drawing_number, $repository); $drawing_number = $drawing->pm2number($drawing_number, $repository); $drawing->obsolete($drawing_number, $repository); $drawing->broken($drawing_number, $repository); ($file, $backup_file) = $drawing->backup($drawing_number, $repository, $dir); Generally, if a subroutine will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}. If a subroutine will process an array reference, @options, [@options], that subroutine will also process a hash reference, %options, {@options}. See the description for a subroutine for details and exceptions. The File::Drawing program module uses American National Standards for drawings as a model for storing data. Commercial, governement and casual orgainizations have stored information over the centuries as drawings. Drawings probably evolved from the census that the Romans rulers, started back when Rome was a little frontier town. In other words, the practices of the drafting displines have evolved over time and have stood the test of time. Any deviation must be a crystal clear advantage. Many of the practices are in place to avoid common and costly human mistakes that obviously a computerize drafting system will not make. A good approach is to make the computerized data structure optimum for computers and have the computer render the computerized data into a form that meets the drafting standards. The File::Drawing program module, uses the Perl program module name as a drawing repository, drawing number combination. The contents of the drawing is contained in the program module file. The < File::Drawing > program module established methods to retrieve contents from a program module drawing file, create an Perl drawing object with the contents, and methods to release and revise the contents in a program module drawing file from a Perl drawing object. Other popular methods for computerize date are the SQL and XML. Perl has a wide range of program modules using these approach. In this time in history, the Drawings are highly standardize and even subject to Internationl standarization agreements. The Drawing Sheet Size and Format conform to ANSI Y14.1-1975 or its successor. The drawing has a box with zone numbers running right to left alon the top and bottom, and zone letters running bottom to top along the sides. There is a section inside the box, lower right corner with the blocks for such things as the title, drawing number, current revision, authoriztion, and sheet number. There is an expandable four column table in the top right corner to record the revision history. |
||||||||||||||
| 12 | ABC Drawing School I - Animals 1.11.0424 |
windows | Home Education->Hobbies | Free |
View Detail
|
|||||||||
Learn to draw animals step by step! ABC Drawing School I is a simple to use software providing lessons for drawing animals. Easy to follow visual instructions show how to connect simple forms like circles and rectangles with a few lines to complete drawings. One click selection from many colors and customizing of draw width is easy to use even for children. Follow the exercises shown at the preview window drawing directly at your computer screen using your mouse or graphics tablet or take paper and pencil if you prefer. Print out your computer drawings or save them for later reuse. Optional sound effects increase fun. Optional display of grid makes drawing of the correct proportions easier. No matter whether dog or cat, mouse or elephant, lion or fish, drawing with ABC Drawing School is pure fun! The Light Edition ist Freeware for unlimited use. Upgrading to the Standard Edition offers more than 40 additional animal images. Multilingual version: German, English, Spanish, Italian |
||||||||||||||
| 13 | ABC Drawing School II - Birds 1.04.0388 |
windows | Home Education->Hobbies | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | ABC Drawing School IV - Vehicles 1.11.0424 |
windows | Home Education->Kids Parenting | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | ABC Drawing School V - Christmas 1.11.0424 |
windows | Home Education->Kids Parenting | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 16 | ABC Drawing School III - Dinosaurs 1.11.0424 |
windows | Home Education->Kids Parenting | Free |
View Detail
|
|||||||||
Learn to draw dinosaurs step by step! ABC Drawing School III is a simple to use software providing lessons for drawing dinosaurs. Easy to follow visual instructions show how to connect simple forms like circles and rectangles with a few lines to complete drawings. One click selection from many colors and customizing of draw width is easy to use even for children. Follow the exercises shown at the preview window drawing directly at your computer screen using your mouse or graphics tablet or take paper and pencil if you prefer. Print out your computer drawings or save them for later reuse. Optional sound effects increase fun. Optional display of grid makes drawing of the correct proportions easier. Youll see, drawing with ABC Drawing School III is pure fun! The Light Edition ist Freeware for unlimited use. Upgrading to the Standard Edition offers more than 40 additional bird images. Multilingual version: German, English, Spanish, Italian, French |
||||||||||||||
| 17 | Drawing Objects 3.0 |
windows | Software Development->Components Libraries | Free |
View Detail
|
|||||||||
Drawing Objects is a collection of 17 diagram components Drawing Objects is a collection of 17 diagram components to be used for runtime designing of organisational charts, flow charts, network diagrams, mind maps, family trees etc. Requirements: · Delphi version 7 |
||||||||||||||
| 18 | technical drawing puzzle 3 |
windows | Games->Puzzle | $19.0 |
View Detail
|
|||||||||
Computer draw the 3D wire construction. You restore the initial picture at 2D projections. ... technical drawing puzzle v3 release is New Release. |
||||||||||||||
| 19 | Drawing Styles 1.0 |
windows | Home Shell Desktop->School Screen Savers | Free |
View Detail
|
|||||||||
Art screensever for Windows and Firefox. Find six original art drawings by budding artist. Enjoy the screensever and easly reach my blog to share your comments with me.... Drawing Styles v1.0 release is New Release. |
||||||||||||||
| 20 | Visual Drawing Maker 1.14 |
windows | Graphic Apps->CAD | $38 |
View Detail
|
|||||||||
The Visual Drawing Maker is an application which helps you to convert CAD files into self viewing executable (*.exe) files.
This makes the drawing independent of the operation system and CAD platform. With Visual Drawing Maker you can eliminate such obstacles as: · Drawing formats tht are incompatible due to the difference between CAD software types, versions and their setup · Correlative software installation is needed to explore, print and postil a drawing. · Difficulties to protect company intelligent property rights and technique secrest when providing customers with source design drawings, etc. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
