Program Definition and 1000 Threads

  1. E

    VHDL Program to Represent 2 Digits on 7-Segment Displays

    Homework Statement i need help for a VHDL program that uses 8 inputs to represent 2 digits from 00 to 99 on the 7-segment displays. LED1 and LED2 will light up when the values are “20” and “40” respectively. digit1(LSB),digit2(MSB) Homework Equations The Attempt at a Solution...
  2. D

    C/C++ What is so special about running a c++ program through commnd line?

    I.e., what is beneficial about main(int argc,char *argv[])? I see a lot of seemingly good programmers write the main like this, but what does it do that int main() cannot do?
  3. C

    What drawing program do you use?

    Vendor wants drawing in ***.dwg. I have AutoSketch 9 which doesn't save line widths when saving to ***.dwg. Purchased TurboCAD 17 which is too complicated for what is being done. AutoCAD Light is too expensive. What drawing program do you use for simple 2D drawings?
  4. B

    Write program in MATLAB to determine age of person

    1. Construct a program that will ask the user the current date and his/her birthday and display the number of days they have been alive. You can ignore leap years.The Attempt at a Solution I have little experience in MATLAB or programming in general, but a little help to get me started would be...
  5. I

    Programs Will these courses will be good enough preparation for a pure math PhD program?

    I'm currently a freshman and these are all the math courses I plan on taking in 4 years. Undergrad: - Calc II (taken), Calc III, Linear Algebra I, Linear Algebra II, Real Analysis I, Real Analysis II, Ordinary Differential Equations, Intro to Abstract Algebra, Complex Variables, Survey of...
  6. P

    What are the Best Universities in the US for Physics Exchange Programs?

    hi everybody, I´m a physics international student and i m planing to spent a year in a exchange program in the US. Most of the universities i have the possibility to go to are not very famous (at least i don't know very much about them ), so i would appreciate some help choosing the best ones...
  7. L

    Finding the Right REU Program for You

    Hey PF, So, I'm a sophomore math student, looking to apply for REUs for my first time. So I've read a few things here and there, and it seems like a lot of people apply to about 8 programs, yet only get accepted into 2 or 3. So, when I was looking at the REU programs in NSF, I was expecting...
  8. X

    C/C++ Need help incorperating SOCKS5 Proxies into C++ program

    Hi there. I've been trying to incorporate Proxies into a program I am currently making. It's basically a c++ Chat bot that will load proxies from a list and connect from them into a chat, but I'm having a bit of trouble. I've found a SOCKS 5 Wrapper, but I'm having trouble with that as...
  9. S

    Programs Questions about transferring from a PHD program in Physics to Audio Engineer

    Hi, I am a first year PHD student in physics at a top ten university. I finished my undergraduate degree at a Liberal Arts college (hence, my degree was a Bachelors of the Arts) in math and physics. I didn't do too poorly during my first semester (I got a B average), but I decided that I want...
  10. ╔(σ_σ)╝

    Mathematical Finance Program at UofT

    I just got of the phone with departement and I have heard good things about the program. Pros I may not need to retake math courses I already took in engineering. The program is only one year. 4 months school, 4 months internship and 4 months school. Department has 100% sucess rate of finding...
  11. P

    Should I apply to my undergrad institution's graduate program?

    I am almost done with applying to graduate schools in mathematics. My new question now is whether to apply my undergraduate institution's graduate program. First of all, all the professors that I have talked to told me that I should go somewhere else for graduate school. And I strongly agree...
  12. 1

    Programs Will graduate courses taken as undergrad transfer to a PHD program?

    I can graduate a semester early or stay and take some grad classes. In the later scenario I want to transfer them to a PHD program (in statistics). However some PHD programs say transfer credits must be taken with graduate status; or they don't accept transfer credits period. In that case...
  13. S

    Comp Sci C++ Payroll Program Troubleshooting

    #include<iostream.h> #include<stdlib.h> #include<fstream.h> #include<conio.h> #include<stdio.h> class payroll { private: char address[50]; float basic,allowence,deduction; public: void add(void); }; void payroll::add(void) { clrscr(); int e_no,choice; char name[50],ch; payroll...
  14. N

    Comp Sci Program which calculate a sum of series [C++]

    Hi ! I`m trying to write a program which will calculate the sum: x+(x+x^{2})+(x+x^{2}+x{3})+... Homework Statement Hi ! I`m trying to write a program which will calculate the sum: x+(x+x^{2})+(x+x^{2}+x{3})+... I want the user to type in number of terms n, as well as a value of x. Here is my...
  15. T

    Waterloo vs. UFT, which has a better engineering program?

    Hey Everyone, I'm in grade 12 and I've been told different things about engineering at Waterloo and UFT. I'm considering environmental or mechatronics engineering at waterloo And mechanical or civil engineering at UFT Which University would you recommend and why? (i.e. the atmosphere...
  16. M

    Help with mips program that reverses each word.?

    Hello, I have a problem that has been driving me crazy. I have a program that reads a string and then reverses the string but what I need is the program to reverse each word like: ("10 is ten" becomes "01 si net"). Can anyone help? Here is what I have: # PROGRAM: .data # Data declaration...
  17. Q

    Admissions Applying to just ONE grad program?

    Applying to just ONE grad program? I'm applying to just ONE grad physics program, and a top 20 one at that (my husband is at this school, and we have a young kid, so it's this school or no school...we don't have the resources/freedom for me to commute or live elsewhere or pay tuition...
  18. M

    I am a new user of ansys 12 and i dont know if this program is

    i am a new user of ansys 12 and i don't know if this program is excellent or not but i think it will take me a long time to learn it so guyz do u find it great program or not ?
  19. C

    Preparing for biophysics grad program

    Im currently a senior at a large state university (LSU), and have been studying economics(major) and math(minor) and have a 4.0 so far. Recently i decided i did not want to pursue economics, and became much more drawn to the pure sciences. I decided to stay in school and study physics and bump...
  20. M

    Iran's Nuclear Weapons Program Crippled by Computer Worm

    According to Ed Barnes reporting for FoxNews.com http://www.foxnews.com/scitech/2010/11/26/secret-agent-crippled-irans-nuclear-ambitions/ I like that kind of war: Clean, quiet, casualty-free. Congratulations to George W. Bush?
  21. C

    New open-shell molecular electronic structure program: What to do with it?

    Hello forum members, I got a nifty new multireference CI program at my hands and now I'm wondering what to do with it. The program is able to correlate general MCSCF wave functions, and as such basically any kind of molecular electronic structure imaginable; in particular also electronic...
  22. Y

    Matlab program for reaction diffusion system

    I'm trying to model a reaction-diffusion system on MATLAB and am struggling. I'm starting off with 4 particles on a lattice with 15 sites for ease, will take it to a larger scale when I've got the simple version down. the idea is to get randomly walking particles to eventually meet each other...
  23. S

    What kind of graduate program can an industrial engineer choose?

    I will graduate with a BA in Industrial engineering from a university in Peru. I was wondering what doors does my bachelors degree open? I really like science and engineering. So far i can only think of MBA, something to do with OR, stochastic simulation or statics. If i had to choose...
  24. M

    Program Overflow: Troubleshooting Tips

    my program is not working properly after taking values it gets overflow #include<stdio.h> #include<conio.h> void insert(struct node**, int); struct node *ptr; struct node { int data; struct node *right; struct node *left; }; void main() { int will , i , num; ptr = NULL...
  25. G

    What Are the Best Summer Programs for Aspiring Young Physicists?

    Hello, First of all I love the site! I really love exploring all the different subforums and learning a lot about all the different areas of physics and the rest of science. Anyways, I am a junior in high school, and I took a Pre-AP Physics class in my freshman year and liked it but didn't...
  26. J

    I have a question about constant coolant temperature program

    I am trying to figure out exactly how the feedback works in this process. What I know so far when more power is needed •This greater loading causes more heat to be extracted from the heat exchanger, and for a short period of time, the heat capacity of the heat exchanger and coolant can...
  27. S

    What Are Common Mistakes When Programming an Elevator System in C++?

    Homework Statement This program simulates the actions of two elevators in a building. The building has MAXFLOOR floors - make this a program constant and set it to 15. You need to write an Elevator class. This class will have only one member variable, which is the floor of the building on...
  28. S

    Probably a simple program, but I'm failling

    I need to write a program to compute the deflection of a wooden beam. The program needs to first ask if it is a ceiling or floor beam. Then what type of wood it is made of (pine, cedar, or oak). Then based on this divide by certain numbers to determine the deflection. Here are the...
  29. S

    Why Does My Astrology Program End Without Outputting Anything?

    I'm dead awful at computer science, but I have to take the class, and I'm struggling. I wrote the following code for an astrology program (I'm sure it's completely awkward, but please bear with me, it at least made it through a successful build). The problem is, it asks for the month and...
  30. B

    How can I design a program to calculate employee hours and pay?

    Homework Statement I have to design a program that will calculate the hours worked by an employee in one day. Then calculate how much money they made that day, including overtime. You enter the times and the pay rate. Overtime pay is 1.5 normal. For example start: 8:50 A end: 11:10 P pay...
  31. A

    Fortran Input .txt file into Fortran program

    I am trying to input a txt file into my fortran program. My txt file is a 9x2 table of integers, all I want is to display the values in the same format in my program. I tried using, program name implicit none integer :: input(9,2), I, J open (unit=20, file="values.txt") DO I =...
  32. C

    Writing Assembly LC2 Program to Calculate Dot Products of Two Arrays

    how to write an assembly program to calculate the dot products of two arrays ?? Thx Anyone know how to write an assembly program (source code) to calculate the dot products of two arrays with LC 2 ? Given: The size of each array is 15 (a[0],...,a[14] ; b[0],...,b[14]) that are stored in...
  33. J

    Programs Chances of getting into a regular pure math PhD program

    Hi everyone. I want to get into an okay PhD program for pure math (analysis or algebra). I don't care if it is a lowly university, just so it is accredited. What are my chances of getting into such a program with funding? To how many universities should I apply? My background is as follows...
  34. N

    How to Find Subgroups of Index 2?

    Is anybody familiar with this program? Better yet, can someone explain to me how to find subgroups of index 2 (or index a power of 2)? Thanks.
  35. X

    What do you know about the Physics program at UC Boulder?

    My adviser was telling me that UC Boulder is a very good school and isn't as hard to get into as some other really good schools but that they're very tough on their graduate students there and make them work ridiculously hard. Does anybody know if this is true? Any UC Boulder grad students on...
  36. D

    What to look for in an engineering program?

    I know what to look for on a general level when choosing colleges, such as cost of attendance and location and such, but how do I go about picking a college in regards to their engineering programs? I know that I want to do computer engineering for various reasons. I have looked at the curricula...
  37. J

    UA Offers the First Corrosion Engineering Program

    The University of Akron's proposed new http://bit.ly/aujkcF" — the first bachelor's degree program of its kind in the United States — is moving closer to development due to $500,000 in funding from the U.S. Department of Defense (DoD)... Hi! I am an engineering student and I came across...
  38. P

    Programs Is Wayne State's Physics PhD Program Worth It?

    I am applying to Wayne State's physics PhD program. Does anyone know anything about Wayne's physics graduate program? Is it any good? Will I be able to get a tenure track academic job assuming I do a good post-doc? I am applying to Wayne because my GRE score is rather low and will keep me...
  39. P

    Will the CSU Engineering/Physics Program get me into a good graduate department?

    I'm thinking of CSU as a place to get my engineering or physics degree. Has anyone heard of it? Does anyone know if it will get me into a decent graduate program? Their research seems pretty spectacular (they get more citations than Purdue!), but every university will put themselves in a good...
  40. M

    R statistics program, is there a and statement

    R statistics program, is there a "and" statement I am trying to use R and need to use "and" as in if x is larger than y and smaller than z. I have tried to google and the manual, but I can't find it.
  41. planethunter

    Physics What Are the Career Opportunities in Medical Physics After a Master’s Program?

    Hello everyone, I recently was admitted into a Master’s program in Applied Physics here in California and am interested in knowing more about what Medical Physics is as far as a career route for me. I am starting the program this spring’11 semester. Any info will be greatly appreciated...
  42. F

    Program calculating bounces of a particle off circles.

    Homework Statement Okay. So my goal is to bounce a particle off of 3 circles with centers at the vertices of an equilateral triangle. The side length of each side of the triangle is 6 units and the radius of the circles are 1 unit. I am shooting a particle from anywhere at any angle with unit...
  43. F

    Quality of Georgia Tech's physics program? (undergrad)

    I live in Georgia and it would be cheaper for me to go there. I can't find much information from searches, so I wonder if there is anyone here in the GT physics program. I know a lot about the engineering side and heard that engineering majors aim for a C in their courses and that it is...
  44. Z

    Figuring Out Clockwise Polygon Fill in a Program

    I don't know exactly how to explain this, but I'll try my best: Let's say I have a set of points (P1, P2, P3...Pn), that are the vertexes of a n-sided polygon. As would be expected, the polygon is drawn simply by connecting the points in order (P1 to P2, P2 to P3, Pn to P1). This is the...
  45. 1

    Programs Ditching from a 5 yr BS/MS program to go to a PHD program?

    I'm in my 3rd yr at a top school. I'm deciding on whether to apply for the 5 yr BS/MS program. On one hand, it's a simple internal application and i'd be almost guaranteed into a very reputable masters program. On the other hand, i still plan to apply to other PHD programs in my 4th yr. If...
  46. P

    Programs Career in academia after graduating from a lesser PhD program

    Hello, I am considering getting a PhD in physics from a lower ranking university (not really bad though). I think it is ranked about 50th in physics by USNews. Is there any chance of breaking into a career in academia? I would like to teach physics at a small liberal arts college...
  47. D

    Program to search for curves which fit experimental data

    Does anyone remember a program (or know of something similar!) which, given a compilation of data, would search for equations which best fit the data? The one I'm thinking of came out ~ a year ago. It was a Windows-only program but it worked fine under wine. Unfortunately my time spent on...
  48. G

    How Can an Aerospace Engineer Start Learning Hardware Programming for Robotics?

    I know several languages (C++, Python, FORTRAN, etc..), but most of the programming I have done never has had any real/physical interaction with hardware. I've never used micro-controllers, and would like to start tinkering around in the robotics field. Can anyone suggest any good books to...
  49. R

    Comp Sci Fortran77 program to find the inverse of a matrix

    Homework Statement fortran77 programe to find the inverse of a matrix Homework Equations how to initiate the logic The Attempt at a Solution I have attempted the 3by3 matrix,how to do for a other square matrix
  50. M

    Troubleshooting Compilation Errors: Why Won't My Program Compile?

    Tell me why am i not able to compile this program, the terminal lists various errors http://tinypic.com/r/1zxtm5h/7
Back
Top