搜索资源列表
photomove
- 用C++ Builder 6.0编写,一个图片滚动的例子,类似走马灯。供初学者学习使用Image、ListBox等控件。-C Builder 6.0, a rolling photo examples similar merry-go-round. For beginners to learn how to use Image, as ListBox controls.
Little-Programm(C)
- 用C语言编写的几个小的应用程序及其源代码,供初学者学习使用,希望对大家有帮助!-C language prepared by several small applications and source code, for beginners to learn how to use, we want to help!
Visual_Basic_6.0_Database
- 《VISUAL BASIC 6数据库编程大全》配套源码 《VISUAL BASIC 6数据库编程大全》简洁而专业地指导Visual Basic 程序员如何利用微软的Visual Basic 企业版进行设计和创建数据库应用程序。内容覆盖了VB6程序员所要了解的八个方面,并为数据库程序员提供了经常会遇到的各种问题的必要解决方案。同时讲述了如何将这些技术结合在一起,创建正在莛发展的客户机/服务器,以及基于Web的应用程序。附带的光盘含盖了书中例举的程序代码,极大地方便读者学习和使用VB6进行程序开
Cfunction
- C语言库函数,包括用法和使用实例,适合初学者学习使用,方便查询库函数及其用法。-C language library functions, including use and the use of examples, for beginners to learn how to use, Inquiries library functions to facilitate its use.
O-asm
- 本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有
硬件编程
- 本程序是为获得计算机硬件方面信息,主要学会怎么使用C++builder的一些控件,以及一些关于硬件编程方面的函数-this procedure is to obtain information on computer hardware, mainly learn how to use C builder of some controls, as well as some of the hardware programming function
selfwriteOS
- 学习C语言是很容易找到老师的,你会被详细告知IDE是什么以及如何使用。但学习操作系统呢?你会发现绝大多数操作系统书籍只讲原理,讲各种各样的算法和策略。如果为了考试你可以把它背下来,但是如果是出于兴趣呢,怕是读了几天就感到索然无味了。本资料是操作系统开发实践的技术资料,对于OS感谢兴趣,想要亲身体验编写OS的实践者以及UNIX,LINUX源代码爱好者都可以在本资料中了解实践所需的知识和思路。-Learning C language is very easy to find a teacher, y
MemoryManagement
- Learn how to Memory Management in C++ through these document.
ECE348_Lab1_shah006
- To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging. This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Por
c
- C和C++嵌入式系统编程学习资料。 你可以从这本书里学到很多东 西。除了了解如何更有效地使用C和C++你还将会从本书中对常见的嵌人式软 件问题的详细解释,并从本书所提供的源代码中得到益处。本书中包含的高级 主题有存储器检测和验证、设备驱动程序的设计和实现.实时操作系统的内部 机理,还有代码优化技术。 -C and C++ Embedded Systems Programming learning materials. You can learn from this boo
TIMER
- 430 TIMER应用程序,是参考学习MSP430的TIMER如何使用很好的参考资料-430 TIMER application MSP430-TIMER reference to learn how to use a good reference
C05_LED
- 了解LED模块相关信息及其与各端口的相连。掌握LED模块的使用方法。学会使用C语言来编写显示LED程序。 -Understanding of LED module-related information and its connected with the port. Grasp the LED module is used. Learn how to use C language to write display LED program.
yuan
- iOS 4 编程 (涵盖iOS 4.3 and Xcode 4) (含源代码)-Get a solid grounding in all the fundamentals of Cocoa Touch, and avoid problems during iPhone and iPad app development. With Programming iOS 4, you ll dig into Cocoa and learn how to work effectively with Ob
objective-C-and-iphone-guide
- 学习Objective - C语言初学者和如何开发的iPhone程序员。邮编包含四件清单。-Learn objective-c language beginner and how to develop the iPhone programer .The zip contain four list of the pieces .
Atmega16
- 《手把手教你学AVR单片机C程序设计》实验程序-" Taught you how to learn AVR Microcontroller C program design experimental procedures
ccache
- 非常好的缓存设计的C++代码,简单修改就可实现复用,如果正在为如何开发缓存苦恼,可以参考这个实例好好学习一下.-A very good the cache design C++ code, simple modifications can achieve multiplexing learn is how to develop the cache distress, you can refer to this instance.
ping
- ping源代码,学习如何使用ping,C++代码-ping source code, learn how to use the ping C++ code
suanfa
- 数学建模的算法,可以用来进行数学建模,其中的算法很详细 -c language you can use this to learn how yo use build a mode
yaolog
- 就C++而言,不少程序员只是简单地用printf来输出日志,或者临时写个日志类,log4cpp等比较“重型”的日志库的使用率反而并不怎么高(至少从我经历的项目而言)。也许是不想为不需要的功能付出额外的学习成本,但无论如何,对于通用类别的工具采取临时手写的方式来应付,从长远考虑,在功能性和健壮性方面是得不偿失的。写这个日志类(yaolog)的最初的想法只是为了实现“输出到文件的带有时间信息的printf”,后来历经不同项目需求的“拷问”,借鉴和引用了很多开源代码(在此对那些作者表示感谢),就成了现
The GNU Make Book
- The GNU Make Book demystifies GNU make and shows you how to use its best features. You'll find a fast, thorough rundown of the basics of variables, rules, targets, and makefiles. Learn how to fix wastefully long build times and other common problems,
