CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - C 函数

搜索资源列表

  1. c++_asm混合

    0下载:
  2. 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.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:21126
    • 提供者:sun
  1. calculater

    0下载:
  2. 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
  3. 所属分类:assembly language

    • 发布日期:2017-05-21
    • 文件大小:2223937
    • 提供者:高斯
  1. c++ch01

    0下载:
  2. 一、教学目的: 要求掌握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
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:37009
    • 提供者:新奇
  1. 5_1_3

    0下载:
  2. 用拉格朗日插值多项式求函数近似值 在visual C++ 6.0可以查看源代码-Lagrange interpolation polynomial for function approximation in the visual C++ 6.0 can view the source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1374
    • 提供者:和佩
  1. HC08

    0下载:
  2. Freescale HC08的传参方式,从汇编中传递参数到C函数-Freescale HC08 mass parameter method to pass parameters from the compilation to the C function
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:5058
    • 提供者:朱旭燕
  1. nwf

    0下载:
  2. C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。-C++ function call stack, disassembly examples. Can learn to pass parameters into the subroutine, subroutine return and so on.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2323
    • 提供者:1
  1. stdcall

    0下载:
  2. stdcall C++ 调用汇编理解。让我们知道函数参数入栈及返回的处理。对比fastcall会更清楚。-stdcall C++ compilation of understanding calls. Let us know the function parameters and return stack processing. Contrast fastcall will be clearer.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:896
    • 提供者:1
  1. normrand

    0下载:
  2. 提供两个函数,通过均匀分布函数来生成正态分布随机数。-Provides two functions, the uniform distribution function to generate normal random numbers.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:841
    • 提供者:王帅
  1. asm_sum

    0下载:
  2. 编写一个C程序和汇编程序混合编程的综合程序,要求编写完成相同功能(求4个整数的和)的汇编子程序ASM_SUM和C函数int c_sum(int a, int b, int c, int d)。然后在汇编程序中调用C函数,在C程序中调用汇编子程序,并代入参数进行验证-Write a C procedures and compilation of mixed programming comprehensive procedures, prepared to complete the same fun
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:89302
    • 提供者:张子安
  1. Secret-C-P-P-compiler-

    0下载:
  2. 揭秘:C++编译器的函数编译流程对于 .cpp 文件中调用的一个函数 ( 或成员函数 )-Secret: C++ compiler the function compile process
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3665
    • 提供者:小芳
  1. 2-mystring

    1下载:
  2. 编写一个函数模板,它返回两个值中的最小者,但同时要确保这个函数模板能正确处理字符串。并编写主函数,实现两个字符串中最小者的输出。 适合初学者对c++函数模板的入门-Write a function template, which returns the minimum of the two values, but at the same time to ensure that the function template to correctly handle the string. And
  3. 所属分类:assembly language

    • 发布日期:2016-03-25
    • 文件大小:1024
    • 提供者:李享
  1. c

    0下载:
  2. 用c语言编写一个通讯录,并对他进行增加,查询,删除,修改,显示记录等操作,要写出源代码并画出流程图.. 编程要求: 在编写的程序中应该包括以下模块 第一个模块--主函数main()的功能是:根据选单的选项调用各函数,并完成相映的功能. 第二个模块--Menu()的功能是:显示英文提示选单. 第三个模块--Quit()的功能是推出选单. 第四个模块--Creat()的功能是:创建新的通讯录. 第五个模块--Add()的功能是:在通讯录的末尾,写入新的信息,并返回
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:2364
    • 提供者:cus
  1. C-Sharp--class-library-source-code

    0下载:
  2. 主要写了一些c#通用函数类库源码,比如矩阵加法,减法,乘法,求逆等一些程序-Mainly write c# generic function class library source code, such as matrix addition, subtraction, multiplication, inversion and some programs
  3. 所属分类:assembly language

    • 发布日期:2017-11-04
    • 文件大小:600100
    • 提供者:丁建洋
  1. genenetic-algorithm-C-

    0下载:
  2. 一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:68108
    • 提供者:褚玉璞
  1. Mix-of-c-a-asm

    0下载:
  2. C程序调用汇编程序、汇编程序调用C程序、参数从C传递到ASM函数等。-This program demonstrates about calling ASM functions from the C program.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:66261
    • 提供者:王望
  1. c

    0下载:
  2. 1.输入一行文字,找出其中大写字母、小写字母、数字字符、空格以及其他字符各多少。。要求编写一个函数实现统计功能,在主函数中输入一行文字、调用统计函数并输出统计结果。 2.写一个函数实现两个字符串连接,在主函数中输入和输出字符串,要求用字符指针变量作行参和实参-1. Enter the line of text to find out where the uppercase letters, lowercase letters, numbers, characters, spaces, and
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:江雪
  1. 方程求解程序

    0下载:
  2. 有函数f(x)=ex可展开成:f(0)+f’(0)x/1!+f”(0)x /2!+…。编写函数程序求ex,使误差小于0.0000001。(The function f (x) =ex can develop into: F (0) +f (0) "x/1! +f" (0) x + /2.... Write function program ex, so that the error is less than 0.0000001.)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:火柴棒
  1. 65282

    0下载:
  2. 获取汇编指令长度 ,代码中包含了两个函数, unsigned long __fastcall Decode_Size( LPCVOID Opcode ); unsigned long __fastcall Decode_Size( LPCVOID Opcode, DETAILED_SIZE& Detailed ); 前一函数仅返回指令长度,后一个函数返回指令的详细长度报告:前缀长,指令(包含了MOD/RM 字节,SIB字节)长,第一个操作数长,第二个操作数长。 欢迎大家下
  3. 所属分类:汇编语言

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:xxed
  1. C++Course(上)

    0下载:
  2. 有关C++学习的一些课件和资料,这里包括程序控制结构,函数和一维、二维数组的学习等(Some courseware and information about C++ learning)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-22
    • 文件大小:8553472
    • 提供者:fiona心语
  1. C++Course(下)

    0下载:
  2. 有关C++学习的一些资料和课件,包括结构、类与对象,继承,虚函数与多态性等(Some courseware and information about C++ learning)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-22
    • 文件大小:3121152
    • 提供者:fiona心语
« 12 3 4 »
搜珍网 www.dssz.com