搜索资源列表
KFCMPLS
- These papers are several hybrid methods based on integration of KFCM (kernel-based fuzzy c-means) and level set.
CSharpChange-Skin
- 本文档简单介绍了如何利用DevExpress进行C# winform的皮肤设定和修改,对于初次接触DevExpress的用户来说,是一个入门级的教程,里面有详细用法,针对初学者来说很有应用价值,帮助他们熟悉并达到熟练掌握的地步。 -This document briefly describes how to use DevExpress for C# winform skin set and modify, for the initial contact DevExpress users,
OReilly.-.21st.Century.C.2012.RETAiL.eBOOk-rebOOk
- Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Expl
c-language-information
- C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。-C language is a structured language. Its level of clear, easy way to organize a modular program, easy to debug and maintain. Performance and processing capabilities of the C language strong. It not only has a w
jiegouyulianhe
- 在实际问题中,一组数据往往具有不同的数据类型。例如, 在学生登记表中,姓名应为字符型;学号可为整型或字符型; 年龄应为整型;性别应为字符型;成绩可为整型或实型。 显然不能用一个数组来存放这一组数据。 因为数组中各元素的类型和长度都必须一致,以便于编译系统处理。为了解决这个问题,C语言中给出了另一种构造数据类型——“结构”。 它相当于其它高级语言中的记录。-In the actual problem, a set of data tend to have different data types.