Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.568 Times

Thread Measurement freeware
Filter: All | Freeware | Demo
 

Thread Measurement

1 2 3 4 5 > 
Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 603

QMSys Threads and Gauges QMSys Threads and Gauges is a powerful thread engineering program especially designed for engineers, metrologists, quality control managers, and machinist. The application will help the working process by saving your time and preventing human errors in the determination of thread parameters.... Platforms: Windows

License: Freeware Download (456): QMSys Threads and Gauges Download

Added: August 06, 2010 | Visits: 2.732

Inter-Thread Communication Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads. The lexer does all the work, so just run the lexer on your headers, then call the stub functions. In addition, it also provides a complete threading API, with the four threading primitives... Platforms: *nix

License: Freeware Size: 419.84 KB Download (110): Inter-Thread Communication Download

Added: February 04, 2010 | Visits: 830

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: January 14, 2010 | Visits: 1.155

Units of measurement for Ada Units of measurement for Ada library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and... Platforms: *nix

License: Freeware Size: 788.48 KB Download (107): Units of measurement for Ada Download

Added: November 23, 2010 | Visits: 1.361

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub... Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: February 05, 2010 | Visits: 880

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: August 19, 2010 | Visits: 852

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter... Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: June 25, 2010 | Visits: 887

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: September 04, 2010 | Visits: 1.022

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Added: July 15, 2013 | Visits: 500

QM Position Measurement The QM Position Measurement program displays the time evolution of the position-space wave function and can be used to simulate the quantum-mechanical measurement of position. The default wave function is an equal-mix four-state superposition in the infinite square well. QM Position Measurement... Platforms: Mac

License: Freeware Size: 61.44 KB Download (34): QM Position Measurement Download

Added: August 27, 2013 | Visits: 532

QM Momentum Measurement The QM Momentum Measurement program displays the time evolution of the position-space wave function and can be used to simulate the quantum-mechanical measurement of momentum. The default wave function is an equal-mix four-state superposition in the infinite square well. QM Momentum Measurement... Platforms: Mac

License: Freeware Size: 71.68 KB Download (36): QM Momentum Measurement Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 771

Money on Thread The application for personal budgeting, with a brilliant new idea to put money on thread (literally) has been released -- it's simple, maybe too simple -- if you are professional go with Microsoft Money or Quicken ... this one is for the rest of the world, like us (financial newborns). In a... Platforms: Java

License: Freeware Size: 5.54 MB Download (539): Money on Thread Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 421

Thread-GDB Extend the multi-thread capabilities of the gdb debugger. This targets POSIX threads implementations, although attempts to remain neutral with respect to the threads implementation. Creating a robust environment for thread debugging is the goal. Platforms: Mac, BSD, Linux

License: Freeware Size: 5.92 KB Download (49): Thread-GDB Download

Added: August 30, 2013 | Visits: 484

Archivox Room Impulse Response Measurement This user interface for Matlabd-OC?D? allows for simple impulse response measurements with multiple channels of input and output through any sound interface with ASIO drivers on PC or Core Audio on Mac. The polar scan feature can also be used to measure loudspeaker directivity or diffusion... Platforms: Matlab

License: Freeware Size: 194.56 KB Download (47): Archivox Room Impulse Response Measurement Download

Added: September 21, 2013 | Visits: 450

QM Measurement The QM Measurement program displays the time evolution of the position-space wave function and can be used to simulate the quantum-mechanical measurements of energy, position, and/or momentum. It is distributed as a ready-to-run (compiled) Java archive. Double clicking the qm_measurement.jar file... Platforms: Mac

License: Freeware Size: 716.8 KB Download (40): QM Measurement Download

Added: November 02, 2013 | Visits: 249

Thread::RWLock RWLocks provide a mechanism to regulate access to resources. Multiple concurrent reader may hold the rwlock at the same time, while a writer holds the lock exclusively. New reader threads are blocked if any writer are currently waiting to obtain the lock. The read lock gets through after all... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Thread::RWLock Download

Added: October 27, 2006 | Visits: 3.284

ESB Unit Conversion Utility User friendly Win32 FREE Utility to easily convert between units of measurement. Includes Units for Temperature, Distance, Mass, Area, Volume, Pressure, Velocity, Acceleration, Force, Energy, Power, Fuel Consumption, Flow, Torque, Angles, Time and Radioactivity.Looks best in 16-bit or better... Platforms: Windows

License: Freeware Size: 652 KB Download (269): ESB Unit Conversion Utility Download

Released: May 06, 2002  |  Added: May 17, 2006 | Visits: 3.843

Ticker Ticker is a time measurement tool. The program provides parallel measurement of up to twelve activities. Platforms: Windows

License: Freeware Size: 866 KB Download (180): Ticker Download

Added: July 07, 2006 | Visits: 3.309

Data Master 2000 Free software developed for automation of professional measurement systems, data acquisition, processing and analysis. Especially suitable for scientists who would like to make high-performance, precise measurements in the experimental physics. Optimized for real-time operation,... Platforms: Windows

License: Freeware Size: 2.32 MB Download (293): Data Master 2000 Download

Added: February 14, 2006 | Visits: 2.899

Version Manager VersionManager is an application software measurement system. It gives a quantitative measure of the Total Users, Active Users, Usage Time, Live bug reports and many more parameters that asses the value offered by a software. See www.makelogic.com ‘Version Manager’ can provide you with... Platforms: Windows, *nix, Windows CE

License: Freeware Size: 3.45 MB Download (126): Version Manager Download

1 2 3 4 5 >