搜索资源列表
c++_asm混合
- c++和汇编语言的混合编程例子。 在VC6,vc7集成环境下调用汇编语言函数,使用变量,结构等方法的例子。-c and assembly language programming examples of mixed. The VC6, vc7 integrated environment called assembly language function, the use of variables, such as the structure of examples.
C++0.1
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.2
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.3
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.4
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.5
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
c++ch01
- 一、教学目的: 要求掌握C++与C的区别。C++增强的基本内容。 C++编译运行的基本环境。 二、教学重点: C++与C的区别,以及C++增加的内容。 三、教学难点: C++中函数概念的扩展以及面向对象概念的理解。-First, teaching Objective: To request grasp C++ And C the difference. C++ Enhance the basic content. C++ Compiler to run the b
c
- SVR程序,直接用就可以了,没有错误,其中还有一些变量需再编程序算,如:MSE-SVR procedure can be used directly and there is no mistake, there are some variables which should be subject to the procedures for counting, such as: MSE
ADC0832
- 使用AD0832的数字电压表C51代码以及数码显示程序-The use of the AD0832 digital voltage meter C51 digital display program code, as well as
986q
- 在自己的应用程序中使用MSOfficeasc as-In their own applications using scaasascMSOffice
PC_Assembly_Language_Paul_A_Carter_2006-book
- PC Assembly Language Paul A. Carter July 23, 2006 The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often
C-language-also-can-do-great-things
- C语言是一种计算机程序设计语言。它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出。1978后,C语言已先后被移植到大、中、小及微型机上。它可以作为工作系统设计语言,编写系统应用程序,也可以作为应用程序设计语言,编写不依赖计算机硬件的应用程序。它的应用范围广泛,具备很强的数据处理能力,不仅仅是在软件开发上,而且各类科研都需要用到C语言,适于编写系统软件,三维,二维图形和动画。具体应用比如单片机以及嵌入式系统开发。-C language is
C-94
- C语言经典算法94例,顾名思义,其中有94个C经典程序及其源代码,可以拿来研究研究-94 cases of C language classic algorithms, as the name implies, of which there are 94 classic C program and its source code can be used to study a
Some-c-source-code
- C语言是一种计算机程序设计语言,它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出,1978年后,C语言已先后被移植到大、中、小及微型机上,它可以作为工作系统设计语言,编写系统应用程序,也可以作为应用程序设计语言,编写不依赖计算机硬件的应用程序。它的应用范围广泛,具备很强的数据处理能力,不仅仅是在软件开发上,而且各类科研都需要用到C语言,适于编写系统软件,三维,二维图形和动画,具体应用比如单片机以及嵌入式系统开发。-The C languag
C-Sharp--class-library-source-code
- 主要写了一些c#通用函数类库源码,比如矩阵加法,减法,乘法,求逆等一些程序-Mainly write c# generic function class library source code, such as matrix addition, subtraction, multiplication, inversion and some programs
C-Program
- 输入两个数,将两个数进行比较,然后将最小的数作为输出。-Enter the number two, the two numbers are compared, and the smallest number as output.
c
- 本课题通过针对水下悬浮颗粒物为目标,重点利用等效球的Mie 散射理论分析研究了悬浮粒子的散射特性。-This paper studied the scattering properties of suspended particulates by Mie scattering theory for underwater suspended particles as the goal, the focus of the analysis using the equivalent sphere.
C-and-assembly
- C++和汇编语言程序的相互调用。在VC中编译。-C and assembly language as caller to call each other.
c-language
- 压缩包中代码是几个比较基础的利用指针方法处理数据的代码,如进行数字的排序,换序,字符类型的辨别-Compressed code are a few more basic approach to the use of the pointer data codes, such as digital sort, change order, character type of discrimination
c
- 1.输入一行文字,找出其中大写字母、小写字母、数字字符、空格以及其他字符各多少。。要求编写一个函数实现统计功能,在主函数中输入一行文字、调用统计函数并输出统计结果。 2.写一个函数实现两个字符串连接,在主函数中输入和输出字符串,要求用字符指针变量作行参和实参-1. Enter the line of text to find out where the uppercase letters, lowercase letters, numbers, characters, spaces, and