-
-
-
[
C#(.net)]
MS_CSharp_2005.zip
C# is the latest and greatest tool for developing cutting edge applications based on Microsoft .NET technology. This book provides deep insight on the sensitive issues which should be taken care of while developing for .NET platform.
-
-
-
-
-
-
[
VHDL]
Digital_Filter_implementation_by_FPGA.rar
...
2. fpga implemention of a median filter
3. fpga implementation of digital filters
4.hardware acceleration of edge detection algorithm on fpgas
5.implementation and evaluation of image processing algorithms on reconfigurable architecture using C-based ...
-
[
C/C++]
redundantpaths.rar
... search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a ...
-
[
C/C++]
EdgeDisjointCycles.rar
... an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. ...