-
1116ok
s应广和si470x收音模块功能代码,还有lcd显示(S wide and si470x radio module function code, and LCD display
)
- 2016-07-02 22:07:58下载
- 积分:1
-
模数转换
说明: 开关电源控制中的模数采样程序,有详细的注释。(Modular sampling procedures in switching power supply control are annotated in detail.)
- 2020-06-20 21:40:02下载
- 积分:1
-
18b20wendu
基于MEGA16的18B20测温程序,C语言编写,测温数据进行过系数修正。数据接口简单,源程序里面有说明。(Temperature measurement based on MEGA16 the 18B20 procedure, C language, excessive temperature coefficient of correction data. Data interface is simple, source code instructions inside.)
- 2010-05-19 10:13:59下载
- 积分:1
-
MySvm
SVM的实现,采用了SMO算法,用C语言结合matlab接口实现,可在matlab下运行。如果是64位的系统,可在matlab下重新同met.(SVM with SMO)
- 2013-12-25 21:59:25下载
- 积分:1
-
stars
opengl program for stars written in c.the points blink like stars in the sky.it was written in dev c++ platform.
- 2014-11-10 21:35:19下载
- 积分:1
-
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制...
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimization problems, the internal energy E is modeled as the objective function value f, temperature T evolved into control parameter t, that is to be solutions of combinatorial optimization problems simulated annealing algorithm: from the initial solution i and control the parameters of the initial value t begin to repeat the current solution, " to generate new solutions of differential → → calculation of the objective function to accept or give up," iteration, and gradually decay t values, the algorithm is terminated shall be derived from the current approximate solution of the optimal solution
- 2022-02-20 05:04:22下载
- 积分:1
-
atmega128_2011_9_30
atmega128+tda7330B+tef607实现RDS(atmega128+tda7330B+tef607 to realize RDS)
- 2014-09-09 13:42:19下载
- 积分:1
-
求平均值以及a类不确定度的代码程序
求平均值以及a类不确定度的代码程序
- 2016-10-26下载
- 积分:1
-
wigb
地震数据剖面显示程序,能将matlab数据按常规剖面显示(正值部分涂黑,负值部分不变)。(Seismic data profiles show program, matlab data can be displayed conventional profile (a time when parts blacked out, the negative part of the same).)
- 2013-02-28 20:05:12下载
- 积分:1
-
Com 端口的示例
/ * BaudRate設定列舉 * /
公共枚举 BaudRateFlag: uint
{
CBR_110 = 110,
CBR_300 = 300,
CBR_600 = 600,
CBR_1200 = 1200,
CBR_2400 = 2400、
CBR_4800 = 4800,
CBR_9600 = 9600,
CBR_14400 = 14400,
CBR_19200 = 19200,
CBR_38400 = 38400,
CBR_57600 = 57600,
CBR_115200 = 115200,
CBR_128000 = 128000,
CBR_256000 = 256000,
}
/ * DTR控制列舉 * /
公共枚举 DtrControlFlag
{
DTR_CONTROL_DISABLE = 0X00,
DTR_CONTROL_ENABLE = 0X01,
DTR_CONTROL_HANDSHAKE = 0X02,
}
/ * RTS控制列舉 * /
公共枚举 RtsControlFlag
{
RTS_CONTROL_DISABLE = 0X00,
RTS_CONTROL_ENABLE = 0X01,
RTS_CONTROL_HANDSHAKE = 0X02,
RTS_CONTROL_TOGGLE = 0X03,
}
/ * 清除通訊緩衝區列舉 * /
公共枚举 PurgeCommFlag: uint
{
PURGE_TXABORT = 0X0001,
PURGE_RXABORT = 0X0002,
PURGE_TXCLEAR = 0X0004,
PURGE_RXCLEAR = 0X0008,
}
- 2023-04-04 01:45:04下载
- 积分:1