搜索资源列表
介绍C++编程语言
- 本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上
clock_8mhz
- 采用c语言编写的简易电子时钟程序。利用iccavr系列开发工具编写并调试成功。利用8mhz晶振可以达到实际时钟效果。-use of simple language electronic clock procedures. Use iccavr series development and debugging tools to prepare successful. Use 8MHz crystal clock can achieve practical results.
array01.c
- 对于常见的积分一般同志都可以编写,但龙贝格计算积分比较复杂,此处以c语言为工具开发的算法,特经典-common for the general points can be prepared comrades, but Romberg integral calculation complexity here to c language as a tool for development of the algorithm, special classic
利用C语言小程序来解决大问题
- 们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或 系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名 等等。这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这 些问题。 -know the C language is very strong, very s
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
STRINGconvert
- C语言编写的字符串反转工具,用来将屏幕上输入的字符串反转后输出。-C language string reversal tool used to screen input string inverted output.
C语言编写推箱子程序
- 本文以Turbo C作为编程工具,编写推箱子游戏,并给出最后成功运行的推箱子游戏C语言源程序。-paper as Turbo C programming tools, prepared feeds games, and gives the successful operation of the final game magazines C language source code.
linux_qq.linux局域网聊天工具原代码
- linux局域网聊天工具原代码,c语言编写,LAN chat tools linux source code, c language
c_compiler
- 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which a
TMS320C54x-ruanjiankaifa
- 软件开发过程及开发工具 TMS320C54x C语言编程 汇编语言程序编写方法-Software development process and development tools TMS320C54x C language programming assembly language programming methods
drawphoto
- 这是一个用c#语言编写的绘图工具,它可以绘画直线,圆,矩形,等等,是我课程设计时做的,给大家参考一下!-This is a used c# Languages drawing tools, it can be drawing a straight line, round, rectangular, and so on, is what I am doing course design, to refer to!
json-c-0.7
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。[编辑本段]
VirtualDeskTopDemo
- 用C#语言编写虚拟桌面工具,让一台电脑模拟出多个桌面来,最多可以有10个虚拟桌面-C# language using a virtual desktop tool that allows a computer to simulate a number of desktop, can have up to 10 virtual desktops ...
FOicq
- linux下一个聊天工具代码,C语言编写。-a chat tool under linux code, C language.
Win32Tetris_C
- 原创Windows入门程序,直接用C语言调用Windows API的方式编写。几乎包含了Windows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,带详细注释的源代码,开发环境是VC6。-Original Windows entry procedures, the direct use of C language to call Windows API way to prepare. Almost c
dialogwithtoolbar
- 此源码实现带有工具栏的对话框效果,C++语言编写,可以直接在VC6.0环境下编译运行。-Source to achieve an effect Toolbar dialog box, C++ language, you can directly run VC6.0 compiler environment.
haofubiao
- 测量工具毫伏表的设计,运用单片机c语言进行编写程序。-haofubiao design
webbench-1.5.tar
- Webbench 是一个在 Linux 下使用的非常简单的网站压测工具。它使用 fork ()模拟多个客户端同时访问我们设定的 URL,测试网站在压力下工作的性能,最多可以模拟 3 万个并发连接去测试网站的负载能力。Webbench 使用C语言编写, 代码实在太简洁,源码加起来不到 600 行。(Webbench is a very simple site testing tool for use in Linux. It uses fork () to simulate multiple cl
QStudio-Setup-v2.2.4
- 简单的编写C语言的编写工具,比较小,轻量级,但是相对的环境都会有(Write C language programming tools.)
使用.NET编写工具条按钮插件示例1
- 用友U8工具栏按钮二次开发,使用C#语言。(UFIDA U8 toolbar button secondary development, using C# language.)