资源列表
TeachingClock
- 給小朋友練習看時鐘的軟體源碼,Borland C++ Builder 5-practice for the children to see the clock source software, Borland C Builder 5
nposs
- Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.-Programs to induce a naive possibilistic c lassifier (a possibilistic
test_ok
- 射頻晶片 nRF2401,nRF2402 use AVR ATMega128 with CodeVision C Compiler -nRF2401 RF chip, nRF2402 use AVR ATMega128 with CodeVision C Com piler
eclat
- A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists. -A program to find frequent
acopt
- A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker
psopt
- A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their
moss
- A program to find frequent molecular substructures and discriminative fragments in a database of molecule descr iptions. The algorithm is based on the Eclat algorithm for frequent item set mining.-A program to find frequent molecular (subst ructures
armok01107747
- proteus debug for real best
face_detect
- 人脸检测代码。算法都是基本的。程序也有较大局限性,不过作为参考还是有价值的。-face detection code. Algorithms are basic. Procedures also have been quite limited, but as a reference or value.
EditTreeCtrlDemo
- As I was looking for a more advanced tree control, I came across the article Tree Editor by Yossi Patt. The tree control in this article seemed to have most of the features I had need for. Unfortunately this tree control was nearly unusable outside i
TreeControlTemplates_demo
- These templates allow CTreeCtrl derived classes programmers to add three basic functionalities to their classes:-CTreeCtrl derived c lasses programmers to add three basic function alities to their classes :
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those