-
TFT480800-32-initial-code
Himax LCD Initialization code
- 2011-06-23 18:44:55下载
- 积分:1
-
touch
触摸屏的手势识别程序,实现放大缩小、平移、旋转等操作,对于触摸屏的多媒体软件开发展示有很大的借鉴作用。(Touch screen gesture recognition program to achieve zoom, pan, rotate, etc., for a touch screen multimedia software development shows a great reference.)
- 2020-11-19 16:29:37下载
- 积分:1
-
An_example_of_Tetgen
不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)
- 2021-03-14 20:49:22下载
- 积分:1
-
heapSort.cpp.tar
这是一个堆排序的算法源程序,算法被单独写成一个函数,希望对大家有用(This is a heap sort algorithm source code, algorithms are written as a separate function, we hope to be useful)
- 2013-12-12 14:52:48下载
- 积分:1
-
利用BP网络修改权值对y=sin(x)曲线实现拟合
数据输入和归一化
%function[x,y,y1,Error]=BPnet(t)%清空环境变量
clc;
clear;
num=1;%要拟合的曲线试举例
fori=0.01*pi:0.02*pi:2*pi%训练样本
x(num)=i;%输入数据
y(num)=sin(x(num));%期望输出
num=num+1;
end
num1=size(x,2);
max_x=max(x);%训练样本归一化
max_y=max(y);
min_x=min(x);
min_y=min(y);
%最大最小法(归一化)
fori=1:num1
x(i)=2*((x(i)-min_x)/(max_x-min_x))-1;
y(i)=2*((y(i)-min_y)/(max_y-min_y))-1;
end
网格结构初始化
H=20;%隐含层神经元个数
w=2*rand(1,H)-1;%初始化隐层权值
v=2*rand(1,H)-1;%初始化输出层权值
t0=2*rand(1,H)-1;%隐层阈值
- 2022-02-06 21:49:47下载
- 积分:1
-
2DLDA
二维线性判别 功能比较强 二维线性判别 功能比较强(Img = imread( twoObj.bmp ) )
- 2009-05-28 19:22:35下载
- 积分:1
-
PF目标跟踪算法测试程序
基于粒子滤波的目标跟踪算法,测试程序及代码(Particle filter based target tracking algorithm, testing procedures and code)
- 2018-06-12 11:42:58下载
- 积分:1
-
簡單的打印案例
簡單的打印案例
- 2015-01-31下载
- 积分:1
-
FB41经典PID源码
西门子最经典的PID,没有之一。可应用于温度,流量,液位,压力。了解源代码有助于更好应用此程序
- 2022-03-01 20:58:36下载
- 积分:1
-
winsocket示例代码
winsocket 示例代码,windows下的socket,简单易用,适合新手入门
- 2022-08-04 06:19:36下载
- 积分:1