-
计算机辅助检测在 CT 筛查肺结节
计算机辅助检测在 CT 筛查肺结节
正弦交流电路计算机辅助分析的理论和实施过程。使用节点分析法的分析。用于在网络分析中带来的这种方法定义两个路径组件是概念的简单、 容易理解的特性。使用线性方程组的解是高斯约旦消除方法都很熟悉。使用过程中形成 Gn,Jn 填充的直接方法中方程的建立。为使读者了解的一般思路和方法,准备大量的流程图的使用程序。程序可以处理包含导纳滑当前源电压源支路四个受控的源服务支路和支路与互感正弦 ste
- 2022-06-17 06:27:52下载
- 积分:1
-
Modem /串口通信编程 Modem编程
Modem /串口通信编程 Modem编程-Modem/Modem Serial Communication Programming Programming
- 2023-06-23 13:55:03下载
- 积分:1
-
315M或413M普通无线发送接受模块的发送和接收过程。
315M或413M普通无线发送接受模块的发送和接收程序。也就是最便宜那种通信模块。-315M or 413M accept ordinary wireless sending module for sending and receiving procedures. That is, the cheapest kind of communication module.
- 2023-02-24 16:25:03下载
- 积分:1
-
achieve a peer
实现了P2P网络通信
可以穿越防火墙
分为服务器段和客户端-achieve a peer-to-peer network communications across the firewall can be divided into server and client
- 2022-06-13 12:35:04下载
- 积分:1
-
一个小型的用于通信的程序,采用的是UDP
一个小型的用于通信的程序,采用的是UDP-A small-scale procedure for communication using the UDP
- 2023-05-16 18:25:03下载
- 积分:1
-
jabber 配套测试工具(2)
jabber 配套测试工具(2)-jab_simul 配合testsuite使用,怎么用就不用我在这里 多说了吧-jabber matching test tools (2)- jab_simul tie TestSuite use, not how I used it here to say all right
- 2022-09-15 07:50:03下载
- 积分:1
-
vb的自动关闭消息框,你有用得着的时候,还不赶快下载??不下白不下,下了也白下,...
vb的自动关闭消息框,你有用得着的时候,还不赶快下载??不下白不下,下了也白下,-vb the closing news box, you have worthwhile when not quickly download? ? High white high, also under a white,
- 2023-06-07 00:01:11下载
- 积分:1
-
win32控制台程序,从WEB服务器通过HTTP下载文件,值得借鉴
win32控制台程序,从WEB服务器通过HTTP下载文件,值得借鉴-win32 console program, from the WEB server to download files through HTTP, it is worth drawing
- 2022-03-01 20:30:19下载
- 积分:1
-
一个.net下的Remote进程管理工具
一个.net下的Remote进程管理工具--A management tool of Remote progress under .net
- 2022-02-25 03:15:05下载
- 积分: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