Artificial Intelligence
|
|
6 Mar 2015
Updated: 6 Mar 2015
Rating: 4.58/5
Votes: 6
Popularity: 3.57
Licence: CPOL
Views: 15,630
Bookmarked: 10
Downloaded: 126
Propagation of constraints
|
Desktop Programming
|
Win32 |
20 Sep 2020
Updated: 20 Sep 2020
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: MIT
Views: 5,310
Bookmarked: 2
Downloaded: 64
How to generate infinite sequences in both C# and unmanaged C++
|
General Programming
|
Algorithms |
4 Mar 2016
Updated: 4 Mar 2016
Rating: 5.00/5
Votes: 7
Popularity: 4.23
Licence: CPOL
Views: 15,453
Bookmarked: 8
Downloaded: 172
This article is based on Chapter 2 of my unpublished textbook “Applied Algorithms and Data Structures.”
|
Internet of Things
|
Arduino |
2 Apr 2020
Updated: 2 Apr 2020
Rating: 5.00/5
Votes: 6
Popularity: 3.89
Licence: Custom
Views: 9,941
Bookmarked: 1
Downloaded: 123
Implementation of Fredkin gates using standard TTL ICs, and their testing with an Arduino Uno microcontroller board
|
Programming Languages
|
C# |
4 May 2020
Updated: 4 May 2020
Rating: 4.00/5
Votes: 2
Popularity: 1.20
Licence: Custom
Views: 5,572
Bookmarked: 1
Downloaded: 26
Stepwise implementation of a program to solve one version of the ‘spiral print’ problem
|
|
17 Jan 2015
Updated: 17 Jan 2015
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: CPOL
Views: 25,262
Bookmarked: 13
Downloaded: 939
Solution to word-search puzzles in C#. Based on my previous implementation in C++.
|
|
27 Jul 2020
Updated: 27 Jul 2020
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: MIT
Views: 5,082
Bookmarked: 7
Downloaded: 89
C# implementation and using Visual Studio add-in to display pictures referenced in source-code files
|
|
7 May 2015
Updated: 7 May 2015
Rating: 5.00/5
Votes: 26
Popularity: 7.07
Licence: CPOL
Views: 27,835
Bookmarked: 31
Downloaded: 801
This article deals with the implementation and empirical testing of a method to achieve practical perfect hashing.
|
|
1 Nov 2020
Updated: 1 Nov 2020
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: MIT
Views: 10,588
Bookmarked: 7
Downloaded: 183
How to solve magic squares using backtracking
|
|
22 May 2015
Updated: 22 May 2015
Rating: 5.00/5
Votes: 5
Popularity: 3.49
Licence: CPOL
Views: 15,380
Bookmarked: 11
Downloaded: 173
This article deals with the implementation of polynomial division by the familiar algorithm of long integer division in the context of two applications.
|
|
11 Jun 2021
Updated: 11 Jun 2021
Rating: 4.91/5
Votes: 6
Popularity: 3.82
Licence: MIT
Views: 5,570
Bookmarked: 8
Downloaded: 180
Implementation, testing and practical use of a C# library implementing array tries
|
|
3 Mar 2022
Updated: 3 Mar 2022
Rating: 4.91/5
Votes: 12
Popularity: 5.30
Licence: MIT
Views: 9,320
Bookmarked: 20
Downloaded: 745
C# library that generates and displays various digital signals in Windows Forms
|
|
2 Feb 2023
Updated: 2 Feb 2023
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: MIT
Views: 7,110
Bookmarked: 6
Downloaded: 100
C# console app to implement recursive and iterative solutions to rotated binary search problem
|
|
14 Mar 2023
Updated: 14 Mar 2023
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: MIT
Views: 2,800
Bookmarked: 6
Downloaded: 60
How to preserve state of local variables in C#
|
C++ |
15 Oct 2014
Updated: 15 Oct 2014
Rating: 4.86/5
Votes: 11
Popularity: 5.06
Licence: CPOL
Views: 22,504
Bookmarked: 23
Downloaded: 0
Balanced Multiway Trees
|
|
27 Aug 2020
Updated: 27 Aug 2020
Rating: 2.00/5
Votes: 1
Popularity: 0.00
Licence: MIT
Views: 3,972
Bookmarked: 5
Downloaded: 64
Simulation of coroutines in unmanaged C++ under VS 2010
|
|
20 Oct 2014
Updated: 20 Oct 2014
Rating: 4.91/5
Votes: 49
Popularity: 8.25
Licence: CPOL
Views: 134,841
Bookmarked: 52
Downloaded: 253
ENIGMA
|
|
6 Jan 2015
Updated: 6 Jan 2015
Rating: 3.67/5
Votes: 2
Popularity: 1.10
Licence: CPOL
Views: 47,921
Bookmarked: 12
Downloaded: 0
Solving Word-Search Puzzles in Linear Time
|
|
31 Mar 2017
Updated: 31 Mar 2017
Rating: 5.00/5
Votes: 20
Popularity: 6.39
Licence: CPOL
Views: 48,846
Bookmarked: 16
Downloaded: 1,365
This article describes the implementation and testing of a simulator of a universal Turing machine.
|