Welcome![Sign In][Sign Up]
Location:
Search - c x

Search list

[BooksVisual+C++实践与提高-ActiveX篇

Description: Visual+C++实践与提高-ActiveX篇,讲解activex的相关开发,基于C++
Platform: | Size: 26550028 | Author: 07shwu | Hits:

[Data structs04722-x

Description: 数据结构——C语言版配套源代码-Data structure- C language version of matching source code
Platform: | Size: 301056 | Author: 站长 | Hits:

[J2MEC-XMLCode

Description: 解析xml为树状结构,c编写-analytic xml structure of the tree, c prepared
Platform: | Size: 29696 | Author: 王琴 | Hits:

[BooksVisual C++5 Active X编程指南

Description: Visual C++5 Active X编程指南-Visual C 5 Active X Programming Guide
Platform: | Size: 9040896 | Author: 吕怡 | Hits:

[VC/MFCVisual C++ 6.0程序员指南

Description: 本书是美国微软出版社授权的 Microsoft Visual Studio系列中文版图书之一,它是 Visual C++ 6.0程序员的实用参考书。 书中讨论的许多主题均以范例程序进行说明,所有范例程序的项目文件都在配套光盘上。本书是从事Visual C++ 6.0应用与开发的所有技术人员极好的工具书,同时也是大专院校相关专业的师生的自学、教学参考用书。 全书共分成六个部分: 第一部分介绍Developer Studio和AppWizard的基础知识; 第二部分介绍文本、图形和对话框编辑器; 第三部分是编程指南,展示了如何使用Classwizard和 Gallery来加速编程开发工作,创建自己的组件; 第四部分介绍 ActiveX控件及其使用,说明如何用MFC或ATL来写 ActiveX控件; 第五部分讨论调试器的各种能力,程序优化的各种选项及原因,如何定制Visual C++,如何编制宏和附加实用程序; 第六部分提供ASCll字符和ANSI字符的标准表格,并简要描述ClassWizard支持的MFC类和VBScript-the book is authorized Microsoft Microsoft Visual Studio line Chinese version of one book, which is 6.0 Visual C programmers practical reference books. Book Many of the topics discussed were examples of procedures that all procedures examples of projects supporting documents are in the CD-ROM. The book is engaging in Visual C++ 6.0 application development with all the technical staff excellent tool, as well as tertiary institutions relevant professional teacher training, teaching reference books. The book is split into six parts : the first part describes Developer Studio and the basic knowledge+5.0; The second part gives text, graphics and dialog editor; The third part of the programming guide, showing how to use Classwizard Gallery and to accelerate the development of programming buil
Platform: | Size: 10822656 | Author: 刘建国 | Hits:

[Other指数平滑法预测数据

Description: 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k-- smoothing cycle* n-- raw data Number* m-- forecast steps* alfa-- weighting* x-- at the raw data array pointer output : s1-- return value to a point meeting smoothing results array pointer* s2-- return value to the point second exponential smoothing results array pointer* s3-- return value to point to three exponential smoothing results array pointer* xx-- return value to point to the results of forecasts array pointer
Platform: | Size: 1024 | Author: 浣熊 | Hits:

[ELanguagec语言词法分析程序

Description: .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparation, modulation of the lexical analysis of a specific procedure, deepen understanding of the principles lexical analysis. Requirements: (1) through the understanding of the formal ceremony, finite automata theory, in accordance with the following X-language description of the preparation of an X language lexical analysis procedures. (2) submitted to the experiment report, which reads as follows: The purpose of the requirements, DFA, the list of procedures (with Notes), the test sample and the results
Platform: | Size: 33792 | Author: 萧飞 | Hits:

[Mathimatics-Numerical algorithmsC语言常用源代码

Description: C语言数值计算中常用的函数,如sin(x),cos(x)的实现方式的源代码。-Codes for functions which are used frequently in numerical calculation ,such as sine function,cosine function, written in C language
Platform: | Size: 72704 | Author: 何培松 | Hits:

[GUI Develop循环冗余码校验crc算法

Description: 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
Platform: | Size: 1177600 | Author: 藤力 | Hits:

[matlabmatlab7.x

Description: 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。 本书按混合编程的具体方法进行逻辑编排,自始至终用实例描述,每章着重阐述各种混合编程方法的实质和要点,同时穿插了作者多年使用MATLAB的经验和体会。本书既适合初学者自学,也适用于高级MATLAB用户,可作为高等数学、计算机、电子工程、数值分析、信息工程等课程的教学参考书,也可供上述领域的科研工作者参考。 这里是本书所有源码压缩包,内容详尽、实例丰富,包含MATLAB实例的源文件、函数/命令和注解以及程序实例。 -"proficient MATLAB7 mixed programming" system introduced in MATLAB 7.0 Mixed Programming methods and techniques. The book is divided into 13 chapters. Chapter 1 and Chapter 2 on the basis of knowledge MATLAB, Chapter 3 briefed Matlab. Chapter 4-Chapter 9, respectively introduced several typical mixed programming, including C-MEX, MATLAB engine, MAT data file sharing, Mideva, Matrix and the Add-in. Chapter 10, Chapter 11 and Delphi on MATLAB and Excel hybrid programming. Chapter 12 on MATLAB COM Builder, chapter 13 for image processing as an example of a composite application. The book by the mixed programming methods for the specific logic layout description throughout example, Each chapter focuses on a combination of programming and real elements, while full of the author's
Platform: | Size: 1619968 | Author: yixiao | Hits:

[P2Pjxta-c-2.4

Description: Welcome to JXTA-C/C++ Project JXTA-C/C++ project is an open source cross-platform C/C++ implementation of the JXTA platform with an Apache-like license. The community is committed to a quarterly release cycle. For each release, it is currently built and tested on Solaris/Linux/Windows, MacOS X and BSD are reported to work. About JXTA The JXTA platform is an open network computing platform designed for peer-to-peer (P2P) computing. The JXTA platform standardizes the manner in which peers: Advertise and discover resources (Peer, PeerGroup, Service and Pipe Advertisements) Communicate with each other (Pipes) Cooperate with each other to dynamically form peer groups -Welcome to JXTA-C/C Project JXTA-C/C proj ect is an open source cross-platform C/C biennium entation of the JXTA platform with an Apache-li ke license. The community is committed to a quar sourcing release cycle. For each release, it is currently built and tested on Solaris/Lin ux/Windows, MacOS X and BSD are reported to work. About JXTA T he JXTA platform is an open network computing pl atform designed for peer-to-peer (P2P) comput ing. The JXTA platform standardizes the manner in which peers : Advertise and discover resources (Peer, PeerGroup. Service and Pipe Advertisements) Communicate with each other (Pipes) Cooperate with each oth er to dynamically form peer groups
Platform: | Size: 1602560 | Author: 杨阳 | Hits:

[Otherlinux-operation-in-C-program

Description: 一本很适合在linux下编程的初学者,里面详细的讲解了很多linux下的常见函数的使用,书中也有很多例子。目录如下: 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍-one is very suitable for the under linux programming beginners, which explains in detail the many linux under the common function of the use, the book has many examples. Contents are as follows : 1) Linux program design portal-- basic knowledge 2) Introduction to Linux program design-- the process of introducing 3) Linux program design portal-- File 4) Introduction to Linux program design-- the concept of time 5) Li nux program design portal-- Signal Processing 6) Linux program design portal-- Message Management 7) Linu x Design portal-- Operation Thread 8) Linux program design portal-- Network Programming 9) Linux C development tools introduced
Platform: | Size: 357376 | Author: cpf | Hits:

[VC/MFCAccelerated.C++

Description: 这是关于c++的电子书籍,Accelerated C++ Practical Programming by Example by Andrew Koenig and Barbara E. Moo Addison-Wesley, 2000 ISBN 0-201-70353-X Pages 336 Second Printing -c electronic books, Accelerated C Practical Programming by Exampl e by Andrew Koenig and Barbara E. Moo Addison-We sley, 2000 ISBN 0-201-70353-X Pages 336 Second Print ing
Platform: | Size: 894976 | Author: liyunfei | Hits:

[SCMc-basic

Description: 用C-BASEIC语言编写的805X单片机计算子程序P=A0+A1*X+A2*X*X+A3-with C-language BASEIC the 805X MCU calculation subroutine P = A0 A1 A2* X* A3* X* X* X* X* X
Platform: | Size: 28672 | Author: spr | Hits:

[ConsoleBP_sin(x)

Description: BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
Platform: | Size: 61440 | Author: 孙志海 | Hits:

[OtherVisual.Assist.X.v10.4.1640.0cracked

Description: Visual Assist X v10.4.1640.0破解版Visual Assist X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。-Visual Assist X v10.4.1640.0 cracked version of Visual Assist X is a very good Visual Studio. NET 2003,2002 plug-in, support C/C++, C#, ASP, Visual Basic, Java and HTML and other languages , also supports VC++ 6, VC++ 5, can automatically identify a variety of keywords, the system function, member variables, automatic paper input prompts, automatic error correction case automatically marked wrong and so on, will help improve development process to automation and development efficiency.
Platform: | Size: 4382720 | Author: 匿名 | Hits:

[Windows DevelopVisual.Assist.X.v10.4.1626.0

Description: Visual Assist X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。 -Visual Assist X is a very good Visual Studio. NET 2003,2002 plug-in, support C/C++, C#, ASP, Visual Basic, Java and HTML and other languages, also support VC++ 6, VC2B !+ 5, can automatically identify a variety of keywords, the system function, member variables, automatic paper input prompts, automatic error correction case automatically marked wrong and so on, contribute to the development process to enhance the development of automation and efficiency.
Platform: | Size: 4192256 | Author: gb | Hits:

[SCMX-Y

Description: 通过插补计算实现在51单片机上控制X-Y机械手臂绘图的功能-Calculated through interpolation single-chip implementation of the 51 control XY robot mapping function
Platform: | Size: 125952 | Author: andylee | Hits:

[Windows Developvisual.assist.x.10.4.1619

Description: visual c++必备助手插件,支持目前所有版本-visual c++ plugins
Platform: | Size: 5473280 | Author: 史俊 | Hits:

[Windows Develop矩阵计算C语言版

Description: 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C language)
Platform: | Size: 15360 | Author: Master_King | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net