搜索资源列表
-
0下载:
c编译器实现源代码,对想学习系统编程特有帮助,特别是对正在学习编译原理的朋友有很高参考价值-c compiler source code to achieve the learning system to help specific programming, especially for the study was compiled tenets of friends have a very high reference value
-
-
0下载:
西安电子科技大学出版的VC++高级编程技巧与示例,其中全面系统地讲述了VC++高级编程技术的实现方法,包括ADO,COM,ODBC,DAO等技术的实例源码,所有代码都必须使用Visual C++6.0 以上的版本编译,此外,把本光盘中的示例拷贝到硬盘上后,如果VC++读取有问题,则是工程文件的属性为只读所致,只要将文件的只读属性去掉即可。-Xi'an University of Electronic Science and Technology published by the VC a
-
-
0下载:
linux下c编程指南,包括创建进程,文件操作,时间概念,信号处理函数,进线程通信,以及linux下c编译器-c under linux Programming Guide, including the establishment of processes, file operations, the time the concept of signal processing functions, into the threads of communication, as well as linu
-
-
0下载:
rsa算法源程序,C代码.信息安全rsa非对称加密算法用c语言编程实现 rsa的C语言实现 gcc 3.4.2编译通过
-rsa algorithm source code, C code. information security rsa asymmetric encryption algorithm using c language rsa the C programming language compiler gcc 3.4.2 through
-
-
0下载:
在 μC/OS-II 上的移植,主要是针对与 CPU 或编译器相关的文件和操作系统模拟层来
进行移植,并简要描述了 LwIP 对下层的网络接口和上层的应用程序接口的编程模
型。针对以太网控制器和网络物理层芯片的硬件特征,实现了以太网驱动程序,主
要完成以太网的初始化、中断处理以及数据的接收和发送等功能,为 LwIP 提供驱动
支持。根据嵌入式应用开发的需要,在 LwIP 协议栈的基础上实现了 TFTP 协议以及
网络烧写服务器,为 Bootloader 提供有实用性的网络下载
-
-
0下载:
This fi le is a C programming tutorial using the GNU C compiler and GNU Libc.
-
-
0下载:
InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including:
- Software th
-
-
0下载:
GCC和g++是Linux下编译C程序和C++程序的两个功能强大的编译器。本文着重介绍了这两者以及相关编程-GCC and g++ is a compiled C program under Linux and C++ program two powerful compiler. This article highlights and related programming both
-
-
0下载:
回调函数是基于C编程的Windows SDK的技术,不是针对C++的,程序员可以将一个C函数直接作为回调函数,但是如果试图直接使用C++的成员函数作为回调函数将发生错误,甚至编译就不能通过。
文章来源:iT人家 (www.itrenjia.org) 原文地址:http://www.itrenjia.org/2010/1028/672.html-Callback function is based on C programming Windows SDK technology, not
-
-
0下载:
含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
-
-
0下载:
本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
-
-
0下载:
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序.-Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base clas
-
-
0下载:
目前比如Win7 32 64位系统不能使用原来的bin2hex,对于单片机编程者造成困扰。这个源代码用VC或者C++builder 编译之后也能实现该功能。--Such as Win7 32 64-bit systems can not be used the original BIN2HEX, causing distress for microcontroller programming. The source code with VC or C++builder compiler can
-
-
0下载:
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Inheri
-
-
0下载:
实验5 简单shell的设计和实现(20分)
目的:
1、练习使用编程环境,包括shell的命令,vi和gcc编译器。
2、体会进程概念,了解fork,execve,wait等系统调用。
要求:
1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。
2、输入错误命令能提示出错并进入下一轮接收命令状态。
3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。
-
-
0下载:
采用C++11实现一款简易的STL标准库,既是C++STL的一个子集(裁剪了一些容器和算法)又是一个超集(增加了一些容器和算法)
目的:练习数据结构与算法和C++ Template编程
编译环境:VS2013及以上版本-C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a sup
-