登录
首页 » matlab » Percolation_network

Percolation_network

于 2020-12-17 发布 文件大小:1KB
0 209
下载积分: 1 下载次数: 55

代码说明:

  逾渗网络模型的绘制,可以任意设置孔隙和网络的参数以及流体类型。(Percolation_network drawing)

文件列表:

Percolation_network.m,4613,2015-06-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PHP entire stations, lazy writing for the entire PHP stations for those who can...
    PHP整站程序,适合懒的写PHP整站程序的人 也可以给PHP学习这参考-PHP entire stations, lazy writing for the entire PHP stations for those who can learn to PHP reference
    2022-08-15 23:10:29下载
    积分:1
  • http协议
    一同事之前写的测试http例子,鄙人在此分享与大家。 通过对windows提供的socket封装,实现http协议,下载文件。
    2022-06-19 22:54:58下载
    积分:1
  • BS结构的教师管理系统
    BS结构的教师管理系统-BS structure of the management system for teachers
    2023-01-14 09:45:03下载
    积分:1
  • 一个客户端跟服务器端的代码。用来让学习的GG学习。...
    一个客户端跟服务器端的代码。用来让学习网络编程的GG学习。-a client with the server-side code. To allow the Learning Network Programming GG learning.
    2023-01-31 03:45:03下载
    积分:1
  • Mpeg flow of real
    Mpeg流的网络客户端实时播放-Mpeg flow of real-time network broadcast client
    2022-04-25 13:20:52下载
    积分:1
  • CSmtp
    使用Base64编码实现的相应的邮件的发送的程序,// Original class CFastSmtp written by // christopher w. backen <immortal@cox.net> // More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx(Achieved using the Base64 encoding to send the message corresponding procedures,// Original class CFastSmtp written by// christopher w. backen <immortal@cox.net>// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx)
    2010-05-26 13:06:49下载
    积分:1
  • 一个简单的pop3接收邮件
    一个简单的pop3接收邮件程序-a simple procedure and receive email pop3
    2022-08-23 14:14:12下载
    积分:1
  • 利用机器学习预测房价数据
    说明:  利用机器学习中的的线性回归模型,完成对房价的预估(Using the linear regression model in machine learning to complete the prediction of house price)
    2020-05-15 22:59:11下载
    积分:1
  • 8, download the source code 433949 k 2003
    8款下载系统源代码 2003-3-11 21:37:45 433 949k ・ 都很常见: 猛虎山庄、燕衔泥(飞扬的软件第二版用的就是他,太简单,不推荐)、蓝芒、xzdown、动网先锋(两个)、FLASH欣赏管理系统(飞扬的闪客岛采用的源代码)、惊云下载(本站现用的下载系统)、惊云下载系统DownASP1.1(原来飞扬曾准备做过一个游戏下载站,用的这种源码-8, download the source code 433949 k 2003-3-11 21:37:45 very common : Tiger Hill, the title mud Yan (Music of the second version of the software is he, too simple and not recommended), Lan Huang, xzdown, dynamic network Pioneer (2) , FLASH appreciate Management System (Music of the Island istalking the source code), panic-downloading (now the site download), panic-download DownASP1.1 (the original dust has been preparing a game downloads station, and use this source
    2022-03-06 12:23:01下载
    积分:1
  • WCF四种常用应用场景实例下载
    使用注意:建立demo数据库,使用aspnet_regsql.exe建立Memmbership一些安全场景需要证书,使用CertTool的工具生成具体的授权时的角色和用户名字参考HostSvc、Client代码修改成测试用的后才能正常运行 一、目录结构Common来自于Programming WCF Services[ISBN: 978-0-596-80548-7],实现WCF的声明式安全HostSvc:不同场景的接口和服务实现,命令行承载服务MembershipAdmin:用于操作demo数据库membership的成员操作,Asp.net Configuraion 可添加角色和用户,并使用IIS服务承载HostSvc实现的服务Client: 使用各种服务的客户端场景 二、四种场景的区别:Intranet Transport保护 使用tcp绑定 windows集成的安全 Internet 只能使用Message形式的保护,需要数字证书 tcp wsHttp绑定 使用Membership进行安全认证 Anoymous 使用Message形式的保护,需要数字证书 tcp wsHttp绑定 None 消息不保护  http tcp wsHttp绑定 三、App-comment.config: 包含对于各种配置的说明 四、证书的生成:CertToolSetupCerts.bat生成,命令行工具从VS SDK已经拷贝过来 五、IIS中承载服务的注意: 需要把WCFServer赋予IIS的账号以权限 受信任人中加入WCFServer证书 六、证书如何管理:1、命令行启动mmc2、“添加、删除管理单元"加入"证书", 按照提示选择当前用户或本机3、此时即可管理IIS的权限操作: 在"个人/证书"下找到WCFServer,"更多操作/所有任务/管理私钥",弹出界面设置用户权限受信任人: 在"个人/证书"下找到WCFServer,导出证书,然后在”受信息人/证书“下导入以上证书即可 七、远程机器客户端的证书问题 导出WCFServer【不要私钥】 然后在远程客户端机器上导入即可,此时的公钥可以用于消息的验证 八、IIS中承载MembershipAdmin中加入了对应的四个.svc文件【逻辑使用的一个HostSvc中的实现】以提供WCF服务,具体配置和HostSvc一致,当然地址不一样了此例是把MembershipAdmin作为应程序发布到80端口的demo下 注意:1、需要设置IIS的http和net.tcp协议支持2、数据库demo需要能被IIS账号访问3、WCFServer证书需要能被IIS账号访问
    2021-03-03 08:29:33下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载