-
本人编写的基于神经网络的识别系统,请大家下载相互学习!可以和我交流!...
本人编写的基于神经网络的识别系统,请大家下载相互学习!可以和我交流!-I prepared by the neural network-based identification system, please download learn from each other! I can share!
- 2022-02-21 02:32:07下载
- 积分:1
-
Source code of format disk.
磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
- 2022-07-13 06:38:27下载
- 积分:1
-
function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … , tn)
% 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
- 2023-01-15 01:20:03下载
- 积分:1
-
家庭流水帐
收入支出,银行存取款,按月统计
家庭流水帐
收入支出,银行存取款,按月统计-sequence the family income and expenditure, bank deposit, monthly statistics
- 2023-04-09 20:05:05下载
- 积分:1
-
vc调用FORTRAN动态库,喜欢的下载哦!
vc调用FORTRAN动态库,喜欢的下载哦!-vc call FORTRAN dynamic libraries, like the download Oh!
- 2022-03-21 05:34:30下载
- 积分:1
-
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码...
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =================================== This code was originally VB6 code, the author upgrading to VB.NET2005. Main function is to access the local computer" s memory, page file, CPU, etc. and the use of state parameters. Similar to Windows Explorer in the performance shows that procedures are in place to bar graph shows the total physical memory, the number remaining.
- 2022-04-13 02:54:09下载
- 积分:1
-
矩阵运算,包括求逆矩阵,扩展矩阵等多项运算功能
矩阵运算,包括求逆矩阵,扩展矩阵等多项运算功能-Matrix operations, including inverse matrix, the expansion of a wide range of computing functions of matrices
- 2022-07-27 19:24:27下载
- 积分:1
-
基于MSComm控件的PC串口通信原程序,利用中断方式接收数据
基于MSComm控件的PC串口通信原程序,利用中断方式接收数据-MSComm on the original PC serial communication procedure, and use interrupt receiving data
- 2023-03-06 23:00:03下载
- 积分:1
-
STSW-WESU1开发套件源码
意法半导体公司的STSW-WESU1开发套件源码;该开发套件用于IMU系统开发,具有10轴MEMS,包含三轴加速度,三轴陀螺仪,三轴地磁以及气压计。包含LIS3MDL三轴地磁芯片驱动程序代码,LPS25HB气压计驱动代码,LSM6DS36轴陀螺与加速度计芯片驱动代码。
- 2022-02-21 02:49:09下载
- 积分:1
-
旋转裁剪图片的源文件,实现图片任意角度的旋转裁剪功能
旋转裁剪图片的源文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
- 2022-04-21 13:56:48下载
- 积分:1