Software Listing: Assume

Assume you have a chocolate bar consisting, as usual, of a number of squares arranged in a rectangular pattern. Your task is to split the bar into small squares (always breaking along the lines between the squares) with a minimum number of breaks. How many will it take?.

  • Platform: Matlab, Scripts

Run PFPortCheck. Type in the port that you want to check, choose UDP or TCP, and click the Check Me button

Why Our Open Port Check Tool Is Better

Most online port checks assume that you already have an application (such as your game or torrent) listening for the port test on your computer, and then assume that the test was OK simply because they were able to connect to your computer.

Also, web only port checkers are not able to test UDP since UDP is a connectionless protocol and there is no way to know if the packet actually made it to your computer without some sort of program on your computer waiting for that packet.

  • Platform: Windows 7, WinOther, WinVista

Assume the role of a brilliant, medieval military leader and lead your troops in conquering the world! Capture enemy fortresses and surrounding land. Spend hours staking your claim in a ruthless adventure through the Middle Ages..

  • Platform: WinOther

This book will show you how to make MONEY. That's the only reason it was written. I assume you would like to get rich. If you roll up your sleeves and genuinely follow its clear directions, you will become a rich, semi-retired man or woman in 10 to 12 years. Sometimes the hardest thing to convince people of is the truth. In writing this book I have been acutely conscious, in advance, of the fellow who will inevitably pick up the book, glance at it, and sagely remark, "If he knows how to make a million, why doesn't he do it? Why does he need to write a book?" Then he will smile as if he was just too smart to be fooled, and had punctured the balloon with one thrust of his incisive perception.

  • Platform: Win2000, Windows CE, Windows Server, WinOther

Nutritional Product: Do you need to improve your health? It is something we all want to do, but with all that we see on TV and read in everything from newspapers to magazines. Sometimes, making those choices are hard when we are unaware of what the nutritional content is of the foods we eat. Perhaps what we may see as healthy isn't, or what we assume can't be good for us isn't as bad as we once thought. To make your nutritional choices easier, we developed Healthy Image Nutritional Software. This award winning software was the first application of its kind to make nutrition counseling as easy as possible.

  • Platform: Win2000, Windows Server, WinOther

A short article on using blob fields with perl that does not assume that you are an old hand at perl. The code uses a real world example from the open source megaupload project..

  • Platform: CGI and Perl, Scripts

This is a step-by-step guide to installing PHP3 for Apache on Windows 9x. These instructions assume that you installed Apache for Windows 9x as outlined here. They should work with any standard Apache installation..

  • Platform: PHP, Scripts

This article explains how to install PHP 3.x.x for IIS 4.x on Windows NT. These instructions assume that you have a standard IIS 4 installation on Windows NT..

  • Platform: PHP, Scripts

The Campaign Simulator is an attempt to statistically model and predict the outcome of an American presidential election; several users assume the roles of competitive candidates and inflict the repercussions of certain decisions on a GSS based dataset..

  • Platform: Linux, Mac OS X, Unix, WinOther

If a user enters his password in a Web-based form with Caps Lock accidentally on, he can become frustrated because his password is not being accepted... and he may assume the application is the source of the problem. This javascript script will let the user know his Caps Lock is on and about the potentiap;nbsp;wior..

  • Publisher: jgw
  • Date: 06-03-2013
  • Size: 102 KB
  • Platform: JavaScript, Scripts

Weighted Median Filter: It is same as median filter, only difference is the mask is not empty. It will having some weight (or values) and averaged. The steps to perform weighted median filtering are as follows: 1) Assume a 3x3 weighted mask. 2) Place the mask at the left hand corner. 3) After convolution (multiplication), Arrange the 9 pixels in ascending or descending order. 4) Chose the median from these nine values. 5) Place this median at the centre. 6) Move the mask through out the image.

  • Platform: Matlab, Scripts

the stationary signal f(t)=cos(2*pi*5*t)+ cos(2*pi*10*t)+ cos(2*pi*20*t)+ cos(2*pi*50*t) having frequencies of 5,10, 20and 50 Hz at any given time instant. MATLAB program can be implemented to plot the stationary signal mentioned above: Clear all; Clf; n=1:200; y=cos(2*pi*5*n/200)+cos(2*pi*10*n/200)+cos(2*pi*20*n/200)+cos(2*pi*50*n/200); plot(y); /*sampling frequency (fs)=200hz x[t]=x[n*Ts] Sampling period(Ts)=(1/fs)*/ /*The same signal if is non-stationary in nature,i.e its frequency changes with time, from 5,10,20 to 50 hz.one frequency exists at a time.The non-stationary signal can be produced using the following MATLAB program:*/ N1=50; m=1; z=N1; f=5; for i=1:4 n=m:z; x1(m:z)=cos(2*pi*(f/200)*n); m=z+1; z=m+N1-1; if(i~=3) f=f*2; else f=50; end end The similarity between is that both of them show four spectral components at...

  • Platform: Matlab, Scripts

This presentation introduces comparing between the hand coding and auto code generation with Simulink HDL.It uses simple communications models to mention merit/demerit. Additionally,The frame synchronization explained by the book was designed with Stateflow.The figure which is in the book and Statefow model are very similar.You can assume the book to be specifications.You can confirm the link function between specifications and the Simulink model and the coverages of the verification. Moreover, there are examples of modeling to generate the code which conforms to STARC. These are models by which the person who wants to use Simulink HDL Coder can confirm the main function hereafter.

  • Publisher: Akemi
  • Date: 25-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

this function use the maximum log likelihood algorithm For Detection of onset of change It assume an inhomogeneous Poisson process that has a constant intensity ?0 until the change point, and a constant intensity ?1 thereafter. (step function where ?0 and ?1 are unknown) A is a random variable distributed or a distribution function start and end are the range in which you look for the point change the output give the index of the vector that marks the start and end of Based on Yaacov et.al. 2002 Example function[rng]=flogliklihood(A,start,end);.

  • Platform: Matlab, Scripts

Median Filter: Which is also called Non- linear filter or order-static filter because there response is based on the ordering or ranking of the pixels contained within the mask? The steps to perform median filtering are as follows: 1) Assume a 3x3 empty mask. 2) Place the empty mask at the left hand corner. 3) Arrange the 9 pixels in ascending or descending order. 4) Chose the median from these nine values. 5) Place this median at the centre. 6) Move the mask through out the image. Thus, in median filtering, the grey level of the centre pixel is replaced by the median value of the neighborhood.

  • Platform: Matlab, Scripts

Wanting to acquire analog data from a National Instruments USB multifunction device using my Mac, I wrote this set of functions to allow "on demand" acquisition from multiple analog input channels. The routines provide analog input only, and assume that you are using only one device on your computer. Although tested only with the NI USB-6009, presumably it will work with other NI hardware too..

  • Platform: Matlab, Scripts

Get correct case of file or folder by repeated calls of DIR FileName = FileRealCase(FileName) INPUT: FileName: String, absolute path of an existing file or folder. UNC paths are accepted. OUTPUT: FileName: String, absolute path with upper/lower case as set in the file system. Matlab remembers the path as accessed in under Windows: pathname = upper(fileparts(which('plot.m'))); % >> C:PROGRAMMEMATLAB651TOOLBOXMATLABGRAPH2D cd(pathname) which('plot.m') % >> C:PROGRAMMEMATLAB651TOOLBOXMATLABGRAPH2Dplot.m FileRealCase(which('plot.m')) % >> C:ProgrammeMatlab651toolboxmatlabgraph2dplot.m I assume, this function is useful under Windows only, but it considers the Unix naming scheme also.

  • Publisher: Jan Simon
  • Date: 15-01-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

MOMS (maximal-order-minimal-support) functions give the least number of supports for a given approximation order L. The stringent requirement of number of supports is critical to real-time signal processing, which is why sinc (the kernel that gives ideal reconstruction) is not used in practice. B-spline based interpolating kernels are usually used in spline interpolation. MOMS functions are constructed by b-spline functions. Here we provide an implementation of O-MOMS (optimal MOMS), which outperforms b-spline kernels of the same degree. This implementation uses DTFT to compute the coefficients in the prefiltering step [Thevenaz 2000].

  • Publisher: Meng Wang
  • Date: 15-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Assume we have axes inside a figure with some plots already there. We want to add some plots and then restore the state of hold (if it was 'on' before, we want it to stay 'on' after; if it was 'off' before, we want to set it back to 'off'). It can be done by the following commands: >> % Commands plotting something and setting 'hold on' or 'hold off' >> % Now, we want to add some plots >> washold = ishold; % Get the 'state of hold' for the current axes >> hold on; % Set the 'hold' property to 'on' >> plot(something); >> plot(something different); >> if ~washold, hold off; end % Reset the state of hold if needed With SAVEHOLD, the above code can be simplified a bit to: >> % Commands plotting something and setting 'hold on' or 'hold off' >> % Now, we want to add some plots >> h = savehold(); >> plot(something); >> plot(something...

  • Platform: Matlab, Scripts

This plugin allows you to wrap certain parts of your post content in a shortcode and enter a date or time when that content should either appear, or disappear. For example, if you have a competition that ends on 12/31/2012, you can use: <!--QuoteBegin--><!--QuoteEBegin-->[expires off="2013-01-01"]Please enter our competition[/expires] [showafter on="2013-01-01"]Sorry, this competition has closed[/showafter]<!--spoiler_text_end--><!--/dp_spoiler--> This is because on the 31st, you still want to be advertising the competition and you don't want to say its closed until the 1st of January.

  • Platform: PHP, Scripts

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Kaspersky Internet Security

With increasing use of Internet, there is increase in rate of transfer of malware and therefore more threat to your Computer. Security is an essential part of anything, be it your life or be it your PC. If your Personal Computer isn’t secure, ...


Bank Robber

Bank robber (the bank robber) is essentially a trial game or a demo for the full version of the bank robber, which costs $4.99, and is a third person stealth and strategy game. In the bank robber you play as a criminal having recently being released ...


Easy Tweaker

Easy Tweaker is one of the many thousands of applications out there aiming to assist frustrated Windows users with their slow, sluggish and bogged up systems. Easy Tweaker is more than just one application however. It contains a number of different ...


FILExtinguisher

FILExtinguisher is a simplistic looking data removal tool, that will assist you in totally and completely removing sensitive data from your computer hard drive. This means that you can securely remove your online surfing history, banking details, ...


uTorrent

There are numerous ways to download files from internet and everyone has his or her choice in deciding a method depending upon file size, file type, availability and credibility of source.Sharing small files are pretty easy as compared to files with ...


Speedtest4free

For a long time now, Internet Service Providers have been battling it out, attempting to bring their customers the latest and greatest internet speeds available, to beat their competitors and steal their customers. Its always a good idea to know ...


Flower Power

Flower power is a freeware puzzle game which is very similar in gameplay style and nature to the classic arcade game bejeweled, taking all the basic concept, idea and gameplay from bejeweled, and adding its own twist in the form of the art style of ...


Hide Files & Folders

Hide Files and Folders is a program that will let you password protect files and folders on your Windows system, preventing unauthorized access to them.

Hide Files and Folders gives you five different ways to protect data on your ...


Sentry

When you are away from your computer, to most users its important to make sure no one uses or accesses your computer and changes how you left it. Its even more important to make sure no one views your private files, emails, instant messenger ...



New Downloads

8K Player for Mac

8K Player for Mac (Blu-ray
Power) lets you enjoy any
Blu-ray/DVD movie in
disc/ISO/folder on iMac, Mac
mini, Macbook ...

Nero Standard

Nero Standard 2018 is the
masterpiece for your digital
life. Its now even easier to
manage, edit, burn, convert,
and ...

UFS Explorer Standard
Recovery (MacOS)

UFS Explorer Standard Recovery
is a universal data recovery
solution. Powerful software
mechanisms work with diverse
file ...

CSV2QBJ

Easy to use secure solution to
review/convert your
transactions and import into
your accounting software.
Convert CSV to ...

SyncBreeze Server

SyncBreeze is a powerful,
easy-to-use and fast file
synchronization server
allowing one to synchronize
directories, disks ...

Able Video Snapshot

How to take a snapshot of your
video? The program lets you
take snapshots directly from
your movie. This means you can
go ...

Kaspersky Internet Security

Hackers & attackers are
always on the prowl. So, when
you connect – we protect…
helping you to defend your ...

Acme CADSee

The fastest and easiest-to-use
DWG DXF DWF and image file
viewer available for
WindowsXP/Win7/Win8/Win10 !
AcmeCADSee is ...

CoffeeCup Free HTML Editor

The HTML Editor now supports
HTML5 and CSS3. With this and
other great tools like code
completion, a comprehensive
tag ...