搜索资源列表
C++_compiler_debugger
- C++编译器和调试器以及库使用汇总,PDF格式-C compiler and debugger as well as the use of the summary, PDF format
differenct
- 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
词法分析器(wendang)
- /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
DVB标准手册+核心数据介绍
- DVB Open Transmission Core (dvbotc) is an implementation of the DVB-T standard ETSI 300 744v1.05. It is based on opendvb, but has been heavily modied and re-written in the C language to be able to achieve the goal of Real Time encoding and modulatio
顺序表的应用
- 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
zhifubao
- C#提供的支付宝接口源码,以及接口的说明文档。-C# provides the payment interface Po source, as well as the interface documentation.
mfc42d_XiaZaiBa
- mfc42d.dll 解决mfc执行时运行不了的问题 .如果您使用的是 32位 Windows 操作系统: 只需解压“32位系统”文件夹内的 mfc42d.dll文件到“X:\Windows\system32” (X代表您系统所在目录盘符,如:C:\Windows\system32 ) ; B.如果您使用的是 64位 Windows 操作系统: 请解压“32位系统”文件夹内的 mfc42d.dll文件到“ X:\Windows\SysWOW64”
cvs_guiding
- 关于CVS系统的操作,非个人总结整理,带图。CVS是一个C/S系统,多个开发人员通过一个中心版本控制系统来记录文件版本,从而达到保证文件同步的目的。CVS版本控制系统是一种GNU软件包,主要用于在多人开发环境下的源码的维护。 -CVS operation of the system, non-personal summary of finishing, the band diagram. CVS is a C/S system, a number of developers through
c-function
- c语言函数库,方便初学者了解有哪些函数。同时也可作为字典使用。-c language function library, easy for beginners to understand what function. Can also be used as a dictionary.
The-Visual-CPP-graphics-stunt
- Visual C++中的图形特技 随着计算机信息表示及实现的多媒体化,在许多学习软件、游戏软件,以及多媒体课件制作软件中,经常使用各种图形显示技巧,如图形的推拉、交错、雨滴状、百页窗、积木随机堆叠等显示模式。这样使画面变得更为生动活泼,更能吸引用户,也为更好地发挥软件的功能奠定了基础。本文就Visual C++ 6.0中实现图形的各种显示技巧的原理及具体方法做些探讨。 -The graphics stunt in the Visual C++ with the computer inf
Strain-Gauge
- A strain gauge (also strain gage) is a device used to measure the strain of an object. Invented by Edward E. Simmons and Arthur C. Ruge in 1938, the most common type of strain gauge consists of an insulating flexible backing which supports a metallic
LKT4101
- LKT4101 防抄板专用协处理器芯片采用专用的智能卡芯片平台,内置凌科芯安公司自主开发的嵌入式系统,专门为保护用户代码,防止非法访问和外部攻击而设计的新一代安全芯片。处理器使用8051内核,采用串口通讯协议,用户可以把主要算法放到芯片内部,编程语言基于标准C,开发简单方便,同时,内部大容量的数据空间可作为用户扩展数据存储器,存放重要特征数据。-LKT4101 anti-copy board dedicated coprocessor chip dedicated smart card chip
Parking-space-detection-management
- 本智能停车管理系统采用AT89C52单片机作为下位机,Visual C++编写上位机软件,通过串口实现上下位机通信,上下位机的共同协作完成对停车场的智能管理。车辆的检测采用了红外接近开关;车辆信息的读取使用RFID射频读卡器,实现全自动远距离车辆信息采集。车场的信息显示屏采用LCD12864实现对相应信息的显示;并能通过红外遥控对本系统实现控制。整个系统实现了对停车场驶入、驶出车辆的信息管理、红外遥控等功能。-This intelligent parking management system
CSharp_net_brief
- 这是一个C#的基础培训文档,包括介绍C#的Word文档,以及一个简单的PPT,可用于向初学者讲解C#的基本特性。-This is a C# based training documents, including the introduction of C# Word document, as well as a simple PPT, can be used to explain to beginners the basic features of C#.
MIL_C5541
- 鋁和鋁合金的陽極氧化塗層 1.1 范围。这些说明包话六种类型和两种电流形成的铝胶片阳极电镀和非建筑物的铝合金的一些具体要求 1.2 分类:阳极氧化涂层的形式和分类的一些具体事项也在此说明(见6.2和6.21) 1.2.1 类型 TYPE I -含三价铬酸阳极电镀,常规胶片是从铬酸盐中提炼出来。 TYPE IB-含三价铬酸阳极电镀,低电压工序22±2V(见3.4.1) TYPE IC - 非三价铬阳极电镀,用作一种转换TYPE I和IB涂层的非铬酸盐(见3.4.1和6.1.
pacman
- This a great game in C+++ project you will see as you start it-This is a great game in C+++ project you will see as you start it
Disk-directory-traversal-C-Sharp
- 遍历我的电脑磁盘目录以及相应的文件格式,创建时间,以及文件大小。可以自动删减相应的文件,上传、复制等功能。-Mother is always the greatest person in the family, because she takes care of everything, she does all the housework, though she is a housewife, what she is so heavy and great. I nearly help my mo
Pay-roll-Abstract
- The “Payroll Management” is based on the salary activity for each company staff depending on their attendance. The first activity is based on saving the employees details where each employee will be given a unique Employee ID. The Admin only has the
OpenCV
- OpenCV OpenCV 是一个广受欢迎的开源计算机视觉库 是一个广受欢迎的开源计算机视觉库 ,它提供了 很多函数,实现很多计算机视觉法,从最基本的 滤波到高级物体检测 皆有涵盖 。很多 初学者希望快速掌握 OpenCV OpenCV OpenCVOpenCV的使用方法 ,但 往会 遇到 各种样的困难。 其 实仔细分析,造成这些困难的原因 有两类:第一是 C/C++/C++/C++/C++编程基础不过关; 第二类是不了解算法原理。 解决 这些 困难无非提升编程能力,以及理论基 础知识。 提升编
huawei-development-spec
- huawei c++ 开发标准,可以作为基本参考使用,无需重复造轮子-huawei c++ development standards, can be used as a basic reference, no need to repeat-create the wheel
