-
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。-a class realized SSR(Scalable Sample Rate) algorithm
- 2022-03-19 03:57:39下载
- 积分:1
-
编辑框源码,实用性很高
编辑框源码,实用性很高-edit box source, high practicality
- 2022-03-25 10:36:33下载
- 积分:1
-
此程式为利用opencv产生色彩模型(gamut)
此程式为利用opencv产生色彩模型(gamut)-this program for the use of opencv produce color model (roadmap)
- 2022-03-18 09:23:11下载
- 积分: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
-
将文本用语音方式读出,就是TTS,支持中英文混读,封装成了DLL,傻瓜试调用,就是简单!请看开发包内说明...
将文本用语音方式读出,就是TTS,支持中英文混读,封装成了DLL,傻瓜试调用,就是简单!请看开发包内说明-The text read out by means of voice that TTS, in support of mixed Chinese and English read, packaging has become a DLL, try calling a fool, that is simple! Please note the development of packet
- 2022-10-05 10:25:03下载
- 积分:1
-
SNMP示例程序
Net-snmp是一个开源代码,我所使用的版本为5.4.1,但是帮助文档不够详尽,相关资料甚少,希望这篇文章对刚接触这方面的人有所帮助,我也是刚接触net-snmp,有很多不懂的地方,希望有达人指点。 首先要编译整个工程,生成静态库文件,否则后面的工作不能进行。 打开net-snmp-5.4.1win32win32.dsw,我使用的环境为VS2003,需要对所有的项目进行转换。 打开snmptrap项目,观察其静态库引用路径可以发现它的路径配置为../lib/debug,这也正是生成项目后产生的lib文件的路径。自己项目的库文件引用配置路径可以参考snmptrap项目。 刚下载的程序包是不包含库文件的,需要自己生成。先后生成libagent、libhelpers、libnetsnmptrapd、libsnmp、netsnmpmibs五个项目,相应会生成五个静态库文件,包括:netsnmp.lib、netsnmpagent.lib、netsnmphelpers.lib、netsnmpmibs.lib和netsnmptrapd.lib。没有这些静态库文件就不能生成整个解决方案,这也正是直接生成解决方案不能成功的原因。好了,现在可以重新生成整个解决方案了。如果这步成功了那么就可以开始自己的工作了。 自己的项目的配置属性可以参考项目snmptrap或者项目snmptest来配置。下面这段代码是一段简单的测试程序,可以正常发送trap包到目标主机162端口,可以在此基础上根据自己的实际需要修改。
- 2022-03-15 11:28:27下载
- 积分:1
-
对多输入多输出系统和空
its about multi input multi output & alamouti system
- 2022-12-14 08:15:03下载
- 积分:1
-
very good!
利用高斯消去法求解矩阵的,大家可以看看,多学习点东西,希望对你有用-very good!
- 2022-12-13 01:10:03下载
- 积分:1
-
网络聊天程序,包含客户端与服务器
网络聊天程序,包含客户端与服务器-the Chatroom Program which Includes Server and Client
- 2022-09-01 09:40:03下载
- 积分:1
-
汇编编的小程序
用汇编编的小程序-用89C52控制的电子时钟-compilation series with the small program- with 89C52 control electronic clock
- 2022-05-30 18:51:30下载
- 积分:1