Na moim blogu znajdziesz informacje na różne tematy, między innymi nowości techniczne, różnego rodzaju porównania i opinie na temat różnych lokali.
OFFICE 2011
Pobierz link
Facebook
X
Pinterest
E-mail
Inne aplikacje
Światło dzienne ujrzał też M$ Office 2011 for MAC. Aktualnie jest w wersji rozwojowej, a dokładnie BETA3.V14.0.0.BUILD.100519.
Poniżej zamieszczam parę zdjęć.
I didn't believe that shared memory is very fast. I wrote version app which using shared memory. On my card it's only 16kb for every block of threads. It's very small but i tried use that for encrypt/decrypt. Version without shared memory worked 76 seconds but with shared memory only 50 seconds. It's increase about 35% performance. I'll trying increase performance more. Edited at 2011-02-24: My last version of nDES CUDA works about 59% using SHARED MEMORY on my 8600m gt. It's very good for me but i'll try increase it more :)
Hi Last time I shown you what is AutoCodeCoverage. Today I would like to show you how it can help you. I'll show you how it can find small mistakes in you code. Let's start. Last time i shown my example solution which was covered in 100% by unit tests with AutoCodeCoverage. There were 3 projects - SimpleClassLibrary, SimpleClassLibrary2 and UnitTestProject1. It looked like: Now it looks like: I added more empty implementations of interface Inter1Lib2 and change logic of Class2. Old Class2 was looking like this: namespace SimpleClassLibrary { public class Class2 { public void HowIWasCreated(Class1 cl) { if (cl == null) { Console.WriteLine("null"); return; } if (cl.HowCreated() == EnumHowCreated.DefaultConstructor) { Console.WriteLine("Default"); } if (cl.HowCreated() == EnumHowCreated.ParameterConstructor) { Console.WriteLine("Paramet...
Komentarze
Prześlij komentarz