Arama

Aşağıda aramanın sonuçları listelenmiştir.

Fulltext results:

Telefon Defteri Programı @projelerim:programlama:cplusplus
26 tane bulundu, Son değiştirilme:
n Defteri Programı====== Telefon numaralarını ve isimleri kaydeden bir program: {{:projelerim:program... aynak Kodu:** <code cpp| Telefon numaralarını ve isimleri kaydeden bir program ( C++ Class yapıları u... Number(""); } ReadfromFile(Record); //Record is updated from the file for(i=0;i<100;i++) ... reen do { //enters this region if exit is 1 char MenuNumber; MenuNumber=cin.get(); /
Banka Sıra Simülasyonu Yapan Program @projelerim:programlama:cplusplus
25 tane bulundu, Son değiştirilme:
sıra işlemlerinin simulasyonunu yapan ve gün sonu istatistiklerini sunan bir program (C++ Linked List ... sıra işlemlerinin simulasyonunu yapan ve gün sonu istatistiklerini sunan bir program (C++ Linked List ... h> template <class T> class Node //a node class is defined for the link list { private: Node<T> *next; //next node is private public : T data; //data is public
Reverse Polish Notation Calculator @projelerim:programlama:cplusplus
19 tane bulundu, Son değiştirilme:
nst int MaxStackSize=256; class Stack{ //a Stack is defined private: int StackList[MaxStackSize]; ... tackFull(void); int CheckType(void);//CheckType is used to check the item is operator or operand }; Stack::Stack(void):top(-1){} // constructor int ... //for error detection cout<<"Stack is Empty"; // exit(1); } temp=StackList[top];
FPGA Projelerim @projelerim:elektronik
18 tane bulundu, Son değiştirilme:
dilleri kullanılarak birbirine bağlanır. Böylece istenilen sayısal devre sadece bir FPGA kullanılarak... esela DSP için idealdir. Ama işiniz sıralı bir iş ise işlemci kullanmak daha mantıklı olacaktır. İşlem... kapasitede olmayan FPGA'lerinde kullanılmak üzere ISE Webpack yazılımını ücretsiz veriyor. Aşağıdaki adresten indirebilirsin: [[http://www.xilinx.com/ise/logic_design_prod/webpack.htm]] simulasyon için
Kitap Stok Programı @projelerim:programlama:cplusplus
18 tane bulundu, Son değiştirilme:
m.h> #include<conio.h> class Book//a book record is stored in a Book class { public: int callno; ... LL) current->data.PrintBook(); //if the record is found print it to the screen else cout<<"The E... n>>tmpcallno; tmpitem.callno=tmpcallno; //update is done using callnumber TreeNode<T> *parent; cout... ult: break; } cout<<endl<<"The Entry is Updated"<<endl; current->data.PrintBook(); //P
FPGA Üreticileri ve Yazılım Araçları @projelerim:elektronik:fpga
13 tane bulundu, Son değiştirilme:
karar verdiniz ve kullanacağınız üreticiyi seçmek istiyorsunuz. Üretici seçimini yaparken dikkat etmen... ahsetmeden önce FPGA üretimi yapan ana firmaların isimlerini vereyim: * Xilinx * Altera * Actel... ronik:fpga-poli.gif }}]] ===== Xilinx ===== ==== ISE ==== Xilinx FPGA'leri ile tasarım yapmak için gerekli ana yazılım ISE Design Suite'dir. Ana amacı devreyi verilen tasa
BAM Network uygulaması @projelerim:programlama:java
5 tane bulundu, Son değiştirilme:
Network uygulaması ===== == == Önce sinir ağına istenen harf-sayı çiftleri öğretilir. Daha sonra istenen harf veya sayı benzeri bir şekil girince yakın... pattern be sure that "Show Pattern Pair" checkbox is not checked * Select a pair from the list on th... r of the program * By default,the input pattern is the the pattern on the left side, but it can be c
Altium Designer İpuçları @projelerim:elektronik:pcb
3 tane bulundu, Son değiştirilme:
FPGA ile İlgili Terimler @projelerim:elektronik:fpga
2 tane bulundu, Son değiştirilme:
yüksek seviye donanım tanımlama dillerine verilen isimdir ===== VHDL ===== Very High Spee... . Map operasyonu sırasında bu ROM'un boyutu küçük ise için LUT yapılarına dönüştürülerek FPGA üzerinde
Multilayer Feedforward Network uygulaması @projelerim:programlama:java
2 tane bulundu, Son değiştirilme:
Network uygulaması ===== == == Önce sinir ağına istenen harf-sayı çiftleri öğretilir. Daha sonra istenen harf veya sayı benzeri bir şekil girince yakın
cplusplus @projelerim:programlama
2 tane bulundu, Son değiştirilme:
efon Defteri Uygulaması** Telefon numaralarını ve isimleri kaydeden bir program ( C++ Class yapıları u... rinin simulasyonunu yapan bir program ve gün sonu istatistiklerini sunan bir program (C++ Linked List
RSS Okuma (Dokuwiki içinde var) @projelerim:websitesi:dokuwiki
1 tane bulundu, Son değiştirilme:
ate 1h }} ==== Note Eklentisi ==== <note> This is my note ! Remember it !! </note> <note important
Dokuwiki Kullanımı @projelerim:websitesi
1 tane bulundu, Son değiştirilme:
HTML --> On === Kullanımı === <code> <note> This is my note ! Remember it !! </note> <note important>
Websitesi Genel Bilgi @projelerim:websitesi
1 tane bulundu, Son değiştirilme:
odu, sayfanın htmli içinde e-posta linki olmasını istediğim yere koydum. Sadece bu linke tıklandığı za
  • anasayfa.txt
  • Son değiştirilme: 2019/05/08 21:25
  • (Dışarıdan düzenle)