登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:C++
  2. 代码类别:网络
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. DS28E01-100-C-code

说明:  加密芯片DS28E01-100的C代码,含SHA算法(C code of encryption chip ds28e01-100, including Sha algorithm)

2
下载
50
浏览
2021-03-10发布

2. 求解梯级水库群优化调度 PSO_for_LTOSP_with_3reservoirs

  求解梯级水库群优化调度,考虑了三个梯级水库,约束条件包括水量平衡、出力限制、流量限制等。(Solving cascade reservoir optimal scheduling, taking three steps reservoirs, restrictive conditions, including water balance, output restrictions, traffic restrictions.)

193
下载
110
浏览
2021-03-09发布

3. 声源定位

  矢量传感器对声源定位的MATLAB仿真程序,二元阵线列阵对声源定位程序(MATLAB simulation program of vector sensor for sound source localization, two element array array for sound source localization.)

13
下载
120
浏览
2021-03-09发布

4. cfdamapb

  卫星网络仿真,在opnet环境下开发调试通过 (Satellite network simulation, in the OPNET environment through the development of debugging)

110
下载
140
浏览
2021-03-08发布

5. TCP

说明:  TCP服务器和客户端C++类,提供简单的TCP通讯功能(TCP server and client c + + class, provide simple TCP communication function)

1
下载
68
浏览
2021-03-06发布

6. 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账号访问

0
下载
69
浏览
2021-03-03发布

7. GJKSourceCode

  用C语言开发的一个GJK算法源代码。希望对大家研究机器人路径规划有所帮助。(Developed using C language source code of a GJK algorithm. Research we want to help the robot path planning.)

35
下载
35
浏览
2021-03-02发布

8. 人工神经BP算法及数字识别

说明:  人工神经网络BP算法及数字识别,供大家参考(BP algorithm of artificial neural network and digital recognition)

2
下载
55
浏览
2021-03-02发布

9. CG_Client_Source

  这是一个C++写的魔力宝贝登录器.直接可以通过编译. CG_Client.aps CG_Client.cpp(This is a C++ write the Magic Baby login device. CG_Client.aps CG_Client.cpp)

8
下载
128
浏览
2021-02-24发布

10. onvif_server

说明:  onvif客户端 C++框架,实现了基本的局域网发现,流媒体转发等功能。(Onvif client c + + framework, to achieve the basic LAN discovery, streaming media forwarding and other functions.)

1
下载
57
浏览
2021-02-23发布

11. RandomForestCversion

  使用C语言实现的机器学习算法随机森林算法源码(Using C language implementation of machine learning algorithm of random forest algorithm source code)

46
下载
71
浏览
2021-02-22发布

12. 神经lvq算法程序.zip

  神经网络lvq算法程序(neural network algorithm procedures lvq)

111
下载
36
浏览
2021-02-22发布

13. sshWinForm

  用C#写的ssh功能窗体。为最基础窗体,可以根据功能需要自由添加功能(ssh client written by C#)

4
下载
103
浏览
2021-02-21发布

14. 电极贴片

说明:  功能性电刺激疗法是使用低频电流刺激失去神经控制的肌肉,使其收缩,以替代或矫正器官及肢体已丧失的功能。本系统借助脑机接口技术研发了一款经络疏通按摩仪,借助脑机接口技术,通过MATLAB与单片机通讯,实现左右电极贴片分别刺激(Functional electrical stimulation therapy is to use low-frequency current to stimulate the muscle that has lost nerve control, so as to make it contract, so as to replace or correct the lost function of organs and limbs. With the help of brain computer interface technology, the system developed a meridian dredging massage instrument. With the help of brain computer interface technology, the system realized the stimulation of left and right electrode patches respectively through the communication between MATLAB and MCU)

1
下载
104
浏览
2021-02-18发布

15. lsm-check

  Linux下基于LSM的文件访问控制,实现了LSM内核控制模块,可加载模块,并对文件访问进行记录(Linux-based the LSM file access control, to achieve the the LSM kernel control module, loadable modules, and file access records)

49
下载
25
浏览
2021-02-18发布

16. 神经图形模拟系统

说明:  使用神经网络开发包实现图形化的神经网络模拟,使得神经网络原理更直观,可用于教学,也可用于实际神经网络训练,内附详细帮助文件。(use of neural network development kit graphical simulation of the neural network, neural network theory makes more intuitive, can be used for teaching, can also be used for the actual neural network training, enclosing detailed help files.)

1
下载
47
浏览
2021-02-16发布

17. WC2003

  面向对象神经网络,神经网络数据结构,神经网络C++实现(Object-oriented neural network, neural network data structure, Neural Networks C++ implementation)

51
下载
44
浏览
2021-02-16发布

18. DuiHuaK

  神经网络算法神经网络算法神经网络算法神经网络算法(BP networksBP networksBP networksBP networksBP networks)

24
下载
45
浏览
2021-02-16发布

19. shenjingwangluo

说明:  神经网络算法源程序神经网络算法源程序神经网络算法源程序(Neural network algorithm neural network algorithm source source source neural network algorithm)

0
下载
45
浏览
2021-02-16发布

20. NN34324

  关于神经网络的文章关于神经网络的文章关于神经网络的文章(Articles on the neural network neural network on the article on the neural network articles)

2
下载
48
浏览
2021-02-16发布