C++ Demystified: A Self-Teaching Guide by Jeff Kent ISBN:0072253703 McGraw-Hill/Osborne © 2004 This hands-on, step-by-step resource will guide you through each phase of C++ programming, providing you with the foundation to discover how computer programs and programming languages work.
标签: Self-Teaching Demystified McGraw-Hill 0072253703
上传时间: 2013-12-13
上传用户:1427796291
《精通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实例的源文件、函数/命令和注解以及程序实例。
上传时间: 2013-12-19
上传用户:1051290259
it is a good programe to use in nonlinear optical aspect
标签: nonlinear programe optical aspect
上传时间: 2014-01-13
上传用户:cc1015285075
8251 端口初始化 包含定义13个输入端口和9个输出端口
上传时间: 2013-12-14
上传用户:1583060504
It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.
标签: conversion functions provides client
上传时间: 2013-12-15
上传用户:Zxcvbnm
This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Estimating Speed from Single Loop Volume and Occupancy Measurements" by D. J. Dailey.
标签: Statistical implements Algorithm described
上传时间: 2013-12-12
上传用户:cc1915
The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display the ring/disk/plate movement. The movement will be shown graphically
标签: program display number plates
上传时间: 2013-12-20
上传用户:1966640071
This code is just a front-end to source separation algorithms.
标签: algorithms separation front-end source
上传时间: 2014-01-21
上传用户:z754970244
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
A*八数码问题的程序,用C++编写,非常非常不错,分2中方法计算
上传时间: 2014-01-10
上传用户:c12228