This book is a complete reference to the C programming language and the C runtime library. As a Nutshell book, its purpose is to serve as a convenient, reliable companion for C programmers in their day-to-day work. It describes all the elements of the language and illustrates their use with numerous examples.
标签: programming reference the complete
上传时间: 2013-12-11
上传用户:天诚24
The last step in training phase is refinement of the clusters found above. Although DynamicClustering counters all the basic k-means disadvantages, setting the intra-cluster similarity r may require experimentation. Also, a cluster may have a lot in common with another, i.e., sequences assigned to it are as close to it as they are to another cluster. There may also be denser sub-clusters within the larger ones.
标签: DynamicClusteri refinement Although clusters
上传时间: 2014-01-04
上传用户:watch100
偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
上传时间: 2016-06-22
上传用户:wang5829
DOS SOURCE CODE,DOS-C started in 1988 as an experiment in writing device drivers in C for Microsoft s MS-DOS.
标签: experiment Microsof in started
上传时间: 2014-01-23
上传用户:chenjjer
S变换 C语言程序 由R.G.Stockwell 编写 包含了正反变换 以及希尔伯特变换正反变换
上传时间: 2014-01-04
上传用户:黄华强
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
标签: the password machine Client
上传时间: 2016-06-27
上传用户:xsnjzljj
这个是在Visual 6.0下的插件 named as Visual Assist X,安装到VS下,对代码编辑很有用处。
上传时间: 2013-12-10
上传用户:gaojiao1999
As information technology is more and more in-depth and wide range of applications, management information system has been gradually implemented in the technical maturity. Management Information System is a continuous development of new disciplines. Library Management System is a typical management information system (MIS), the development includes the background of the establishment and maintenance of database and front-end application development aspects. Database requested data consistency, integrity and the security of the data, and front-end applications require complete functions, such as easy-to-use. After analysis, I chose companies MICROSOFT VISUAL BASIC and Access prospects were as database development tools and background. With the provision of the various object-oriented development tools, in particular the data window convenient and simple objects developed intelligent customer satisfaction systems.
标签: more applications information technology
上传时间: 2013-11-29
上传用户:xymbian
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
Computers as Components Principles of Embedded Computing System Design
标签: Components Principles Computers Computing
上传时间: 2016-07-01
上传用户:924484786