- STM32_ENC28J60.rar STM32 web http 代码附上原理图
- eluosifangkuai 这个是用matlab实现的俄罗斯方块
- wavelet 小波变换的源码
- SGA_RCPSP 基于RCPSP问题的的遗传算法 对应论文 (131014)Project scheduling with limited resources using a genetic algorithm
- 1 Matlab中随机神经网络使用教程
- qixyun_a5 齐享云php开源网盘源码 音乐外链分享功能 图片图床功能 等一系列强大功能 环境php 后台地址 http://地址/admin.php 账号admin 密码admin 自行修改(SkyDrive PHP open source Xiangyun Qi Music chain sharing function Picture map function Wait for a series of powerful functions Environment PHP Backstage address Http:// address /admin.php Account admin Password admin Self modification)
文件名称:rom
介绍说明--下载内容来自于网络,使用问题请自行百度
用Romberg算法计算定积分
#include <stdio.h>
#include <math.h>
#define MAX 10
double func(double a)
{
double y
if (a == 0)
return y = 1
else
return y = 4/(1+a*a) //return y = pow(a,2)
}-Romberg algorithm computes definite integrals using# include <stdio.h># Include <math.h># Define MAX 10 double func (double a) {double y if (a == 0) return y = 1 else return y = 4/(1+a* a) // return y = pow (a, 2) }
#include <stdio.h>
#include <math.h>
#define MAX 10
double func(double a)
{
double y
if (a == 0)
return y = 1
else
return y = 4/(1+a*a) //return y = pow(a,2)
}-Romberg algorithm computes definite integrals using# include <stdio.h># Include <math.h># Define MAX 10 double func (double a) {double y if (a == 0) return y = 1 else return y = 4/(1+a* a) // return y = pow (a, 2) }
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rom.c
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
