Welcome![Sign In][Sign Up]
Location:
Search - hello.c c

Search list

[assembly languageHELLO

Description: hello.c program sample
Platform: | Size: 1177 | Author: wanguizhong | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[OtherLinux-C-lib

Description: Linux C function() 参考手册 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。   声明:本人不拥有文章所有权。本人会对本文件文章内排版出现的错误或遗漏内容以及日后提出的相关请求作出最大限度修改,有问题可e-mail:pennyhot@21cn.com,别炸我的邮箱:-) PennyHot  2003.06.06 -Linux C function () reference manual to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends. Statement : I do not have the article title. I would like this document article appeared typesetting errors or omissions in the contents and the future of the requests made to maximize the repair change, there can be e-mail : pennyhot@21cn.com,
Platform: | Size: 76800 | Author: 莫宁 | Hits:

[assembly languageHELLO

Description: hello.c program sample
Platform: | Size: 1024 | Author: wanguizhong | Hits:

[source in ebookhello

Description: 在ccs软件上实现输出hello world!,方便大家熟悉ccs软件!-Ccs software in the realization of output hello world! To facilitate well-known software ccs!
Platform: | Size: 19456 | Author: | Hits:

[DSP program1stsrc

Description: 这是TI DSP5402的一些C语言源代码,完全可以在CCS里调试运行,包括了menory,hello,bios,fution-This is TI DSP5402 some C language source code can be run in debugging in CCS, including the menory, hello, bios, fution
Platform: | Size: 543744 | Author: huangfeng | Hits:

[Windows DevelopHello.c

Description: 一个用C写的 hello word 在网上找的,看了半天没搞明白-hello word
Platform: | Size: 1024 | Author: 李嘉 | Hits:

[Symbianhello

Description: Symbian C++一个简单的hello world例子,使用Carbide IDE建立的工程,对初学者有参考价值-Symbian C++ with a simple hello world example, using the Carbide IDE build project reference value for beginners
Platform: | Size: 58368 | Author: 王知路 | Hits:

[JSP/Javahello-jni

Description: 用JAVA 的JNI调用本地c/C++的函数模块,以库函数的形式提供给Java 程序使用-JAVA JNI call with the local c/C++ function module to the form of library functions available to the Java program uses
Platform: | Size: 16384 | Author: xiecong | Hits:

[JSP/Javahello-jni

Description: Android的SDK中没有包括JNI的支持,而且对如何支持JNI也没有任何文档说明。不过既然整个Android平台是开源的,我们可以通过Google发布的源代码来找到一些线索(比如frameworks/base/media/jni/目录),依葫芦画瓢的实现上层JAVA程序通过JNI来调用Native C程序中的函数。-Android SDK does not include the JNI support but no documentation for instructions on how to support JNI. However, since the entire Android platform is open source, we can through Google released the source code to find some clues (such as the frameworks/base/media/jni/directory) upper JAVA program 依葫芦画瓢 the call through JNI Native C program function.
Platform: | Size: 196608 | Author: yue | Hits:

[Otherhello-jni

Description: java和c/c++相互调用实例,包括静态和动态生成c/c++源码,和c/c++数组,线程,对象的使用。-Java and c/c++ call each other examples, including static and dynamic generation of c/c++ source code, and the c/c++ array, the thread, the use of objects.
Platform: | Size: 167936 | Author: wuyongjiang | Hits:

[Windows DevelopHello World

Description: Hello World 编程初学第一课,适合第一次接触c#的学生(Hello World programming beginner lesson, suitable for the first time contact c# students)
Platform: | Size: 49152 | Author: maxwell_533 | Hits:

[Mathimatics-Numerical algorithmshello

Description: 实现c++数值操作 例如输入数组的数1 2 3 4 5 则输出2 1 4 3 5 4 。程序里有默认的输入数组,使用者酌情修改,能够运行,亲测有效。(C + + numerical operations For example, the input array number 1 2 3 4 5 output 2 1 3 4 5 4. Program in the default input array, the user as appropriate changes, to be able to run, effective measurement)
Platform: | Size: 674816 | Author: little kid | Hits:

[Otherhello

Description: hello world in the C programming language
Platform: | Size: 9216 | Author: Sanie | Hits:

[Otherhello

Description: c++ hello的qt简单程序QT4.85 给初学者一个简单的例程(c ++ hello qt simple program)
Platform: | Size: 22528 | Author: 无愧 | Hits:

[Linux-Unixhello-world

Description: 简单c程序,初级入门初级,仅限于编译器测试使用,(Simple C program, primary entry-level, limited to compiler testing use,)
Platform: | Size: 1024 | Author: aam | Hits:

[Windows Develophello - ??? (12)

Description: hello world program 12
Platform: | Size: 3072 | Author: jinsseon | Hits:

[VC/MFChello - ??? (19)

Description: hello world program 12345
Platform: | Size: 2048 | Author: jinsseon | Hits:

[GUI Develophello (3)

Description: hello world program 11122
Platform: | Size: 4096 | Author: jinsseon | Hits:

[Otherhello world.xcodeproj

Description: hello world 文件 为了完成c++大学教程中答案的下载(hello world in order to download the answer in c++ ,I would be very glad for your admission)
Platform: | Size: 16384 | Author: henryboy | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net