Search Software:      

 
numerical methods solution methods

Relevant Keywords 

  

Free Methods Downloads

 

tApCalc Suite, Financial,Accounting,Scientific tape Calculators (Arm,xScale)

All 3 Calculators for less that the price of 2 All Calculators feature tape that can be saved, edited, run and beamed to another PDA. tApCalc Finance -Time Value of Money (PV, FV, PMT, I, n, Amortization)SL, SYD, DB methods of Depreciation -Discounted Cash Flow (NPV and IRR) -Bond Price and Yield -Standard Keys -Tape Save, Load, Edit, Run, Beam and Clear -Thousand Grouping -Regional number format support -Print from Device tApCalc Scientific -Standard keys -Sin, Cos and Tan keys -Logarithm base 10, e -Factorial -x^y and x^2 -Sqrt , 1/x, Rnd -Memory Keys -Tape Save, Load, Edit, Run, Beam and Clear -Thousand Grouping -Regional number format support -Print from Device tApCalc Desk -Standard keys -TAX+, TAX- keys -Mark Up/Mark Down -Sub-Total, Total and Grand Total -Sqrt, 1/x -Memory Keys -Tape Save, Load, Edit, Run, Beam and Clear -Thousand Grouping -Regional number format support -Print from Device For more information on these products visit : http://www.softtrends.com or Send email to : info@softtrends.com

financial finance accounting scientific calculator tape calculator print calculator financial accounting scientific tape

Clean Up Your Hard Drive

Here's a textbook/e-book package for the diehard Windows 98 users who are tormented by computer errors/ poor performance and want a faster, more manageable computer. Clean Up Your Hard Drive will walk you through Windows 98 system maintenance, start to finish, with advice and tips to get the bugs out and increase the responsiveness of the operating system. 70 pages completely explain tips and methods to optimize Win98 computer performance using more than 125 Windows and DOS screen shots for clarity. Includes explanations on file management and partitioning, provides the easiest method of backing up and restoring hard disk data using visual examples, and includes step-by-step procedures enabling you to install a new operating system, configure it and maintain performance. Clean Up Your Hard Drive offers adaptable models you can use to improve your computer's file system and hard disk configuration.

computer performance computer configuration partitions system configuration disk errors file system backup install windows system maintenance clean install cluster

Clean Up Your Hard Drive

Here's a textbook/e-book package for the diehard Windows 98 users who are tormented by computer errors/ poor performance and want a faster, more manageable computer. Clean Up Your Hard Drive will walk you through Windows 98 system maintenance, start to finish, with advice and tips to get the bugs out and increase the responsiveness of the operating system. 70 pages completely explain tips and methods to optimize Win98 computer performance using more than 125 Windows and DOS screen shots for clarity. Includes explanations on file management and partitioning, provides the easiest method of backing up and restoring hard disk data using visual examples, and includes step-by-step procedures enabling you to install a new operating system, configure it and maintain performance. Clean Up Your Hard Drive offers adaptable models you can use to improve your computer's file system and hard disk configuration.

computer performance computer configuration partitions system configuration disk errors file system backup install windows system maintenance clean install cluster

Virtual Desk

Virtual Desktop is a desktop manager to create many virtual desktops and switch among them. With Virtual Desktop, your computer has many virtual desktops, and each desktop has same screen size as the real screen, so it seems that your computer screen size is enlarged many times by the tool. You can organize your windows and put related windows into one desktop. For example, you can surf internet in desktop one, use desktop two to focus on writing some documents and play games in the desktop three. Each desktop will be focused on one subject, so your screen looks clear and well organized, and you don't need to look for a window among lots of windows. To switch among desktops quickly and easily, Virtual Desktop provide you three methods to switch among desktops: moving mouse on the icon located on the system tray and select a desktop when the switching window is popped up; clicking shortcut on quick launch areas; using definable hotkeys to switch. You can use one of the three methods which you like. Usually your computer time isn't accurate. By looking up the atom time server located on the internet periodically, Virtual Desktop can keep your computer time accurate anytime. Additionally, Virtual Desktop are highly configurable. You can config skin, custom each desktop's behavior, and so on.

virtual desktop virtual desktop manager desktop manager virtual desktops multiple desktop

FinancialPak 4.0 - Personal Finance Calculators

Personal Finance Calculators which provide quick answers to your financial questions in the privacy of your own home or office. Future Value of an Investment provides an amount specifying the future value based on periodic, fixed payments and a fixed interest rate. Payments determine the total payment, total interest payment, and a breakdown of payments for a given period of an annuity based on periodic, fixed payments and a fixed interest rate. Three methods of Depreciation are offered, the double-declining balance method, the straight-line method, and the sum-of-years digits method. Interest Rate determines the interest rate per period for an annuity. Internal Rate of Return determines the interest rate received for an investment consisting of payments and receipts that occur at regular intervals, or financed at different rates. FinancialPak features complete resolution independence so you can work in 640x480, 800x600, 1024x768 or any resolution you desire. FinancialPaks color independence reflects the appearance of your desktop.

radley house financialpak-com shareware development accountants financial finances utilities financial calculators calculators depreciation

3D Stacked Horizontal Bar Graph Software

Web Enabled solution for creating Stacked Horizontal Charts & Graphs. Versatile components for web authors and developers to easily build and publish dynamic and interactive bar graphs. Database Access Methods (Direct Data Binding and Multi-Tier) Template Scripts and Implementations (ASP, JSP, PHP and Servlet Code) Documentation, Demo Implementations and Tutorial Guides. Dynamic Interaction JavaScript Execution Enhanced Bar Shading Pop-Up Values URL Linking Auto Scaling Multi-Language Support With a free trial and Money Back guarantee, try it out today.

bar graph chart graphs charts bar graph bar chart bar graphs bar charts web enabled

3D Stacked Vertical Bar Graph Software

This 3D Stacked Vertical Bar Graph provides both a client and server side solution for the incorporation of bar graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and interactive bar graphs. We have built in many configurable features and functions to both the applet and servlet and as such, the documentation and examples are designed to give both a full understanding of every feature and enable you to implement both the applet and servlet quickly and easily. The series of examples give an overview of the variety of implementations possible. New in this Release Database Access Methods Dynamic Interaction JavaScript Execution Enhanced Bar Shading Pop-Up Values URL Linking Auto Scaling Template Scripts and Implementations Multi-Language Support

bar graph bar graph bar chart chart graphing charting graphs charts graphs and charts 3d

3D Vertical Bar Graph Software

This 3D Vertical Bar Graph provides both a client and server side solution for the incorporation of bar graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and interactive bar graphs. We have built in many configurable features and functions to both the applet and servlet and as such, the documentation and examples are designed to give both a full understanding of every feature and enable you to implement both the applet and servlet quickly and easily. The series of examples give an overview of the variety of implementations possible. New in this Release Database Access Methods Dynamic Interaction JavaScript Execution Enhanced Bar Shading Pop-Up Values URL Linking Auto Scaling Dual Scales Template Scripts and Implementations Multi-Language Support

bar graph bar graph bar chart chart 3d bar graph provides both client

COMM-DRV++

Easy to use professional serial communication C++ class library for Windows. COMM-DRV++ allows you to accomplish your serial communication task literally in minutes after installation. We have encapsulated general communication functions into easy to understand methods that are applicable to real world applications. The following example is a complete working Windows application that calls another computer and transfers a file to it. Could it be any simpler? #include "CCdrvPPPort.h" main() { CCdrvPPPort Port; if (!Port.OpenPort(1)) if (!ModemDial("2815551212") if (!Port.SendFileZmodem(FileXferDialogFlagOn ,"Myfile.txt") cout << "File transferred successfully"; Port.ClosePort(); } Major Features: *COMM-DRV++ is compatible with Windows XP, Windows ME, Windows 2000, Windows 98, and Windows 95. *COMM-DRV++ supports the Microsoft Visual C++ and Borland C++ compilers. *COMM-DRV++ supports all serial ports that have a Windows driver. These include all intelligent and non-intelligent multiport cards, USB serial port hubs and modems, PCMCIA serial ports, or any permutation thereof (e.g., Digi International, Advantech, Connect Tech, Lava, etc.). *COMM-DRV++ supports the Zmodem (w/Crash recovery), Xmodem (CRC & Checksum), and Ymodem (Batch, 1K, G). *COMM-DRV++ supports communications on any number of serial ports concurrently. *COMM-DRV++ supports hardware handshaking (RTS/CTS, DTR/DSR), and software handshalking *COMM-DRV++ supports adjustable communication buffers of any size. *COMM-DRV++ supports multiple string/token searches of any size. *COMM-DRV++ supports all Hayes compatible modems. *COMM-DRV++ has manual completely online and easily accessable. (Hardcopy available as well).

serial communication class library libraries rs232 windows xp 2000 me 98

Absurd Terminator

Absurd Terminator helps you to make some "absurdly" long and routine Windows functions quicker and more convenient. New in version 2.9: - now program work correctly in Windows'95 too; - protection scheme improved; - minor bugs fixed. Main functions:- Shutdown/Restart/Log off Windows with help of hot keys or by one click on system tray icon; - Shutdown/Restart/Log off Windows from command line, using terminator.exe /shutdown /restart /logoff (for .bat-files or shedullers and planers); - Terminate any running program, task or process quicker and comfortable than in standard function of Windows, without confirmation; - Clear Documents History (menu "Start" -> "Documents") much faster from system tray or with key /EmptyDocs. Some additional functions: - Run default screensaver by hot keys or by /screensaver command line string; - Map/disconnect network disk (only Win'95/98/ME); - Eject/Close you CD-ROM with hot keys / How you can shutdown/restart/log off Windows. 1) Hot keys: - log off Windows; - restart Windows; - shutdown Windows 2) Right-click icon in system tray 3) Button or menu in Terminator's window. 4) Use command line parameters: /shutdown /restart /logoff. How to terminate program.In main Terminator's window you can use other keys and do following other actions: - - refresh list of tasks - or - hide Terminator's window (minimise it to system tray) - in menu "File" you can check menu item "Autostart" and Terminator will start every time when your Windows starts up (recommended) - also in this menu you may select or unselect "show in tray" option Absurd Terminator is a SHAREWARE program, so you can try it before buy. You have 30 day-trial version. If you want to use this program longer, you may purchase it for only $17 on our online-order page - www.nesoft.org/order.shtml or by using methods from order.txt file.

shutdown windows process terminate command line ctrl-alt-del add-remove shut down restart

 
Audio Software
Office & Business
Games Software
Graphics Software
Internet Software
Home Software
Developers Tools
System Utilities
 
 
 
 

Page 2 out of 20    1 2 3 4 5 6 7 8 9 10 ...20

 

Copyright © 2004-2010 FilesWeb.com