-
ATIRadeonTerrain
八叉树 地形 LOD 完整的地形演示程序(Octree terrain LOD DX)
- 2009-10-25 09:51:00下载
- 积分:1
-
xuanguakongzhi5110
用诺基亚5110显示的悬挂运动控制系统,完美的运行了寻点,直线,画圆,循迹的程序没加进去,如果想要的话发信息至1551142817@qq.com(Nokia 5110 display with a suspension motion control system, running to find the perfect point, line, circle, tracking program not added, if desired send a message to 1551142817@qq.com)
- 2013-09-09 20:18:59下载
- 积分:1
-
microcontroller_neural_network
This is a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32.
Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons
respectively and 1 layer output with 1 neuron.This program explains the step how to compute the ANN in off-line mode.Means
the weights and biases are already exist (microcontroller is not doing the learning steps). These parameters are produced using MATLAB. Therefore, we have already made the appropriate architecture using MATLAB. The tansig function is use in both of hidden layer.
Finally, the neural output will be displayed on LCD port C.
- 2011-01-24 18:49:12下载
- 积分:1
-
有限元法程序设计
在用有限元法进行结构分析时,将会遇到大量的数值计算,因而在实用上是一定要
借助于计算机和有限元程序,才能完成这些复杂而繁重的数值计算工作。事实上,有限
元程序的设计是有限元研究的一个很重要的部分。它是理论和方法的载体,是理论用于
实际必不可少的桥梁,是有限元学术研究与实际应用水平的代表。有好的、高深的理论
和算法并不等于有好的程序,还必须有实际的程序开发经验的多年积累、丰富的计算机
知识、大量的资金和人力的投入,多年的开发修正与改进才能编制出好的程序来。一些
著名的有限元程序开发的发展历史也体现出了这一规律。(Finite Element Programming Design)
- 2019-03-18 21:15:34下载
- 积分:1
-
telephone number
管理电话号码。。。
- 2022-09-05 23:50:03下载
- 积分:1
-
standy
在STM32单片机上实现长按4S按键进入待机模式,并且可以用RTC报警唤醒单片机(In the STM32 microcontroller to achieve long press 4S button to enter standby mode, and you can wake up with a single-chip RTC alarm)
- 2020-10-28 14:19:57下载
- 积分:1
-
解析yaml文件
这是一个linux下用c语言写的解析yaml的完整工程,makefile也有。
- 2022-03-13 22:18:32下载
- 积分:1
-
数字图像处理
#include #include using namespace cv;using namespace std;int main(){Mat image, srt,dst;//原图、全局均衡化、局部均衡化image = imread("D:/ps/a.tif");//载入原图if (!image.data){std::cout apply(image, dst);namedWindow("原图",CV_WINDOW_AUTOSIZE);namedWindow("全局均衡化",CV_WINDOW_AUTOSIZE);namedWindow("局部均衡化",CV_WINDOW_AUTOSIZE);imshow("原图", image);imshow("全局均衡化", srt);/*vector BGR;split(image, BGR);Ptr clahe = createCLAHE();clahe->apply(BGR[0], BGR[0]);//彩色clahe->apply(BGR[1], BGR[1]);clahe->apply(BGR[2], BGR[2]);Mat res;
- 2023-01-21 21:25:03下载
- 积分:1
-
读RENIX格式的导航电文以及观测文件,实现标准单点定位
本程序实现通过读取RENIX格式的导航电文以及观测文件,实现标准单点定位。程序采用面向对象的思想进行,主要分为READ_N,READ_O等类实现各项步骤,简介明了,适合入门阅读
- 2022-03-12 12:01:58下载
- 积分:1
-
STM32示波器
完成示波器最基本的功能,包括增益的设置,时基的设置,波形的显示,获取波形的频率周期(Complete the basic functions of the oscilloscope, including gain setting, time base setting, waveform display, and obtain the frequency cycle of the waveform.)
- 2019-06-06 20:54:32下载
- 积分:1