- Digital- och datorteknik (1)
- Digitalteknik-syntes (2)
- Datorsystemteknik (2)
- Digital konstruktion (3)
- Maskinorienterad programmering (1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.voitzsch.net/index.php/en/flashconv-a-minolta-flash-converter/assembly-instructions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Mathstuff import mathstuff | |
M = mathstuff() | |
A = M.permutations(range(9)) | |
print A(10**6-1) | |
def permutations(self, iterable): | |
return list(set(self.doPermutations(iterable))) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
int main(int argc, char** argv) { | |
int i,j; | |
for(i=0; i<500; i++) { | |
for(j=0; j<i; j++) { | |
int a = i*i-j*j; | |
int b = 2*i*j; | |
int c = i*i+j*j; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------------------------- | |
-- Control Unit | |
-- Fredrik Brosser | |
-- EDA234, Group 2 | |
-- | |
-- FILE | |
-- ControlUnit.vhd | |
-- Last Updated: 2011-11-27 | |
-- | |
-- VERSION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------------------------- | |
-- Control Unit | |
-- Fredrik Brosser | |
-- EDA234, Group 2 | |
-- | |
-- FILE | |
-- ControlUnit.vhd | |
-- Last Updated: 2011-11-27 | |
-- | |
-- VERSION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------------------- | |
-- Fredrik Brosser | |
-- Push-Button debouncer | |
-- EDA234, Group 2 | |
-- | |
-- FILE | |
-- TempModule.vhd | |
-- Last Updated: 2011-11-22 | |
-- | |
-- VERSION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------------------- | |
-- Fredrik Brosser | |
-- DS18S20 1-Wire Communication | |
-- EDA234, Group 2 | |
-- | |
-- FILE | |
-- ComTest.vhd | |
-- Last Updated: 2011-11-21 | |
-- | |
-- VERSION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------------------- | |
-- Fredrik Brosser | |
-- DS18S20 1-Wire Communication | |
-- EDA234, Group 2 | |
-- | |
-- ComTest.vhd | |
-- Last Updated: 2011-11-16 | |
-- | |
-- Target Device: XC9572XL | |
-- I/O Pins Used: |