搜索:Code+Example

找到约 5,882 项符合「Code+Example」的查询结果

结果 5,882
按分类筛选
显示更多分类
https://www.eeworm.com/dl/633/261041.html Java编程

MIDlet通过蓝牙与电脑通信的案例,This resource demonstrates how to create Java&#8482 applications that use Bluetoo

MIDlet通过蓝牙与电脑通信的案例,This resource demonstrates how to create Java&#8482 applications that use Bluetooth communication between a PC and a mobile device. The document focuses, from Java programming point of view, on how to configure and use two alternative PC-side soluti ...
下载 54
·
查看 1127
https://www.eeworm.com/dl/534/261050.html 其他

Title: File Transfer client and server Description: Send or recieve files of any size or type betwe

Title: File Transfer client and server Description: Send or recieve files of any size or type between you and a peer. Displays bytes sent or recieved, return values of send() and recv(), bitrate in KBytes/sec, and time remaining. SendFile and RecvFile functions can easily be adde ...
下载 125
·
查看 1097
https://www.eeworm.com/dl/650/252978.html 人工智能/神经网络

aDABOOST This package contains the following files: learner.jar - is a platform independent java

aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command "java -jar learner.jar". Make sure the java installation path is set in the system ...
下载 191
·
查看 1078
https://www.eeworm.com/dl/633/193219.html Java编程

JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,

JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly wha ...
下载 150
·
查看 1057
https://www.eeworm.com/dl/686/202622.html VC书籍

This article shows that by using the tools available and understanding the programming system, it is

This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was use ...
下载 31
·
查看 1090
https://www.eeworm.com/dl/648/352570.html 单片机开发

站长:我所上传的是FX2开发板的相关程序及驱动,绝对是有市场的,FX2开发板在市上卖到800-500元,有了这些程序,就可以自己设计了,不用发钱买了. The purpose of this cod

站长:我所上传的是FX2开发板的相关程序及驱动,绝对是有市场的,FX2开发板在市上卖到800-500元,有了这些程序,就可以自己设计了,不用发钱买了. The purpose of this code is to demonstrate how to utilize EZUSB FX2 PORTC STROBE FEATURE.
下载 152
·
查看 1073
https://www.eeworm.com/dl/747725.html 技术资料

基于DSP的图像识别技术的研究

CCS ( Code Composer Studio )开发工具是德州仪器公司(TI)针对DSP开发的集成软件开发环境,TI的每个DSP系列对应不同的CCS 。CCS的功能十分强大,它集成了代码的编辑,编译,链接和调试等诸多功能
下载 9
·
查看 3343
https://www.eeworm.com/dl/633/410866.html Java编程

This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in

This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, ...
下载 125
·
查看 1113
https://www.eeworm.com/dl/879074.html 技术资料

关于IC卡的应用项目

·详细说明:这是关于IC卡的应用项目,包括电路原理图及C语言编写的源程序,并有详细的注释,而且电路及软件均经过了验证,具有很高的参考价值。文件列表:   Code   ....\ICCard   ....\......\2401A   ....\......\.....\Write2401A   ....\......\.....\Write2401 ...
下载 2
·
查看 9607
https://www.eeworm.com/dl/678/268897.html 系统设计方案

朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法

朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后, ...
下载 136
·
查看 1170