MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modIFy. However, it is still reasonably fast IF used with the supplied optimiser. However, IF you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again IF you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.
上传时间: 2013-12-20
上传用户:jkhjkh1982
CPU的code banking技术实例: This Zip file contains five (3) folders: FastChip Project Files * This folder contains a folder called "Bank" that should be moved into: <install_root>\FastChip\Projects Keil Project Files * These files are to be put into the directory of your choice and the project is to be opened from within Keil Hex Files * These files are the output of Keil. IF you do not want to compile and link all of the code, these files can be loaded into FastChip directly
标签: This FastChip contains banking
上传时间: 2016-10-01
上传用户:a3318966
这源码太强了。该程序实现的时词法分析器,通过了调试,能运行,能实现如++,--,等-the program when the lexical analyzer, the debug, can run, can be achieved IF, --, etc.
标签: the analyzer program lexical
上传时间: 2014-01-06
上传用户:源码3
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program IF you are using Windows. This program is written just for fun. :lol: :lol: :lol:
标签: server application includes launcher
上传时间: 2016-10-06
上传用户:kr770906
Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? IF the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts.
标签: more functionality manageability performance
上传时间: 2013-12-13
上传用户:semi1981
USB2.0 protocol file, doc and pdf file useful file to develope USB product. should download and view IF develope USB1.1 or USB2.0
上传时间: 2013-12-19
上传用户:klin3139
Libnet is a generic networking API that provides access to several protocols. It is not designed as a all in one solution to networking. Currently many features that are common in some network protocols are not available with Libnet, such as streaming via TCP/IP. We feel that Libnet should not provide specIFic features that are possible in other protocols. IF we restrict Libnet to the minimal needed to communicate (datagram/packets) then this allows it to support more interfaces. 很好的学习linux网络变成的源码
标签: networking protocols designed provides
上传时间: 2016-10-18
上传用户:changeboy
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption IF two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.
标签: bus bidirectional primarily designed
上传时间: 2013-12-11
上传用户:jeffery
89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_7=P1^7 main() {while(1) { IF (P0_0==0) P1_7==1 } }
上传时间: 2013-12-17
上传用户:xsnjzljj
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shIFt number. The shIFt range is 0 to 15. 6. When the signal RIGHT is high, it shIFts input data to right. On the other hand, it shIFts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shIFts with sign extension. However, the input data is an unsigned number IF the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上传时间: 2013-12-13
上传用户:himbly