¡@

Home 

c# Programming Glossary: c5

Looking for a simple standalone persistent dictionary implementation in C#

http://stackoverflow.com/questions/100235/looking-for-a-simple-standalone-persistent-dictionary-implementation-in-c-sharp

in C#. Think of it like memcached for desktop apps. The C5 Generic Collection Library C5 provides functionality and data.. for desktop apps. The C5 Generic Collection Library C5 provides functionality and data structures not provided by the..

C# read multiple Excel files [closed]

http://stackoverflow.com/questions/12745783/c-sharp-read-multiple-excel-files

workbook two and the third piece is a number on cell C5 on worksheet three inside workbook three. We would do this string..

Data structure for category

http://stackoverflow.com/questions/1328375/data-structure-for-category

Soccer Football etc. I think about using tree from the C5 collection library for example but it looks like it has only..

WebBrowser print settings

http://stackoverflow.com/questions/19098571/webbrowser-print-settings

path I need to change paper size format to C5 and orientation to Landscape before printing. How can i do this..

C# Binary Trees and Dictionaries

http://stackoverflow.com/questions/2151747/c-sharp-binary-trees-and-dictionaries

In my application I did a little experiment which used the C5 library TreeDictionary which I believe is a red black binary.. a bounded memory usage of about O 2 1.44n n Odds are the C5 TreeDictionary is implemented using arrays which is probably..

Very large collection in .Net causes out-of-memory exception

http://stackoverflow.com/questions/3657181/very-large-collection-in-net-causes-out-of-memory-exception

i 1 to 1000000000 do d.Add i i I did a same test to the C5 collection library. The result is that the dictionary in C5.. collection library. The result is that the dictionary in C5 could use up the whole memory. The code uses C5 let d C5.HashDictionary.. in C5 could use up the whole memory. The code uses C5 let d C5.HashDictionary int int for i 1 to 1000000000 do d.Add..

Tree data structure in C#

http://stackoverflow.com/questions/66893/tree-data-structure-in-c-sharp

tree which can be unbalanced. Think of a directory tree. C5 looks nifty but their tree structures seem to be implemented..