Hello
Apparently it's possible to synchronize two signals by using 2 flip flops. Can anyone show me how to code this?
Do I have to first code a flip flop and then link them, or is there a better way to do it?
Thanks in advance,
Hi,
Im attempting to design a floppy disk drive controller for my project. The floppy disk controller needs to be able to read and write a FAT12 format disk.
My question is, does anyone know if an official specification exists for the standard PC floppy disk drive? Also, I understand that...
Hi,
Im getting the following error in the XILINX Project Navigator:
ERROR:MapLib:93 - Illegal LOC on symbol "w_clk" (pad signal=w_clk) or BUFGP symbol "w_clk_BUFGP" (output signal=w_clk_BUFGP), IPAD-IBUFG should only be LOCed to GCLKIOB site.
How can I assign w_clk to a...
Hi,
As your guess from this post im a newbie to VHDL so any help you can offer is great.
Im intending to implement a 'Digital Phase Locked Loop' in VHDL using the 'Alliance Toolkit' for Linux. My question is, once I've got my VHDL code fully working how can I get it into the FPGA? I have an...
Hi,
As your guess from this post im a newbie new to Linux so any help you can offer is great.
I've recently installed Redhat 9 on a PC and im using the X Windows interface. The problem is, it seems to run quite slowly. I've noticed it while loading the basic applications and moving windows...
Hi
I have a string which has the following format:
34-23
The problem is I want to add 1 to each of the digits, except for the hyphen, and then display the result on the screen. And another problem is that im using ASP Version 2.0.
The code I've tried so far is:
Dim byteChar
Dim paramString...
Hi
I have a PC which is running Win2000 and it uses a dial-up connection to connect to the Internet. It is a stand-alone PC and so it does not have a network card.
I can connect to the Internet without any problems but when I try and do any the following I get failures:
1) I cannot ping...
Hi
I have a PC which is running Win2000 and it uses a dial-up connection to connect to the Internet. It is a stand-alone PC and so it does not have a network card.
I can connect to the Internet without any problems but when I try and do any the following I get failures:
1) I cannot ping...
Hello
I have 2 applications which talk to each other using sockets. I know the port number of each application. What I need to do is write an application that can listen in on the communications between the applications.
Any idea on how I do this?
Thanks
Hello
Im interested in developing an image processing based system for the Compaq iPAQ running Pocket PC 2002. Does anyone know of any cameras that I could plug into the iPAQ? I would also need the SDK for the camera so that I could program it.
Thanks
Hello
Im using the following piece of code to display the print dialog:
pd.lStructSize = sizeof(PRINTDLG);
pd.hDevMode = NULL;
pd.hDevNames = NULL;
pd.hwndOwner = hDlg;
pd.Flags = PD_RETURNDC;
pd.hInstance = hInst;
PrintDlg(&pd);
When I run my program in Debug mode all works fine. However...
Hi
When using the following command under Windows 2000 I keep getting an Access Violation. Any Ideas on how to fix it?
CreateProcess("c:\\agd620.exe", "", NULL, NULL, FALSE, CREATE_NEW_CONSOLE, NULL, NULL, NULL, NULL);
Thanks
Craig
Hi
When using the following command under Windows 2000 I keep getting an Access Violation. Any Ideas on how to fix it?
CreateProcess("c:\\agd620.exe", "", NULL, NULL, FALSE, CREATE_NEW_CONSOLE, NULL, NULL, NULL, NULL);
Thanks
Craig
Hi
Given 4 sided polygon defined by four points:
CPoint p1
CPoint p2
CPoint p3
CPoint p4
How can I calculate the point of intersection between the diaganols (p1,p3) and (p2,p4)?
Thanks for your help.
Hello
I have a 4 sided polygon which is defined by the points p1, p2, p3, and p4. This polygon is reffered to as the maydetect zone. The problem is I need to draw another polygon which is exactly the same shape but smaller. The smaller polygon must go inside the big polygon.
The question...
Hello
Can anyone answer the following question:
I have 2 lines with the following coords
line 1 (x1, y1) - (x2, y2)
line 2 (x1, y1) - (x3, y3)
How can I calculate the angle between them?
Thanks
Hi
When I try and run my asp page it gives me this error:
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/registeruser.asp, line 27
Line 27 is
objRS("clientName") = "Client"
Ive also tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.