资源列表
keyExercise
- 防金山打字通的一款小游戏,C#实现! 防金山打字通的一款小游戏,C#实现!-defense Jinshan typing A small card games, C# materialized! Jinshan defense typing A small card games, C# materialized!
try_threadpool
- 演示了C#的Mutil Thread,对比了C#环境下各种多线程的方法和性能-demonstration of the C# Mutil Thread, a contrast to C# environment multithreading various methods and properties
fileseacher
- 用c#编写的一个文件搜索器,类似于windows下的搜索功能,希望对 大家有所帮助。-with a document prepared by the search engine, similar to the windows of a search function, We want to help.
LibraryManageSystem(c++)
- 简单的图书馆管理系统,目前c++学习中经常会要求到的作业. 拥有简单的登录系统以及检索系统-simple library management system, c current study is usually required to work. simple login system and Retrieval System
charwrite
- 用c#写的,一个打字练习程序,里面有完整的源代码-used to write c #, a practice typing procedures, which have complete source code
C#编写的一个强大的目录文件比较工具(DirComp)
- C#编写的一个强大的目录文件比较工具(DirComp) -C# prepared a strong document directory comparison tool (DirComp)
获取远程计算机硬盘信息
- 获取远程计算机硬盘信息 C#版-remote access to computer hard drives, C# version
C#多线程例子
- 一个C#多线程的例子。-a multi-threaded C# examples.
因子表
- 高斯消去法解线性方程组的因子表-Gaussian elimination method for solving linear equations of the form factor
cut
- 对于一个给定宽度,不限高度的长木板.有很多矩形零件,如何排列才能使所占木板的高度最小.-for a given width and height of the open-long wooden planks. Many rectangular parts, How can share with the height of the smallest of wood.
ISODATA
- ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两
mymsn
- 最近在新公司忙一数据库中的数据改变监控系统,定时根据复杂的业务规则去检索是否有改变的数据,如果有,则通过各种渠道(MSN、EMail、SMS等发送通知消息)。 其中MSN信息发送部分,我在工余时间花了几个小时扩展了一下,做了一个MSN机器人,源代码是C#,含自动IP地址查询、简单自动问答等。 做这个没有什么目的,只是看看到底别人是怎样实现的,自己做了2个小时就实现了,没有什么难度,顺便打破别人敝帚自珍的做法,不就是一点点代码吗?还故做神秘的:)因为有现成的DotMSN组件