资源列表
pdf2epub
- 描述pdf转换成epub电子书文件 的源代码。-描述pdf转换成epub电子书文件 的源代码。
counting
- 计算出生天数的小程序,输入你的出生日期就可以计算出距离今天为止的所有天数-The programme used to count the days from your birthday
ConnectCsharpToMysql_Source
- csharp mysql connectivity
Save-the-picture
- Save the picture利用CVI保存临时产生的波形,便于记录现场数据-Save the picture produced by CVI saves the temporary waveform, easy to record field data
Mining
- crawler data web for getting content web from internet source
mac
- C#编程获取局域网IP及网卡MAC地址,对于做机器指纹有帮助-C# Programming for the LAN adapter IP and MAC address, useful for doing computer fingerprint
PortScan
- 简单的C#端口扫描软件,可自定义端口,采用了多线程异步方式。-Simple C# port scanning software, custom port, using a multi-threaded asynchronous mode.
image-binarization
- c#进行图像二值化,设置特定的阈值,进而对图像进一步的变换-c# for image binarization, set a specific threshold, then further transform the image
Display-encoder-ver-2.0
- it s a software for the five degree of freedom robot arm. it s include source code and function. Using WPF to show point
cSharp
- 有关ePass1000ND 应用私有接口和Active控件的C#示例-For ePass1000ND application interface and Active Control of private C# example
Improved-Genetic-Algorithm
- 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致