-
BP-yuanchengxu
BP神经网络的非线性系统建模——非线性函数拟合-源程序(Nonlinear System Modeling of BP Neural Network,Nonlinear Function Fitting)
- 2019-02-22 21:32:43下载
- 积分:1
-
Three-dimensional-algorithm
关于MC三维重建算法的二义性消除的文章,很好的消除了MC算法中的二义性(it s the article about Three-dimensional reconstruction algorithm to eliminate ambiguity in MC)
- 2014-01-17 13:19:26下载
- 积分:1
-
eZdspF2808
DSP F2808 在Flash Memory中运行(This code accompanies the Texas Instruments application report Running an Application from Internal Flash Memory on the TMS320F2808)
- 2010-05-20 22:04:28下载
- 积分:1
-
HVPM_Sensored-28035
基于ti 最新piccolo系列28035的永磁同步电机矢量控制程序,本人在ti工装上调试通过,对不熟悉同步电机驱动开发流程的朋友很有帮助(Ti latest piccolo series 28035 permanent magnet synchronous motor vector control program, I ti tooling, debugging through, helpful friends are not familiar with synchronous motors drive the development process)
- 2012-09-11 11:01:48下载
- 积分:1
-
Game1
在SDK源码中增加了旋转模型功能,按下A和D键可看到模型旋转动作。(Game1 )
- 2013-04-11 18:32:39下载
- 积分:1
-
dianzhen-display
这个代码在点阵上显示相应的图形。先将程序写入单片机,然后运行,显示相应的图片。(This code displays the corresponding graphics on the lattice. Write the first program the microcontroller, then run, display the corresponding picture.)
- 2013-12-04 10:31:37下载
- 积分:1
-
设计模式
资源描述
设计模式中部分设计模式源码整理
例如单例模式
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace Com.SingletonPattern
{
///
/// 功能:延迟加载单例模式 利用DotNet的特性
/// 编写:willieni
/// 日期:2015年07月10日
/// 备注:延迟加载
///
public class DelaySingleton : ISingleton
{
private DelaySingleton()
{
}
public static DelaySingleton Instance
{
get
{
- 2022-01-25 21:22:56下载
- 积分:1
-
txt-to-list-
实现信息添加到listctrl中,可进行删除,修改、查找和保存,也可把txt中的文档读入到listbox中(Add information to listctrl can delete, modify, search, and save the the txt documents read into the listbox)
- 2012-11-29 18:25:23下载
- 积分:1
-
Desktop
stc12c5a60s2单片机的波形输出pwm程序与ad转换(Single chip microcomputer)
- 2015-11-18 12:49:53下载
- 积分:1
-
IT6801_DEMOCODE_V1.27.20180510.PASS=ITE
IT6801官方驱动,单片机控制,完整功能控制,可移植LINUX。(IT6801 official driver, SCM control, complete function control, portable LINUX.)
- 2020-06-20 20:40:01下载
- 积分:1