搜索结果
找到约 81 项符合
PSOtb-beta 的查询结果
人工智能/神经网络 基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别
基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别,使用时先对分类器进行训练,然后进行识别。该Beta版本仅支持对3类文本进行分类,使用简单的中文分词方法,本程序尚不具备实用性,用于算法研究和改进。 ...
J2ME Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone
Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a tic-tac-toe board for two players to play a typical tic-tac-toe game on a ...
J2ME Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone
Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a Gobang board for two players to play a typical Gobang game on a Java mobi ...
其他嵌入式/单片机内容 sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b Welcome to the SHARP KEV7A400 Evaluation board
sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b
Welcome to the SHARP KEV7A400 Evaluation board beta starter kit.
This document contains last minute updates to the kit and/or
documentation that were not available at the kit development time.
人工智能/神经网络 MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模
MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路 ...
J2ME Cracking the Code - Wireless Programming with J2ME This book is based on the unique concept of cr
Cracking the Code - Wireless Programming with J2ME
This book is based on the unique concept of cracking the code and mastering the technology.The technologies covered are J2ME version 1.0.2 and
the applications are also tested on version 1.0.3 Beta.
微处理器开发 USB Serial Port Emulation Example compiled on DK3420 USB uPSD3400 USB Disk Demo with Keil uVision -
USB Serial Port Emulation Example compiled on DK3420 USB uPSD3400 USB Disk Demo with Keil uVision - Beta Version
嵌入式/单片机编程 Lakey这是一个免费的CW练习/收/发软件
Lakey这是一个免费的CW练习/收/发软件,供大家共同学习研究,有需要源码的朋友可以给我发邮件或加为MSN索取。在未来,我会不断更新其功能和修正错误。之前计划2006年底前拿出的正式版本,由于个人工作和精力等原因,不得已推迟。今天发布的版本,增加了对Koch练习法的支持。但仍然是一个BETA版。
本软件的目标是设计成一个 ...
书籍源码 Internet Direct(Indy)是一组开放源代码的Internet组件
Internet Direct(Indy)是一组开放源代码的Internet组件,涵盖了几乎所有流行的Internet协议。Indy用delphi编写,被包含在delphi 6,Kylix 1和C++ Builder 6及以上各个版本的Borland开发环境中。Indy曾经叫做WinShoes(双关于WinSock——Windows的Socket库),是由Chad Z. Hower领导的一群开发者构建的,可以从Indy的站点w ...
数学计算 用递推法产生正交多项式系
用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数