-
blh2xyz
说明: 将大地坐标系下经度纬度高程转换为空间直角坐标系下xyz 及其互相转换(Converting latitude and longitude elevation in geodetic coordinate system to XYZ in spatial rectangular coordinate system)
- 2020-05-20 09:29:49下载
- 积分:1
-
Relief
函数实现了lelief算法。(计算样本的每一个特征的分类权重,选出具有最大权重的一组特征。样本的特征就是基因)。
对权重较大的一组基因进行两两冗余分析。将相关性弱的和强相关中权重大的基因保留,即为特征基因。
已知基因表达谱数据、不同类样本的个数,自行设定分类特征的权重阈值。
对原始数据标准化的方法:(x-基因均值)/基因方差。
样本的类内类间距离采用欧氏距离。(Lelief function implements the algorithm. (Classification weight each feature samples is calculated weight of a selected set of features having the greatest weight. Characteristic is the gene sample). Of the weight of a larger set of pairwise genetic redundancy analysis. The significant correlation between weak and strong correlation in the right gene retention, that is characteristic gene. Number of known gene expression data, samples of different classes, wherein the classification set threshold own weight. Of raw data standardized methods: (x- Gene mean)/variance gene. The between-class distance class of the sample using the Euclidean distance.)
- 2017-04-20 09:48:00下载
- 积分:1
-
这是一个学习PHP的好平台,从新手到高手,看完了就是高手了,祝大家好运,别的就不说了...
这是一个学习PHP的好平台,从新手到高手,看完了就是高手了,祝大家好运,别的就不说了-This is a good platform to learn PHP, from the novice to expert, to see you, and write very good, master of that master, and another did not say, and I wish you good luck
- 2022-05-29 04:47:28下载
- 积分:1
-
清华大学出版的最新《vc 项目开发全程实录》一书中的局域网监控系统的源程序。...
清华大学出版的最新《vc 项目开发全程实录》一书中的局域网监控系统的源程序。-Tsinghua University, published in the latest " vc project development throughout Record," a book of the source network monitoring system.
- 2022-01-26 01:33:48下载
- 积分:1
-
蓝牙文件传输,是可以直接运行的一个小程序
蓝牙文件传输,是可以直接运行的一个小程序-Bluetooth file transfer, it can directly run a small program
- 2022-07-08 12:14:34下载
- 积分:1
-
designated sender mail to designated users. Also some other simple code
指定发信人发送邮件到指定用户。还有些别的简单代码-designated sender mail to designated users. Also some other simple code
- 2023-04-05 19:10:03下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
50-c--c-P-P-source-code-site
搜集的50个c/c++源代码网站,资源丰富(Collected 50 c/c++ source code site, rich in natural resources)
- 2012-04-22 11:49:24下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
SM_Contact_Forces_Lib
说明: matlab软件中接触力仿真程序,可以直接运行(contact forces simulation)
- 2021-02-19 10:29:44下载
- 积分:1