Which one is taking more time and why ?
:/home/amaresh/Testing# cat time.c
//#include
#include
Hello, I am trying to write a program in c++ which accepts month and year from the user and prints the calender. So please tell me the algorithm and what is the calender logic.
2144i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .
1785#include"math.h"
void main()
{
printf("Hi everybody");
}
if
I have a doubt regarding including tags in a function.
I have written a function in javascript in a html page. The
function got called by clicking a button, i want to display
the results in same html page by placing tags in the
function. (this hmtl page is static page)
Is this possible?
example:
What is a cdata section in xml?
What is XML DOM Document?
what does mbln in mblnrects mean? my boolean?
Code for IP Address Comparison and Conversion in C#?
Write code to add functions, which would work as get and put properties of a class?
Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?
How to check if Folder is a Special Shell Folder ?
Code for Method of Handling Factorials of Any Size?
What is a markup language?
We need to write the function to check the password entered is correct or not based on the following conditions.. a) It must have atleast one lower case character and one digit. b)It must not have any Upper case characters and any special characters c) length should be b/w 5-12. d) It should not have any same immediate patterns like abcanan1 : not acceptable coz of an an pattern abc11se: not acceptable, coz of pattern 11 123sd123 : acceptable, as not immediate pattern adfasdsdf : not acceptable, as no digits Aasdfasd12: not acceptable, as have uppercase character