搜索结果

找到约 50,972 项符合 A-C 的查询结果

其他书籍 『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This

『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C Get a clear explanation of f ...
https://www.eeworm.com/dl/542/250987.html
下载: 171
查看: 1074

VC书籍 Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portabl

Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutoria ...
https://www.eeworm.com/dl/686/251417.html
下载: 133
查看: 1049

数学计算 n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<

n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<Solve>按钮即可进行求解. c) 求解过程显示 在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数. 当冲突数降到0时,求解完毕. d) 求解结果显示 程序可以图形化显示8< ...
https://www.eeworm.com/dl/641/252139.html
下载: 67
查看: 1059

其他 Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we

Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB&reg C++ Math Library serves two separate constituencies: ...
https://www.eeworm.com/dl/534/252688.html
下载: 38
查看: 1066

其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task

As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us ...
https://www.eeworm.com/dl/534/252690.html
下载: 200
查看: 1053

其他 Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files

Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articl ...
https://www.eeworm.com/dl/534/252692.html
下载: 56
查看: 1058

编译器/解释器 TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language inter

TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language interpreter. The language, and indeed a significant part of the core of the TOOL engine, is based on the BOB project, a work that was originally developed by David Betz covered in previously published issu ...
https://www.eeworm.com/dl/628/253144.html
下载: 88
查看: 1096

串口编程 CHAPT09TERMW16.CPP 16-Bit test program for the Win16Port class. CHAPT09TERMW16.DEF A file needed by

CHAPT09\TERMW16.CPP 16-Bit test program for the Win16Port class. CHAPT09\TERMW16.DEF A file needed by the linker for this program. CHAPT09\TERMW16.EXE 16-Bit exeuctable of the test program. CHAPT09\TERMW16B.MAK A makefile for Borland C++. CHAPT09\TERMW16M.MAK A makefile for Microsoft C++.
https://www.eeworm.com/dl/624/254612.html
下载: 109
查看: 1076

VC书籍 Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, refer

Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabri ...
https://www.eeworm.com/dl/686/258189.html
下载: 25
查看: 1057

编译器/解释器 文件名 :test3.c * 文件描述:预测分析法实现的语法分析器。分析如下文法: * E->E+T | E-T | T * T->T*F | T/F |F *

文件名 :test3.c * 文件描述:预测分析法实现的语法分析器。分析如下文法: * E->E+T | E-T | T * T->T*F | T/F |F * F->(E) | i * 输入:每行含一个表达式的文本文件(#号结束)。 * 输出:分析成功或不成功信息。 * 创建人:余洪周 <nick19842000.cublog.cn> 2006-12-16 * 版本号:1.0 * 说明 :为了 ...
https://www.eeworm.com/dl/628/258560.html
下载: 163
查看: 1135