搜索资源列表
stdio-common
- 绝对正真的stdio.h的实现,从原始的io角度看待自己所编写的c指令,对以后c的深入研究大有裨益。-absolute stdio.h is really the realization of the original from the perspective of their io prepared by the c direction right after c-depth study of great benefit.
MSP430单片机C语言编程中的退出睡眠问题
- MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM w
C网AT命令说明书
- 介绍at指令的书,几乎包含了所有at指令,以及指令的解码过程。-introduced at the instruction book contains almost all at the orders and directives of the decoding process.
myopenforcal
- 桌面好用的计算器,类C指令,有常用的数值计算,超强的图形显示,比matlab使用简捷方便。-handy desktop calculator, a class C guidelines, it is commonly used in numerical calculation, super graphics, the use of Matlab than simple convenience.
C++applicationProgram200
- C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码 -C Application Programming -------- 200 cases for th
C
- 语言的宏定义指令集,本文章还不错,希望大家多看看,给出宝贵意见。
creatmatwithc++
- 用C++编写一个可创建MAT文件的独立应用程序。程序说明了:1.可创建MAT文件的独立应用程序的编写步骤;2.相应C++源程序的基本格式;3.相应mx-函数和C指令的配合应用。4.MAT库函数matClose, matGetArray, matOpen, matPutArray, matPutArrayAsGlobal的使用方法。
c与汇编相互调用方法
c程序调用汇编方法之一:他们之间通过堆栈来实现参数传递,如在C中调用汇编生成的函数时,会先把当前指令指针入栈,然后把函数的参数入栈,在c程序中调用汇编程序生成的.obj文件定义的函数,通过指针sp来实现参数传递
MSP430单片机C语言编程中的退出睡眠问题
- MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM w
C网AT命令说明书
- 介绍at指令的书,几乎包含了所有at指令,以及指令的解码过程。-introduced at the instruction book contains almost all at the orders and directives of the decoding process.
GSM.C
- 单片机控制GSM的短信发送。AT指令的介绍.-GSM single-chip microcomputer to control the message sent. Introduction AT commands.
MIP-C
- mips-c指令系统,用Verilog实现-mips-c command systems, using Verilog realization of
c
- 我们可以在C源程序中插入传给编译程序的各中指令,这些指令被称为预处理器指令,它们扩充了程序设计的环境。现把常用的预处理命令总结进本文档-We can pass the C compiler to insert source of all the instructions that are called preprocessor directives, they expanded the programming environment.
Modern-Compiler-Implementation-in-C
- 本书全面讲述了现代编译器的各个组成部分,包括:词法分析、语法分析、抽象语法、语义检查、中间代码表示、指令选择、数据流分析、寄存器分配以及运行时系统等。-This book fully describes the modern compilers of the various components, including: lexical analysis, parsing, abstract syntax, semantic checki
Modern-Compiler-Implementation-In-C
- 本书全面讲述了现代编译器的各个组成部分,包括词法分析,语法分析,抽象语法,语意检查,中间代码表示,指令选择,数据流分析,寄存器分配及运行时系统。-This book fully describes the modern compilers of the various components, including lexical analysis, parsing, abstract syntax, semantic checking,
Linux-C-library-function
- Linux C 函数 使用手册 包含了几乎所有的linux的c指令,可供读者参考 -Linux C function manual contains almost all the linux c instructions for your reference
C# 斑马打印机USB接口ZPL条码打印
- 条码打印机USB口指令发送,斑码机可用,其它机没测试(Bar code printer USB port instruction sent, spot code machine available, other machines have not tested)
C#编程
- 在键盘上接收用户输入的15个整数数值,输入完成后,接收用户输入的指令,如果用户输入a(大小写不区分)升序排列,如果输入d(大小写不区分)降序排列,否则提示用户重新输入指令,输出排序前与排序后的数列内容。(, on the keyboard to receive 15 integer value of user input, the input is completed, receiving the command input by th
C++指令
- c++指令集简介Brief introduction of c++ instruction set(Brief introduction of c++ instruction set)
MIPS-Assembler-c
- MIPS汇编器,C语言,可以将指令转换为二进制代码(MIPS assembler program)