搜索资源列表
Web-Csharp-Client
- WebClient,用csharp写的页面测试端,适用新手学习,希望受益。-WebClient, and write pages csharp-testing applies novice learning, hoped to benefit.
垃圾邮件过滤器Java源码
- 垃圾邮件过滤器Java源码 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。在这里我非常感谢我的网络老师郑伟!希望大家多多提意见哦,Spam filters Java source code of this software is based on Naive Bayes algorithm, using NetBeans generated interface (to be JDK1.6),
SOCKET调试工具与压力测试小工具源代码
- SOCKET调试工具与压力测试小工具源代码 VS2008下测试通过,非常好用!,SOCKET debugging tools and stress testing tool for source code for VS2008 under a small test, very easy to use!
SqliteClassLibrary.rar
- 简单的c# sqlite数据库操作类库,自己编写,附源代码,可进行扩充,进过测试。 ,Simple c# Sqlite database operations class library, I have written, with source code, can be expanded into the test.
Serial.rar
- 串口发送软件,自己写的.已经测试过,可以正常通信,Serial port to send the software that he wrote. Has been tested to the normal communication
RLE_Arithmetic.rar
- RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
Csharpcy_src.rar
- VS2005环境下编写的一套界面相对专业的餐饮管理系统,数据库基于MSSQL2000,请自行附加数据库,在VS2005下顺利测试通过。系统功能主要有基础信息管理、系统维护、系统设置、窗口布局等,尤其它是用形象的桌面来显示具体的包桌信息,直观易用。,VS2005 environment, a set of interfaces written in a relatively professional catering management systems, database based on MS
MODBUS-CSharp
- socket测试小程序。MODBUS协议。很简单的小例子,适合初学者。-socket test applet. MODBUS protocol. A very simple little example for beginners.
Csharp_serialport_listen.rar
- 一个基于serialport的C#串口测试程序!,Serialport based on the C# serial test procedure!
EasyCam1.0
- 主要功能: 实现USB摄像头、虚拟摄像头视频图像的拍照、录制功能。 代码完全使用C#编写,也是最近一段时间理解DirectShow .Net组件的第一个实例,功能较简单,经过一段时间的简单测试应该可以与大家分享一下。 -Main function: To achieve USB camera, virtual camera video camera, recording capabilities. The use of C# code complete
TCPIP
- TCPIP测试工具,学习消息控制。分Server和Client.-TCPIP testing tools, learning the message control. Sub Server and Client.
Controls
- WPF 深入研究 之 Control 控件 共计51个示例,全都在VS2008下.NET3.5测试通过,使用起来非常方便。 源码齐全,直接用VS2008打开就能在你的程序里使用-Control of WPF-depth study of a total of 51 control samples, all in VS2008 under. NET3.5 test is passed, is very convenient to use. Complete source code, th
smsForCsharp
- C#通过计算机读取手机的短信列表,发送短信,发送测试AT命令的DEMO-C# via a computer to read a list of phone message, send message, send AT commands to test the DEMO
Visio
- visio的二次开发,可以参考,我已经测试过。-visio secondary development, you can reference, I' ve tested.
schoolKaoshi
- 很完善的在线考试系统。.net(C#)源代码,数据库完整,测试可用。-Very perfect online examination system. . net (C#) source code, database integrity, the test can be used.
DataDictionnaryAutoGenerator
- 把数据库中的所有表导出到EXCEL表格,支持各种数据库,已经过测试-Put all the tables in the database table Export to EXCEL, to support a variety of databases, has been tested
psycotest
- C#语言开发的心理测试程序。是关于元记忆的。-A psychology test programm written in C sharp language. It is about feeling of Knowing( FOK for short)
qy2008
- 本人亲自测试不错的asp.net企业网站,下载拿来直接套非常好!-I personally test asp.net good business web site, downloaded directly sets a very good use!
TCPClient测试
- TCP客户端源码,用于C#的TCP客户端测试程序(TCPCLient sorce file)
CSharp并发编程经典实例
- 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)