Tagged Questions
The engineering tag has no wiki summary.
19
votes
17answers
1k views
what kind of programming requires math?
This is not a "is math required for programming?" question.
I always thought that for programming, a scary amount of complicated math would be involved (I only got as far as intermediate algebra in ...
15
votes
6answers
309 views
Balancing HTML/CSS Between Designers and Engineers
I have a development process question.
Background: I work for a modest sized website where, historically, the designers created mockups/screenshots of what they wanted pages and components to look ...
11
votes
5answers
2k views
Must know programming language for a modern electrical engineer [closed]
I'm currently finishing my BSc in electrical engineering. During my studies, we were taught a bit of everything, including c, c++, matlab and some basic assembly.
Now that I have some free time on my ...
10
votes
9answers
11k views
Computer Engineering vs Computer Science
Whats the difference between Computer Engineering and Computer Science? (in terms of majors for college - specifically Carnegie Mellon University)
So according to the first answer, computer ...
7
votes
8answers
443 views
Best practices on managing complexity/visualizing components in your software?
We're building tools to mine information from the web. We have several pieces, such as
Crawl data from the web
Extract information based on templates & business rules
Parse results into ...
6
votes
5answers
397 views
How much money does one usually charge for writing freelance software? [closed]
Possible Duplicate:
How do I charge for self contracted jobs?
My friend and I were offered to write some software for a local research center. We wrote a simple test program in Java that ...
6
votes
14answers
3k views
What differentiates software engineering from any other engineering discipline? [closed]
Software engineering shares many of the same traits with other engineering disciplines (attention to detail, complexity to mastery). What do you think differentiates it? Please be specific and ...
5
votes
2answers
153 views
Modern e-books/books about building a game engine
Any recommendations? I've been looking for something that talks me through how a game engine is built. I've tried fiddling around with Java's, C#.NET's 3D game engines (and made a few 2D sidescrollers ...
5
votes
3answers
519 views
Reverse engineering a statistics data file from my insulin pump controller
This may or may not be a grey area subject, though my intentions are certainly not, so my intention is not to stir up an ethical debate on the topic of reverse engineering.
I'm a type 1 diabetic ...
4
votes
4answers
213 views
Could python have suffix-based number notation for engineering purposes?
As an electrical engineer I (we?) use python for helping out with calculation/automation/etc.
When dealing with calculations using some real-world numbers it is VERY common to think in -nano, -pico, ...
3
votes
1answer
127 views
Reverse Engineering a Programming Language or 'Unsupervised Learning of Languages'
I need to build a "translator" (is cross-compiler the right word?) between Tradestation's EasyLanguage into C++. However, there isn't any complete documentation on the grammar of EasyLanguage (which I ...
3
votes
2answers
107 views
Reverse Engineering, Left Bit shift by seven
I've been trying to reverse engineer a function of a game but I'm kinda confused. I'm pretty new to reverse engineering (I'm using ollydbg btw) so I don't really know about all the tricks and details ...
3
votes
1answer
323 views
Automatically format a measurement into engineering units in Java
I'm trying to find a way to automatically format a measurement and unit into a String in engineering notation. This is a special case of scientific notation, in that the exponent is always a multiple ...
3
votes
2answers
2k views
What in the world of facebook is rsrc.php?
http://static.ak.fbcdn.net/rsrc.php/117600/css/base.css
http://static.ak.fbcdn.net/rsrc.php/z4HBM/hash/3krgnmig.swf
http://b.static.ak.fbcdn.net/rsrc.php/z23ZQ/hash/3ls2fki5.xml
...
3
votes
8answers
2k views
In software engineering, is it required you're good in math or physics there? [closed]
In what particular situation you will need a depth knowledge of math/physics in software engineering?
3
votes
2answers
975 views
Reverse Engineering - Hardware
Recently discovering that the xbox 360 drive can be flashed to do 'questionable' things. What I was interested in is the people that discover these things. How to they go about it?
3
votes
6answers
239 views
Recommended tools for test engineering
Does anyone have any recommendations for software to assist with the management of test cases - those created and maintained by quality engineers, not a part of the developers work?
2
votes
1answer
45 views
I need a Java solver Library work as optimization with the Excel Solver tool
I just started using Java for building models doing some analysis on PV modules.
I am currently writing a class for a PV module, single diode model. I need to use a few points of data such as ...
2
votes
1answer
117 views
How to diagram automated testing?
I have a large legacy .NET application that has evolved and grown over the years to include many components and moving parts. I want to develop a strategy for developing automated unit and integration ...
2
votes
2answers
78 views
Am I over-engineering (jumping the shark, so to speak) this app?
I have been tasked with starting from scratch on the CMS/engine and admin/backend for website for the company I work for.
What we do would be classed as 'quite unique' (though, isn't everyone's ...
2
votes
1answer
129 views
Software Engineering Component Repository Tool
I'm working as a software engineer for a company. We are going to apply some software engineering standards in our development process. We need a tool which provides a repository for our peripheral ...
2
votes
5answers
225 views
Job prospects for an MS in CE (need to act fast)?
My bachelors unfortunately was not a hard CS but rather CIS (I was trying to graduate early and I did but I wish I just finished up the CS). Anyways, I've been in a cool tech company for about 1.5 ...
2
votes
13answers
1k views
How do Software Engineers Develop programs?
I am wondering how do people develop programs in a software company? Like do they split up the work or does one person do everything. and how does it all work together? Hope you understand what I am ...
2
votes
7answers
1k views
Is Object-Oriented Modeling different from Object-Oriented Programming?
What is the difference between Object-Oriented Modeling and Object-Oriented Programming? I overheard a conversation on my subway train this morning and it seems that these things are different. Aren't ...
2
votes
10answers
840 views
“Winning” OO programming job interviews with sysadmin/Perl/Linux background?
I'm a student in software engineering in Montreal. For the last 3 years I've had a few interships (once per year). The first two (in the same company) were mostly sysadmin jobs, but I did get to do a ...
1
vote
1answer
25 views
Software life-cycle models used today
For the past 3 semesters at school I've been taking software engineering classes where we've been learning about the various life-cycle models. The textbook for the course is a collection of IEEE ...
1
vote
0answers
55 views
Introduce some famous people who graduated from major electronic engineering [closed]
Introduce some famous people who graduated from major electronic engineering. Especially thoese who are still playing an important role now.
1
vote
1answer
127 views
Protecting encryption key from reverse engineering
I had a question regarding the use of AES Rijndael in a piece of software I am creating. I am using a sha256 hash to generate a key from a string with an arbitrary length, and then passing this as ...
1
vote
1answer
180 views
Plotting two time dependant graphs with MATLAB
Basically, we have two functions. P1 and P2.
P1 Kicks in at t=0 and runs for a few seconds (a trig function). Then P2 starts, it's and exponential decay.
Below is what I'm trying to do.
I've tried ...
1
vote
1answer
533 views
How is python more poweful programming language than Matlab for engineering projects? [closed]
I have started learning python now and shortly we'll be employing it by writing codes and scripts to better the already existing geo-statiscal modeling software package called SGeMS. As to what I know ...
1
vote
4answers
396 views
How do you define a software component?
How do you define a software component and what kind of relationship is there between OOP and component programming? What are the pros and conns and what is the "golden ratio" of these paradigms?
1
vote
7answers
678 views
Masters: Math-based or Engineering-based gruaduate school more useful for web-focussed developer?
This is in follow-up to a previous question:
http://stackoverflow.com/questions/189321/whats-important-for-a-computer-science-masters-program-application
I've been lucky in that I've been admitted to ...
0
votes
0answers
21 views
difference between copops, vision document and SRS
what is the difference between a vision document, an conops document and an SRS document, in software engineering ?
regards
0
votes
0answers
45 views
Objective-C Math or Engineering library to solve a Bode Plot/vary the equation parameters
I got data within the app that may be represented as a Bode Plot:
F(t) = function's value at time t
C1,C2,C3 are constants
M1,M2,M3 are slopes (to be varied to solve the equation)
F(t) = ...
0
votes
0answers
26 views
Hibernate reverse engineering : Appending an existing XML
As a part of generating source / hibernate mapping using HIbernate rever engg tools, is there a way I can "append" an existing xml file , instead of creating a new one for every bean definition ? ( I ...
0
votes
0answers
122 views
Generating custom classes using hibernate reverse engineering
I've created a small spring/hibernate based app, running on tomcat.
I am using hibernate reverse engineering tools to generate the DAO and DTOs from database connection. I've seen and modified the ...
0
votes
1answer
284 views
Applet not running: Stanford Engineering Everywhere Hangman
I've written working on a java applet, which seems to be opening sun.applet.AppletViewer when it is running. I'm using the acm libraries for the Stanford Engineering Everywhere Hangman assignment. The ...
0
votes
1answer
184 views
Where to start programming Electronic cards (integrated circuits) from?
I am interested to work with progamming at low level like circuit programming to perform such functions like to make electronic e-gov I looked at http://habrahabr.ru/blogs/e_gov/114791/
and was really ...
0
votes
0answers
153 views
Difference between naive bayes classifier and vocabulary lists
What is the difference in performance that result from using a Na¨ıve Bayes classifier
rather than vocabulary lists? pls i need a very comprehensive answer, thanks
0
votes
2answers
207 views
Considerations for compiling Fortran code to 64bit?
I'm working on scientific/engineering programs written in fortran for a 32bit unix system and I have to recompile for a new 64bit cluster and having trouble making sense of errors and what changes I ...
0
votes
1answer
155 views
How closely is Engineering Math related to CompSci Math? [closed]
Trying to find the best textbook for self-studying the math prerequisites needed for Computer Science, I found the following two to be easily understandable: Engineering Mathematics: A Foundation for ...
0
votes
4answers
339 views
Free resources to learn computer (electrical?) engineering? [closed]
First, I just returned from DEFCON 18 and I am completely inspired to learn more about hardware. For example, how do I add LEDs to the badge? ...
0
votes
5answers
602 views
Recommended software architecture design tools
I'm looking for a tool in which I can draw highlevel overviews of proposed system architectures at a class level.
I'd probably be looking for a UML editor. I wouldn't be looking to tie myself to a ...
0
votes
1answer
217 views
Has anyone worked with EnergyPlus simulation software?
http://apps1.eere.energy.gov/buildings/energyplus/
I am researching about this software at the moment and I am wondering :
How many people actually know how to use this software? Please identify ...
0
votes
1answer
57 views
How to take an engineered approach to making a website?
I'm thinking of starting a website (Not static but PHP based) - something like a portal.
However, i want to do this right. Can anyone help me in delineating the various processes that my site can go ...
0
votes
4answers
438 views
What skills are required to be a good software tester?
Do you think a tester should be a great programmer, or someone who just knows how to use computer, with no programming experience required?
0
votes
3answers
291 views
Tips for getting SE job with CS degree?
I am a new Graduate with a CS degree and I have a big interest in Software Engineering(Not programming but Project Management). My CS curriculum only consisted of one SE class and I feel a bit ...
0
votes
4answers
242 views
Languages for an electronic engineer? [closed]
What are the top languages every electronic engineer should know?
-1
votes
1answer
58 views
How to multiply two 23-bit numbers using 16-bit memory locations
How can you multiply two unsigned 23-bit numbers if you only have memory locations that are 16-bits?
I am not performing these operations using x86 instructions, so information related to x86 will be ...
-1
votes
2answers
165 views
Flex real type definition in scientific and engineering notation in c++
I'm defining a real type and I'm using strtod for the exponential way even though is untested and don't really know if it works but more imporantly I would like to know if there is any built in ...