资源列表
ndslOrgDocDown
- article. this is not mine. thank you!@!@
10_chapter 2
- article. this is not mine. thank you!!!!!!!!!
RTTI
- RTTI(Run-Time Type Information),通过运行时类型信息程序能够使用基类的指针或引用来检查这些指针或引用所指的对象的实际派生类型。(RTTI (Run-Time Type Information), by running the type information program, can use the pointer or reference of the base class to check these pointers or refer to the actua
异常处理
- 通过异常处理,我们可以对用户在程序中的非法输入进行控制和提示,以防程序崩溃。(By exception handling, we can control and prompt the user's illegal input in the program to prevent the program from crashing.)
环形队列
- 环形队列是在实际编程极为有用的数据结构,它有如下特点。它是一个首尾相连的FIFO的数据结构,采用数组的线性空间,数据组织简单。能很快知道队列是否满为空。能以很快速度的来存取数据。 因为有简单高效的原因,甚至在硬件都实现了环形队列.环形队列广泛用于网络数据收发,和不同程序间数据交换(比如内核与应用程序大量交换数据,从硬件接收大量数据)均使用了环形队列.(The ring queue is a very useful data structure in practical programming,
QQ式右下角弹窗
- QQ式右小角弹窗功能,很好用,界面挺好看的(QQ style small right angle pop function, very easy to use, the interface is pretty good)
jpwbfxxt
- Using mvc+mssql for development. Code is the source directory, VS2012 is required to open DB can be appended to the database directory Database connection in the Code\ShortArticle\ShortArticle\DAL\DBHelper.cs file, modify the connection string can
oabao
- OA service based on PAAS concept. Contains "mail list" and "task management" and "project management" and "schedule" and "log" and "work plan" "memorandum" "management" &
flash driver
- flash driver for memory : support write, read, erase, etc.
Cowboy-master
- .net 4.6下的异步通讯tcp socket(asynchronous tcp socket)
关于回归神经网络的交通状态判别
- 聚类分析又称群分析,它是研究(样品或指标)分类问题的一种统计分析方法,同时也是数据挖掘的一个重要算法。 聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。 聚类分析以相似性为基础,在一个聚类中的模式之间比不在同一聚类中的模式之间具有更多的相似性。(Clustering algorithm)
ConsoleApplication1
- 获取鼠标坐标代码,并显示坐标。简单实用。几行代码搞定。(Get the mouse coordinates code, and display coordinates. Simple and practical. A few lines of code.)