roman-numerals
Convert numbers to roman numerals? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How do you find a roman numeral equivalent of an integer[详细]
2023-04-05 17:56 分类:问答Matching Roman Numbers
I have regular expression (IX|IV|V?I{0,3}|M{1,4}|CM|CD|D?C{1,3}|XC|XL|L?X{1,3}) I use it to detect if there is any roman number in text.[详细]
2023-03-29 12:20 分类:问答Converting integers to roman numerals
I\'m trying to write a function that converts numbers to roman numerals. This is my code so far; however, it only works with numbers that are less than 400. Is there a quick and easy way to do this co[详细]
2023-03-28 04:53 分类:问答Use sed to convert roman numerals to arabic numerals
I have text file format like this SKI SKII SKIII SKIV SKV SKVI SKVII I want to convert it with sed command into numerical. Can you help me out?[详细]
2023-03-28 02:23 分类:问答.NET naming standard for class names with Roman numerals
I am working on a new project that involves government funding. As such we will have objects (classes, properties, methods) that reference government legislation which have names like Title II, Title[详细]
2023-03-20 18:45 分类:问答Representing Year as Roman Number [duplicate]
This question already has answers here: Closed 11 years ago. 开发者_开发技巧 Possible Duplicate: How to convert integer value to Roman numeral string?[详细]
2023-03-16 06:16 分类:问答How to sort an array of Roman numerals?
I have an array containing Roman numerals (as strings of course). Like this: $a = array(\'XIX\', \'LII\', \'V\', \'MCCXCIV\', \'III\', \'XIII\');[详细]
2023-03-15 18:33 分类:问答Replace matched characters from regex in a string
I\'m trying to figure out how to replace some text in this string: \'some text blah blah XII\' I need to replace the Roman Numerals with an empty string, resulting in:[详细]
2023-03-13 06:56 分类:问答How to convert a Roman numeral to integer in PHP?
Using PHP, I\'d like to convert a string containing a Roman number into its integer representation. I need this because I need to make calculations on them.[详细]
2023-03-11 04:43 分类:问答How do I approach my homework assignment to convert arabic numerals to roman numerals?
I need to convert Arabic to Roman. I have a method number(int place), that gets each dig开发者_如何学Cit from a certain number.[详细]
2023-03-05 05:01 分类:问答