software-design
modelling points on a surface
My simulation model contains agents on a surface. Agent\'s are represented by class Agent, their locations by class Point, and the surface itself by class Surface. Each point is really just a pair of[详细]
2023-02-07 10:15 分类:问答Just in Time compilation always faster?
Greetings to all the compiler designers here on Stack Overflow. I am currently working on a project, which focuses on developing a new scripting language for use with high-performance computing. The[详细]
2023-02-05 00:39 分类:问答How are software and game templates designed?
please don\'t mind my question since I don\'t know much about software because I come from a web perspective.. For example, in web css is used for the design and appearance[详细]
2023-02-03 08:47 分类:问答What design pattern shall I use in this question?
To be frank, this is a homework question, so I\'ll tell you my opinion. Can you let me know my mistakes rather than givi开发者_运维知识库ng me the solution?[详细]
2023-02-03 01:55 分类:问答Design patterns ? how can i understand them [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-29 06:08 分类:问答What are some good books for learning about software design/architechure? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-27 17:13 分类:问答Design of utilities for diffrent versions of 3rd party library
I\'ve inherited a project where such solution is applied: There are 5 versions of 3rd party library. And there 5 projects in the solution with utilities for corresponding version of 3rd party library[详细]
2023-01-26 20:10 分类:问答Memory layout for mesh data in scientific computing
I am developing a Finite Element System. As usual, the simulation consists of set of mesh nodes, each with a set of properties (floating-points), like for example several material properties, coordina[详细]
2023-01-23 01:42 分类:问答Designing a flexible and extensible bonus system for a Scrabble's game implementation
Let\'s say I\'m implementing my own version of Scrabble. I currently have a Board class that contains lots of Squares. A Square in turn is composed of a IBonus and a Piece. The bonus implementations a[详细]
2023-01-22 10:33 分类:问答Twitter-like app using MongoDB
I\'m making an app that uses the classic \"follow\" mechanism (the one used by Twitter and a lot of other apps around the web). I\'m using MongoDB.[详细]
2023-01-22 04:37 分类:问答