Coding Definition and 162 Threads

  1. arivero

    Unlocking 4096 Colors: What Are the Secrets of String Coding?

    4096 colours!? http://motls.blogspot.com/2007/08/answering-few-string-related-questions.html
  2. J

    Is My Coding Program Worth Using?

    hey i have built a coding program like 1 year ago and now that i kinda studied crythography in class, i was wondering what my coding system is worth (codes text) i won't give too much details, but my program , first : replaces every character by a 7 bits (sequence of seven 0s or 1s) then...
  3. Y

    Coding Help: Numerical Methods in C Language

    a "C" problem is anybody aware of numerical methods in C language... numerical methods include Newton-Raphson method,Euler's method,Milne's method,Newton's forward and backward implementation,Gauss divergence backward and forward interpolation. pls help me,i will b so thankful 2 them who...
  4. L

    Coding in Quaternions and Matrices

    I am currently doing some research in Clifford Algebra. My topic is to find explicit representation of its basis through matrices with entries in clifford algebra itself. At this moment I am trying to write code in mathematica to do KroneckerProduct and Quaternion multiplication. Now I have...
  5. B

    Assembly language coding problems .

    Assembly language coding problems... Homework Statement I am an electrical engineering student and have some HW problems. On the IAS system, what would machine code instruction look like to load the contents of memory address 2?? I came up with 00001001. Does this look correct?? Also...
  6. D

    What's wrong in my c coding (constructors)?

    #include<stdio.h> #include<conio.h> class info { int name,roll; public: void input(); void output(); } void info::input() { printf("Enter your name and rollno \n"); scanf("%c%d" ,&name,&roll); } void info::output() { printf("Your name is %c \n" ,name); printf("Your rollno is &d...
  7. murshid_islam

    Coding theory & cryptography books

    please can anyone suggest any good book for coding theory and/or cryptography (not necessarily both in the same book) thanks.
  8. S

    How Do You Construct a [4, 7^2, 3] Code Using MOLS?

    Construct a [4, 7^2, 3] code. I know it exists because 7 is prime, so there are 6 MOLS. However, I am not quite sure how to go about constructing this code.
  9. V

    Reactor Physics Study: Coding Tips

    Do you know any code for reactor physics study ?
  10. S

    Getting Started with Computational Fluid Dynamics: Coding Basics

    Hi all any ideas wat computational fluids dynamics is all about.. how should i go about using it, using codes? Wat kind of codes are used? Is it C programming or stuff like that? Thanks regards ss
  11. A

    What are some popular online games that can be developed using PHP and SQL?

    Hi, I'm a php student, or rather I'm teaching myself php with the aid of some friends and co-workers for a project which I'm planning - to create an online game made with php and sql, I was wondering 2 things Firstly, would anyone be able to give me any advice on what I'm likely to need to...
  12. O

    C/C++ Help! Coding a Program with Limited Knowledge of C/C++

    I have a program due in couple hours. Professor expects us to know C++ when we never really went over programming; he expects us to just know it .. anyhow I have two inputs used with scanf it's toll and norm these two values need to be put into a data file created by the program...
Back
Top