搜索结果
找到约 869 项符合
P-NETARM 的查询结果
源码 数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;struc ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
技术资料 回声消除芯片ATH8806-P_datasheet.pdf
回声消除芯片ATH8806-P资料手册,具有双麦结构,功耗低,稳态噪声消除能力20db
源码 学生成绩管理
#include<stdio.h>
#include<windows.h>
int xuanxiang;
int studentcount;
int banjihao[100];
int xueqihao[100][10];
char xm[100][100];
int xuehao[100][10];
int score[100][3];
int yuwen;
int shuxue[000];
int yingyu[100];
int c[100];
int p;
char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp;
...
论文 官厅水库消落带土壤有机质空间分布特征 宫
:消落带土壤由于在水陆交替的特殊生境和复杂的地球化学共同作用下形成,具有独特的理化性质和生态功能。各营养盐
含量在时间和空间上具有较高的变异性,土壤中有机质的分布及迁移和转化均受到复杂的影响。针对官厅水库流域上游妫水
河段消落带,选择典型消落带落水区,对该区土壤有机质含量的时空分布特征进行研究。结果表 ...
源码 Gibbs法采样程序代码
给定统计样本集,如何估计产生这个样本集的随机变量概率密度函数,是比较熟悉的概率密度估计问题。 求解概率密度估计问题的常用方法是最大似然估计、最大后验估计等。但是思考概率密度估计问题的逆问题:给定一个概率分布p(x),如何让计算机生成满足这个概率分布的样本。 这个问题就是统计模拟中研究的重要问题–采样(Samplin ...
源码 JAVA SMPP 源码
Introduction
jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second.
jSMPP is not ...
源码 KCFdemo实现目标选取,跟踪
程序可以实现,鼠标框选目标之后,跟踪所选目标 操作过程: 1:运行程序 2:选定方式,例如输入1.选定视频流 3:选中视频显示框 4:输入字符p 5:鼠标框选区域 6:输入字符p,实现跟踪
技术资料 L9945
AEC-Q100 qualified
• 12 V and 24 V battery systems compliance
• 3.3 V and 5 V logic compatible I/O
• 8-channel configurable MOSFET pre-driver
– High-side (N-channel and P-channel MOS)
– Low-side (N-channel MOS)
– H-bridge (up to 2 H-bridge)
– Peak & Hold (2 loads)
• Operating battery supply ...
源码 重力异常正演MATLAB程序
%球体
close all;
G=6.67e-11;
R=2;%球体半径
p=4.0;%密度
D=10.0;%深度
M=(4/3)*pi*R^3*p;%质量
x=-20:1:20;
g=G*M*D./((x.^2+D^2).^(3/2));
Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2));
Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2));
Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2));
subplot(2,2,1)
plot(x,g,'k-');
xl ...