Software Listing: Nan Chuan

The most beautiful video screensaver.The real Chinese kungfu screensaver.Performed by professional Chinese Kung Fu masters.You can enjoy and learn real Chinese kungfu.It is also grouped into short weapon. Sword actions consist of chopping, piercing, snapping and pointing. Coordinated with all sorts of stances of steps, legs, body and balance, jumping, sword is characterized with soft wrist and continuing graceful body movement.. Kung Fu and Martial Arts. provides Traditional Chinese Kung Fu, Shaolin and Tai Chi video, book, dvd, uniform and shoes,etc..

  • Publisher: ckungfu.com
  • Date: 12-6-2009
  • Size: 19456 KB
  • Platform: Win2000, WinOther

Sword Of screensaver - The most beautiful video screensaver.Performed by professional Chinese Kung Fu The most beautiful video screensaver. Sword Of screensaver is the real Chinese kungfu screensaver that displays sword kung fu performed by professional Chinese Kung Fu masters.You can enjoy and learn real Chinese kungfu.It is also grouped into short weapon. Sword actions consist of chopping, piercing, snapping and pointing. Coordinated with all sorts of stances of steps, legs, body and balance, jumping, sword is characterized with soft wrist and continuing graceful body movement.. Kung Fu and Martial Arts.

  • Publisher: ckungfu.com
  • Date: 26-9-2009
  • Size: 19456 KB
  • Platform: WinOther

calculates Cpk value and confidence intervall with matrices containing NaN's along different dimensions and with individual p-value. contains code from Jan GldoTAscher's "NaN Suite)" #6837.

  • Publisher: Mauro
  • Date: 21-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

it's useful to see how the mean and the standard deviation change when you use more samples to calculate it. The Array can contain NaN's but it's slower than cumstat (File ID: #26899) because it contain a for-loop.

  • Publisher: Mauro
  • Date: 03-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

The collection of functions in the NaN Suite enhances the functionality of the original 'nan'-functions in the Statistics Toolbox for N-D matrices. In addition, the new function nansem.m calculates the standard error of the mean ignoring NaNs. The NaN Suite functions are used similar to the original functions (e.g. mean, std, var), that is they take a matrix as the first input, and the dimension along which the operation should be computed as the second input. For example, nanmean(A,4) calculates the mean of A along the 4th dimension of A ignoring NaNs..

  • Platform: Matlab, Scripts

Nan.System.Framework v.1.0 (Alpha)

Framework-level utilities on .NET Framework 4.0 (C#)

NOTE: Depends on Nan.System.Platform: http://sourceforge.net/projects/nan-sys-plat/
(NUnit) tests to check compliance of the numerical built-ins and the System.BigInteger type
Nan.System.Framework License - GNU General Public License version 3.0 (GPLv3).

  • Platform: WinOther

This is English Min Nan Chinese Dictionary and Min Nan Chinese English Dictionary. The Dictionary is OFFLINE and does not need the internet connection.

English Min Nan Chinese Dictionary database will be downloaded when the application is run first time. We recommend you to use Wi-Fi connection.

Main features of English Min Nan Chinese Dictionary:
1. History – every word you ever viewed is stored in history.
2. Favorites – you are able to add words to favorites list by clicking the “star” icon.
3. Managing History and Favorites lists – you are able edit those lists or clear them.

  • Publisher: vdru
  • Date: 29-09-2014
  • Size: 8089 KB
  • Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x

This is English Min Nan Chinese Dictionary and Min Nan Chinese English Dictionary. The Dictionary is OFFLINE and does not need the internet connection.

English Min Nan Chinese Dictionary database will be downloaded when the application is run first time. We recommend you to use Wi-Fi connection.

Main features of English Min Nan Chinese Dictionary:
1. History – every word you ever viewed is stored in history.
2. Favorites – you are able to add words to favorites list by clicking the “star” icon.
3. Managing History and Favorites lists – you are able edit those lists or clear them.

  • Publisher: vdru
  • Date: 17-11-2014
  • Size: 8089 KB
  • Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x

Hi Friends,

Bai Chuan Clinic made a mobile apps specially just for you !
Follow our monthly seminars or promotions through our mobile apps.

Updates of Doctors 'schedules and clinic's operating hours and so on.

Also enjoy a loyalty card program through our apps!

Stay tune for more updates on our apps too!
More love to wait for !:)

.

  • Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
  • Nonnan.m
  • License: Freeware
  • Price: 0.00
  • Rating

Ex: If x=[1 2 3 NaN 5] Statement: nonnan(x) Result: [1 2 3 5].

  • Platform: Matlab, Scripts

This code was written to deal with "Zernike polynomials" code graciously donated by Paul Fricker via file exchange. Here you will find a practical example of a function decomposition by Zernike basis. The function is F below, feel free to modify Unlike Paul's example found in 'zernfun2.m' here the domain is the true unit circle, without NaN's filling it up to the unit square. You will have to download Paul's functions to run this code..

  • Platform: Matlab, Scripts

This script will step through the process of reading data from a NetCDF file. Missing Data, as flagged in the NetCDF file, will be replaced with a NaN value (Not a Number). Data is read from the file, and saved to the caller's workspace. If the NetCDF provides data attributes "scale_factor" and "add_offset" the script will first scale and then offset the data. For data that is 2 dimensional or higher, this script will rotate it on import so it becomes row-major (the MATLAB default) as apposed to column-major (the NetCDF default). For 2D data this is taking the tranpose, for 3D or higher data, it is the equivalent of taking the transpose of each data plane along the third dimension.

  • Platform: Matlab, Scripts

Function WINSOR inputs data vector x and 2*1 vector of cut-off percentiles p, and replaces non-NaN values of x that are below percentile p(1) with the smallest remaining value, and x-values above percentile p(2) with the largest remaining value. Percentiles are computed with PRCTILE of Statistics Toolbox..

  • Platform: Matlab, Scripts

Computes the min and max values within the input array, convert to 256 values, and apply a colormap to produce a color image (RGB). It is possible to specifies the range of values to consider, as well as the background color (used for NaN values). Example: % Display a default matrix subplot(1, 2, 1); imshow(peaks(128), []); title('as double') % display the coresponding RGB image subplot(1, 2, 2); imshow(double2rgb(peaks(128), jet, [-8 8])); title('as RGB');.

  • Platform: Matlab, Scripts

FASTGETGRID extracts values and formuals form all worksheets in a Microsoft Office Spreadsheet Object (OWC). It also provides the numerical and the string variables seperately USAGE: >> h = actxcontrol('OWC11.Spreadsheet.11',[0 0 550 420]); >> FastFillGrid(h, ... {'Maturity' ,'4/15/09','' ; ... 'coupon' ,8.63 ,'ANN' ; ... 'redemption' ,100 ,'' ; ... 'Yield' ,10.1660 ,'' ; ... '' ,'' ,'' ; ... 'dirty price' ,97.2088 ,'' ; ... 'accrued interest',6.2088 ,'' ; ... 'clean price' ,91.0000 ,'' }); >> A = FastGetGrid(h) A = Sheet1: [1x1 struct] Sheet2: [1x1 struct] Sheet3: [1x1 struct] >> % LOOK AT SHEET 1 >> A.

  • Platform: Matlab, Scripts

function S = cell2char(C) % % Converts the contents of a cell array of strings into a character % array. The contents of the cell C are read element-wise and % converted into a char array of length MAXCOL where MAXCOL is % the length of the longest string inside the array. % Thus the dimensions of the resulting character array S are % [NROW, MAXCOL], with NROW being the number of strings in C. % Strings inside the array that are of shorter length than % MAXCOL, are padded with blank spaces, so that S has an homogeneous % number of columns. In addition, any rows in C that are NaN's % in IEEE arithmetic representation are replaced by the string % 'NaN'.

  • Platform: Matlab, Scripts
  • r2cum
  • License: Shareware
  • Rating

The first value is NaN, the second is 1.0. This is useful for finding the straight part of a function..

  • Platform: Matlab, Scripts

Computes Pearson's product moment correlation for input vectors that contain NaN values..

  • Platform: Matlab, Scripts

usage: output=insertNaN(data,threshold); INPUTS: data - vector/matrix data which will be checked for gaps threshold - threshold value to distinguish where NaN's are placed in the data OUTPUTS: output - input data, with NaN values inserted where differences exceeded the requested threshold Example 1: output=insertNaN([11:13 15:17 19:21 25:27],1); returns: output = [11 12 13 NaN 15 16 17 NaN 19 20 21 NaN 25 26 27] Example 2: output=insertNaN([[1:2 5:7 9:10].',[1:7].',[11:17].'],1); returns: output = 1 1 11 2 2 12 NaN NaN NaN 5 3 13 6 4 14 7 5 15 NaN NaN NaN 9 6 16 10 7 17 Useful to denote "pen up" breakpoints when generating plots or maps where gaps occur in timeseries, position data, etc.

  • Platform: Matlab, Scripts

This function takes in standard nan-separated arrays (such as for a coastline), and draws them onto Google Earth. It can also handle a single lon/lat track that has no NaN values (such as a ship or airplane track). Syntax: KML_LINE(LON, LAT) writes nan-separated lines specified in LON and LAT to an output file, doc.kml KML_LINE(LON, LAT, NAME) writes nan-separated lines specified in LON and LAT to an output file, NAME.kml KML_LINE(LON, LAT, NAME, COLOR) writes lines same as above but with Google Earth color value COLOR (see below, default is 'FFFFFF'). KML_LINE(LON, LAT, NAME, WIDTH) writes lines same as above but with width WIDTH (default is 1).

  • Platform: Matlab, Scripts

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

New Reviews


Alex Gordon Game

Alex Gordon game (or simply Alex Gordon) is a free ware game which appears platformer game, which is supposedly in the same vein as games such as sonic or Mario. What the game actually turns out to be, is an adventure game (with a  few elements ...


Convert Image to PDF

Apex Images to PDF Converter is the simplistic and easy to use application that’ll turn raw image files, such as .jpegs, into PDF documents that will open in Adobe Reader.

It’s really easy to get started with this ...


Brainteaser Cubes

Brain teaser cubes is a freeware first person action puzzle game, which is fully 3d, and has a fairly unique concept, most comparable to the console game portal, minus the portal elements (leaving just the cube based puzzles). The game is fairly ...


Cloud System Booster

Cloud System Booster is a very up to date and modern looking application. To me, it almost looks like it’d fit better into Mac desktop environment rather than a Windows one. Cloud System Booster exists and aims to clean the unnecessary junk ...


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 ...


Internet Explorer

There was once a time when the browser world was dominated by a single piece of software from Microsoft. Yes, we're talking about Microsoft's Internet Explorer. The internet has evolved and so have browsers. As a result, we have numerous ...


Angry Birds

Angry birds is one of the most successful games of all time, despite the fact that it has been free from the very beginning. Angry birds is a experimental physics game, with the objective being to fling all of your birds into the structures occupied ...


MarkdownPad

It is not really difficult to create basic webpages, having said that, if you don’t know about HTML, it can be a tedious task. HTML stands for Hypertext Markup Language which basically is used to create webpages. It is not a difficult language ...


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

Altova XMLSpy Enterprise
XML Editor

Altova XMLSpy is the
industry-leading XML
development environment with
the top XML editor, schema
designer, code ...

Backup4all Professional

Highly configurable backup
program with intuitive
interface. Performs full,
incremental, differential,
mirror, and smart ...

Altova UModel Enterprise
Edition

Altova UModel 2018sp1
Enterprise Edition is the
starting point for successful
software development. Visually
design ...

Output Messenger

Office Messenger with
enterprise multi-network
secure instant messaging (IM),
audio and video calls,
conferencing, file ...

EaseClouds Virtual File
System SDK

Cloud-based completed virtual
file system integrates cloud
files with the local file
system.Best Cloud-Based
Disaster ...

Icecream Ebook Reader

Icecream Ebook Reader features
options for organizing a
digital library and managing
and reading ebooks with
maximal ...

dotConnect for Oracle

dotConnect for Oracle is an
enhanced ORM enabled data
provider for Oracle that
builds on ADO.NET technology
to present a ...

Checklist Templates

Checklists are MS Word, PDF
and VIP Organizer format
templates that will save your
time and money by providing
you with ...

PDF Data Extractor

PDF Data Extractor can extract
certain text information
within the PDF, This is an
ideal product if you had for
example a ...



Related Searches

Boa Nan Arayo
Tai Chi Chuan
Nan Akyildiz