资源列表
[matlab例程] Hypersphere-support-vector-machine
说明:超球体支持向量机是单类支持向量机的一种,超球体OC-SVM算法的思想为寻找一个超球体,使其半径尽可能小的同时,包含的训练样本数尽可能多。-Hypersphere support vector machine is a single-class support vector machine, thought hypersphere OC-SVM algorithm to find a hypersphere, so radius as small as possible while the num<王超> 在 2025-11-16 上传 | 大小:18kb | 下载:1
[.net编程] silverlightControl
说明:Button类控件(包括Button,CheckBox,RadioButton,RepeatButton,ToggleButton): CheckBox还有RadioButton都可以看做是改变了外观的ToggleButton 而RepeatButton是一个可以响应鼠标连续点击的特殊Button 这里具体介绍下ToggleButton,它是三态按钮(就是有Indeterminate,Checked,Unchecked三种点击状态) 利用这个控件就可以很方便的实现以前需<sdfgawgoi> 在 2025-11-16 上传 | 大小:99kb | 下载:1
[DSP编程] 28335_PWM
说明:这是28335上PWM测试程序,对设计电源的工程师很有用,程序采用枚举最佳参数,在给定参数下配置最大可调分辨率配置,调试细化度最大-This is 28335 on PWM test program, useful for engineers to design power program using enumeration best parameters, configuration parameters given maximum adjustable resolution configur<zzz> 在 2025-11-16 上传 | 大小:1.79mb | 下载:1
[其他小程序] DPSKmatlab
说明:将2,4,8进制的DPSK信号的误码率曲线进行仿真,并将其放在一个图中进行对比-2,4,8-ary DPSK signal simulation BER curves, and placed in a graph comparing<刘惠> 在 2025-11-16 上传 | 大小:3kb | 下载:1
[matlab例程] MIMO-with-MMSE-equalizer
说明:多输入多输出系统,应用最小均方差均衡器的误码率性能曲线-Multi-input multi-output system, the application of the minimum mean square error equalizer BER performance curve<张智美> 在 2025-11-16 上传 | 大小:1kb | 下载:1
[其他小程序] ourdev_609869LJNNXM
说明:用labview实现振动信号采集,用于机械故障诊断,路形检测等-use labview to acquisit vibration signal<李洋> 在 2025-11-16 上传 | 大小:27kb | 下载:1
[Windows编程] ADAM.net-ModbusTCP-Win32
说明:Modbus TCP for Win32源代码,可以直接采集研华ADAM-6000系列模块数据-Modbus TCP for Win32 source code, you can directly collect Advantech ADAM-6000 series module data<王真> 在 2025-11-16 上传 | 大小:189kb | 下载:1
[Windows编程] ADAM.net-ModbusTCP-WinCE
说明:WinCE系统下Modbus TCP协议,VB.net开发,可以直接支持研华系列采集模块的源代码-Modbus TCP protocol, VB.net WinCE system under development, can directly support the the Advantech series acquisition module source code<王真> 在 2025-11-16 上传 | 大小:231kb | 下载:1
[Windows编程] ADAM.net-ModbusRTU-WinCE
说明:WinCE系统下Modbus RTU协议从站,VB.net开发,可以直接支持研华系列采集模块的源代码-Modbus RTU protocol slave WinCE system, VB.net developers can directly support the of Advantech series acquisition module source code<王真> 在 2025-11-16 上传 | 大小:230kb | 下载:1
[C#编程] Locate
说明: 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结<hac> 在 2025-11-16 上传 | 大小:1kb | 下载:1