Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • LVQ学习矢量化算法.rar ... accepts input consisting of vectors and calculates the LVQ network weights. If a test set is specified, the winning neuron (class) for each neuron is identified and the Euclidean distance between the pattern and each neuron is reported. Output is ...
  • CocoSourcesCS.rar ... automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for Java, C#, C++, Delphi, ...
  • java mail源码.rar 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。
  • svm_v0.01beta.tar.gz New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation error).
  • mfc(Microsoft_Foundation_Class_Library).rar MFC (Microsoft Foundation Class Library) 中的各种类结合起来构成了一个应用程序框架 ...
  • java实现上传下载.rar /* * Class: DrawPoker * Description: Java Video Poker Applet. **/
  • SimpleTableDemo.rar How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical ...
  • AbstractTreeTableModel.rar A base class for TreeTableModels. This class handles the list of listeners.
  • TreeTableModelAdapter.rar A wrapper class that implements the TableModel interface, given both TreeTableModel and a JTree.
  • AbstractCellEditor.rar A base class for CellEditors. This class handlers the list of listeners.