Jerome Briot
Biomechanics Laboratory, Purpan Hospital, Toulouse, France
Followers: 0 Following: 0
Research engineer - PhD in Biomechanics
http://briot-jerome.developpez.com/
http://www.researchgate.net/profile/Jerome_Briot
http://fr.linkedin.com/in/jeromebriot
Professional Interests: Biomechanics, medical imaging, computer hardware and software development
Feeds
已提交
Memory in a multiple of the unit byte
Display memory information in a multiple of the unit byte
6 years 前 | 1 次下载 |
已提交
PONG: a tribute to the game created by Atari Inc.
A tribute to the game created by Atari Inc.
8 years 前 | 2 次下载 |
已提交
Pixelated contours
Pixelated contour of connected components in a 2D indexed image
8 years 前 | 1 次下载 |
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years 前
已提交
enumSerial (Windows)
Enumerate serial ports on Windows systems (Win32 API, WMIC, registry)
8 years 前 | 1 次下载 |
已提交
ostxtfile
Get the native operating system and the newline characters for text files
9 years 前 | 1 次下载 |
已提交
Short path name on Windows (COM server)
Get the short path name of files and folders on Windows
10 years 前 | 1 次下载 |
已提交
Short and long path name on Windows (MEX)
Conversion between short and long form of path name on Windows
10 years 前 | 2 次下载 |
已提交
DOS In Translation
Execute DOS command and return output with good character encoding
10 years 前 | 1 次下载 |
已提交
Get the name of the CPU
Methods to get the name of the CPU on Windows, Linux and Mac
10 years 前 | 1 次下载 |
已提交
Image with non-square pixels
Display image object with non-square pixels (disks, hexagons, octagons, rhombus)
10 years 前 | 4 次下载 |
已提交
wmicGetHardwareInfos
Get computer hardware information on Windows with WMIC
10 years 前 | 2 次下载 |
已解决
Implement a ROT13 cipher
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...
12 years 前
已解决
Clean the List of Names
Given a list of names in a cell array, remove any duplications that result from different capitalizations of the same string. So...
12 years 前
已解决
Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...
12 years 前
已解决
Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...
12 years 前
已解决
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
12 years 前
已解决
Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...
12 years 前
已解决
Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9. no...
12 years 前
已解决
Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...
12 years 前
已解决
Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...
12 years 前