登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

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

1. AutoUpdate自动更新、解压缩实例

 系统结构服务端自动更新服务:这个是部署到web服务器的,如果有新的版本,只要放到自动更新服务App_DataUpdate目录下,即可【注意:每次更新版本时,需要更新软件的版本号,即解决方案的AssemblyInfo.cs文件,类似如下内容[assembly: AssemblyVersion("1.0.0.1")][assembly: AssemblyFileVersion("1.0.0.1")]更新版本时换这个内容】客户端MyApp:每次启动时需要检测版本【引用“自动更新服务”】,有新版本时进行解压和更新具体的内容参考详细的代码。

0
下载
67
浏览
2021-04-12发布

2. netstatp

  类似Windows的netstat程序的程序 (An app which is like to windowss netstat)

3. PEMFC

  PEMFC的simulink使用模型 包含电堆模型 氢气氧气供应系统模型,热传输模型,可进行仿真,参数可自行设置。(The simulink model of the PEMFC includes a model of a hydrogen reactor, an oxygen supply system model, and a heat transfer model that can be simulated and the parameters can be set.)

35
下载
196
浏览
2021-04-02发布

4. File-Manager

  通过MFC socket编程实现远程查看硬盘及文件夹和文件的功能(MFC socket programming function to remotely view the hard drive and the folders and files)

23
下载
156
浏览
2021-04-01发布

5. TRACERT

  支持IPv4和IPv6的路由探测代码,可以用来开发网络探测工具(traceroute in IPv4 and IPv6 network)

7
下载
138
浏览
2021-03-31发布

6. video_trans

  基于udp协议和openCV编程实现的视频传输程序,具有自动获取本地IP地址功能,客户端输入服务器端IP,点击发送,服务器端可实现实时的接收和播放,在可靠的局域网环境下,多次测试传输可靠,除此以外具有原理简单,可扩展的优点。(Udp protocol and openCV programming-based video transmission program has automatic access to the functions of the local IP address, server-side IP client input and click send, the server side can receive and play real-time, reliable LAN environment, several testsreliable transmission, in addition to a simple principle, scalable advantages.)

234
下载
156
浏览
2021-03-30发布

7. NIDS

  网络入侵检测系统,各模块完整,可以实现简单的网络入侵检测(Network intrusion detection system, each module is complete, you can achieve a simple network intrusion detection)

37
下载
351
浏览
2021-03-29发布

8. http

  基于HTTP的入侵检测程序,运行前需先装winpcap。(HTTP-based intrusion detection procedures, first installed before running winpcap.)

46
下载
140
浏览
2021-03-29发布

9. fileProtect

说明:  网络安全与密码学技术,用qt作为界面,利用md5算法实现的文件防篡改程序。(Network security and cryptography, using qt as an interface, use the file md5 algorithm tamper program.)

0
下载
159
浏览
2021-03-29发布

10. CapturePacket

  网络抓包与协议分析,实现图形用户界面,能利用原始套接字编程接口(winpcap)进行抓包,能对抓包的内容进行分层显示和各字段数值显示,可对抓包进行过滤,将抓包的内容存入数据库。 (Network packet capture and protocol analysis, graphical user interface, to use raw socket programming interface (winpcap) conducted capture, able to capture and display the contents of each field value hierarchical display, capture can be filtered, The capture of the content stored in the database.)

36
下载
168
浏览
2021-03-28发布

11. router1

  模拟路由器功能,简单的c++程序代码,可以实现。(Simulation router function a simple c++ code, can be achieved.)

37
下载
156
浏览
2021-03-27发布

12. MACD-EA

  此款EA,是利用MACD指标金叉与死叉,分别对应开多单与开空单,与传统的参数有改进!(This section EA, is the use of MACD indicators Jincha and Sicha, respectively, more than a single open and open the corresponding single-block, with the traditional parameters have improved!)

9
下载
102
浏览
2021-03-25发布

13. 声源定位

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

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

14. cfdamapb

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

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

15. TCP

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

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

16. 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
下载
70
浏览
2021-03-03发布

17. 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发布

18. sshWinForm

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

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

19. 电极贴片

说明:  功能性电刺激疗法是使用低频电流刺激失去神经控制的肌肉,使其收缩,以替代或矫正器官及肢体已丧失的功能。本系统借助脑机接口技术研发了一款经络疏通按摩仪,借助脑机接口技术,通过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
下载
107
浏览
2021-02-18发布

20. EasyChat

说明:  socket通讯 (发消息聊天) 实例源码 (亲测)(Socket communication (message chat) instance source code (pro test))

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