Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 3:19
Rıza Berkay Ayçelebi31-Oct-16 3:19 
GeneralRe: How to implement the huffman using c# for image Pin
Jochen Arndt31-Oct-16 3:46
professionalJochen Arndt31-Oct-16 3:46 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 6:13
Rıza Berkay Ayçelebi31-Oct-16 6:13 
GeneralRe: How to implement the huffman using c# for image Pin
Jochen Arndt31-Oct-16 6:19
professionalJochen Arndt31-Oct-16 6:19 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 7:39
Rıza Berkay Ayçelebi31-Oct-16 7:39 
GeneralRe: How to implement the huffman using c# for image Pin
Eddy Vluggen31-Oct-16 8:15
professionalEddy Vluggen31-Oct-16 8:15 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 9:00
Rıza Berkay Ayçelebi31-Oct-16 9:00 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 8:51
Rıza Berkay Ayçelebi31-Oct-16 8:51 
GeneralRe: How to implement the huffman using c# for image Pin
harold aptroot31-Oct-16 9:27
harold aptroot31-Oct-16 9:27 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 10:21
Rıza Berkay Ayçelebi31-Oct-16 10:21 
GeneralRe: How to implement the huffman using c# for image Pin
harold aptroot31-Oct-16 10:26
harold aptroot31-Oct-16 10:26 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 23:09
Rıza Berkay Ayçelebi31-Oct-16 23:09 
GeneralRe: How to implement the huffman using c# for image Pin
Eddy Vluggen2-Nov-16 4:28
professionalEddy Vluggen2-Nov-16 4:28 
GeneralRe: How to implement the huffman using c# for image Pin
Pete O'Hanlon31-Oct-16 7:07
mvePete O'Hanlon31-Oct-16 7:07 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 7:36
Rıza Berkay Ayçelebi31-Oct-16 7:36 
GeneralRe: How to implement the huffman using c# for image Pin
Pete O'Hanlon31-Oct-16 9:59
mvePete O'Hanlon31-Oct-16 9:59 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 10:19
Rıza Berkay Ayçelebi31-Oct-16 10:19 
QuestionRe: How to implement the huffman using c# for image Pin
Eddy Vluggen31-Oct-16 3:49
professionalEddy Vluggen31-Oct-16 3:49 
AnswerRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 8:59
Rıza Berkay Ayçelebi31-Oct-16 8:59 
GeneralRe: How to implement the huffman using c# for image Pin
OriginalGriff31-Oct-16 9:03
mveOriginalGriff31-Oct-16 9:03 
GeneralRe: How to implement the huffman using c# for image Pin
Eddy Vluggen31-Oct-16 9:35
professionalEddy Vluggen31-Oct-16 9:35 
Question3d calculations Pin
Bernhard Hiller31-Oct-16 0:15
Bernhard Hiller31-Oct-16 0:15 
In my current project, I need to do some calculations in 3d space, like calculating intersection points of lines with planes, determining if a point is inside a triangle / rectangle / (flat) polygone etc.
The Systems.Windows.Media.Media3D namespace offers some functionality for those purposes like cross and dot products of 3d vectors. Sadly, I cannot find good tutorials on the functionality of that namespace - most tutorials deal with drawing which is not relevant for me. And many Google searches point to functionality of the Xna namespace - which seems unavailable on Windows 8 / 10.
Are there other "common" namespaces in the .Net framework for such calculations?
Or do you know good tutorials for calculations with Media3d?
AnswerRe: 3d calculations Pin
Richard Deeming31-Oct-16 3:53
mveRichard Deeming31-Oct-16 3:53 
GeneralRe: 3d calculations Pin
Bernhard Hiller31-Oct-16 5:18
Bernhard Hiller31-Oct-16 5:18 
QuestionCan save directly from the DataTable into the Table of Access 2000 ? Pin
Member 245846730-Oct-16 15:56
Member 245846730-Oct-16 15:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.