CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - h.3
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ASP
.NET/ASPX
PHP
JSP
CGI
VC/MFC
Delphi/CppBuilder
Software Engineering
Network Develop
Server
Database
Homepage tools
Photo software
Other
Search - h.3 - List
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了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
Date
: 2010-11-29
Size
: 23.92mb
User
:
zxx000
[
Books
]
eoe_android特刊8
DL : 1
【eoe特刊】第八期 :Android开发技巧 当掌握了一门开发语言以及一个平台的开发模式以后,基本上就可以进行开发了。但是写程序 是门很有意思的事情,特别是现在使用Java这样的语言开发,我们又了强大的开发工具,我们又了 更好的UI交互的平台,所以也诞生了很多使用的开发技巧,如果能够掌握这些小技巧无疑能为我们 的开发提速不少。 目录: 4 本期简介............................................................................2 上传 EOEMARKET 让社区帮你推广..........................................2 《GOOGLE ANDROID 开发入门与实战》简介............................3 1.1.1.1.最常用的 ECLIPSE 快捷键&模拟器快捷键.......................6 1.1ECLIPSE 快捷键.............................................................6 1.2 模拟器快捷键............................................................... 8 2.ECLISPE 使用技巧.......................................................... 10 2.1 密技篇:.................................................................... 10 2.2 外挂篇:.................................................................... 10 2.3 一般插件安装...............................................................11 2.4 安装 MYECLIPSE.......................................................12 2.5 自定义注释................................................................14 2.6 查看 JDK 源代码..........................................................14 3.JAVA 开发小技巧............................................................15 4. ANDROID最佳实践....................................................... 19 4.1 为性能设计:.............................................................. 19 4.2 为响应灵敏性设计........................................................ 22 4.3 为无缝设计:.............................................................. 24 5.多资源文件的引用........................................................... 27 6.ANDROID 调试 LOGCAT技巧...........................................29 7. 用 ANDROID 运行最简单的 C 程序....................................31 8.开发技巧杂集.................................................................33 8.1 一些源于 CSS 的组合实现技巧........................................33 8.2 关于 SEARCH 搜索框的使用...........................................33 8.3ANDROID 是否有网络连接...............................................34 8.4ACTIVITY 全屏和 无标题栏..............................................35 8.5 使用 VIEWSTUB 延迟展开视图........................................35 8.6 删除窗口背景................................................................35 8.7 使用主题......................................................................36 8.8 预先缩放图像到视图大小...................................................36 8.9 使用 GETSTRING (INT RESID, OBJECT... FORMATARGS)的技巧.37 8.10 横竖屏切换时不重新加载 ONCREATE.......................................38 8.11ANDROID TRANSLUCENTTHEME 半透明主题............................38 8.12 模拟器玩 PING....................................................................38 8.13 通过 GSM CALL 命令打电话\发短信..........................................39 9.9.9.9. 在 ANDROID中使用 MAP需要注意的技巧..............................40 10.每个人应该会用的四个GOOGLE ANDROID小技巧........................... 42 10.1 小技巧 1:随时使用 MPEG-4 H.264.........................................42 10.2 小技巧 2:硬检索关键字.........................................................42 10.3 技巧 3 使用手机摄像头拍摄商品条码消费.....................................42 10.4 小技巧 4:快捷键..................................................................42 总结:..................................................................................43 11. GOOGLE ANDROID SDK1.6 发布以及重大性能提升!...................44 系统新功能................................................................................. 44 新平台新技术................................................................................46 11.EOEMARKET..........................................................................48 A 每日一句................................................................................. 52 B APPSHARES............................................................................53 12.介绍特刊组成员....................................................................... 54 13.其他..................................................................................... 55 15. 游戏诞生记 真的要生 蛋了.........................................................56 15.1 游戏诞生记一月总结............................................................... 56 15.2 游戏诞生记 所有资源汇集贴......................................................58
Date
: 2011-07-28
Size
: 4.14mb
User
:
shuishouqq@gmail.com
[
Books
]
tixingongsi
DL : 0
梯形公式计算面积近似值:In=Tn=h/2(f(a)+f(b)) 变长梯形面积:T2n=Tn/2+h/2∑f(Xk+h/2) 辛普生面积:I2n=(4T2n-Tn)/3 -Trapezoidal area approximation formula: In = Tn = h/2 (f (a)+ F (b)) variable-length trapezoidal area: T2n = Tn/2+ H/2Σf (Xk+ H/2) Simpson area : I2n = (4T2n-Tn)/3
Date
: 2025-12-16
Size
: 1kb
User
:
罗小卫
[
Books
]
MYSQL
DL : 0
3、使用如下命令更改密码: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出现Enter Password的提示后输入原来的密码oldpass即可。 读者可以尝试其它所有本章介绍的方法。 4、首先以root用户的身份连接到服务器: shell> mysql -u root -p Enter password:******* 出现Enter password提后输入root用户的密码,然后即进入mysql客户机的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后发布查询,直接键入题目中的语句: mysql> SELECT User,Host FROM mysql.user -3, use the following command to change the password: shell> mysqladmin-u root-p password newpass Enter Password :******* the Enter Password prompt appears enter the original password after you oldpass. Readers can try all other methods described in this chapter. 4, first of all to root the identity of the user to connect to the server: shell> mysql-u root-p Enter password :******* appear Enter password to enter the root after the user s password, and then entering the mysql client interactive mode , we can see the following prompt: Welcome to the MySQL monitor. Commands end with or g.Your MySQL connection id is 4 to server version: 3.23.25-beta-logType help or h for help. Type c to clear the buffermysql> and then release inquiries, directly type the subject of statement: mysql> SELECT User, Host FROM mysql.user
Date
: 2025-12-16
Size
: 21.41mb
User
:
qwli
[
Books
]
HDAUDIOSHARP_3.47.0.0_Wistron_Spirit_Viking1.3
DL : 0
地方进步奖笔记本就快包括 计划尽快缓解客户即可-h
Date
: 2025-12-16
Size
: 705kb
User
:
崔玉强
[
Books
]
SD
DL : 0
dconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录: SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改, 而sdconfig.h通常会有改动. -SD
Date
: 2025-12-16
Size
: 83kb
User
:
shi
[
Books
]
C_language_library_Quick_Fact_Manual
DL : 1
C语言函数库速查手册,chm格式 原型:extern int isalnum(int c) 用法:#include <ctype.h> 功能:判断字符c是否为字母或数字 说明:当c为数字0-9或字母a-z及A-Z时,返回非零值,否则返回零。 举例: // isalnum.c #include <syslib.h> #include <ctype.h> main() { int c clrscr() // clear screen c= a printf(" c: s\n",c,isalnum(c)?"yes":"no") c= 7 printf(" c: s\n",c,isalnum(c)?"yes":"no") c= @ printf(" c: s\n",c,isalnum(c)?"yes":"no") getchar() return 0 } 相关函数:isalpha,isdigit,isxdigit,iscntrl,isgraph,isprint,ispunct,isspace-C language library Quick Fact Sheet, chm format, the prototype: extern int isalnum (int c) Usage:# include <ctype.h> Function: to determine whether the letter or character c figures show: When c is the number 0-9 or the letters az and AZ, the returned non-zero value, otherwise returns zero. For example:// isalnum.c# include <syslib.h># include <ctype.h> main () (int c clrscr () // clear screen c = ' a' printf ( " c: s \ n" , c, isalnum (c)? " yes" : " no" ) c = ' 7 ' printf ( " c: s \ n" , c, isalnum (c)? " yes" : " no" ) c =' @' printf ( " c: s \ n" , c, isalnum (c)? " yes" : " no" ) getchar () return 0 ) correlation functions: isalpha, isdigit, isxdigit, iscntrl, isgraph, isprint, ispunct, isspace
Date
: 2025-12-16
Size
: 81kb
User
:
成宝民
[
Books
]
Python
DL : 0
在这本书中的例程是自由软件。你可以在遵守 Python 许可证 (Python 软件基金会发布) 条款的规定下,重新发布,并且/或者修改它们。在 附录 H, Python license 中包含了此许可证的一份拷贝。-The routines in this book are free software. You can permit compliance Python (Python Software Foundation release) provisions of, the re-release, and/or modify them. In Appendix H, Python license includes a copy of this License.
Date
: 2025-12-16
Size
: 644kb
User
:
秦明
[
Books
]
H.264
DL : 0
2003年 3 月,ITU-T/ISO 正式公布了 H.264 视频压缩标准,由于其相比以往标准的出色 的性能,被人们称为新一代视频编码标准。具体讲,与 H.263 或 MPEG-4 相比,在同样质 量下,其数码率能降低一半左右;或者说在同样码率下,其信噪比明显提高。这样一来, H.264 标准在国际上受到了广泛地重视和欢迎。-March 2003, ITU-T/ISO officially announced the H.264 video compression standard, compared to previous standards because of its excellent performance, known as the next-generation video coding standard. Specifically, with H.263 or MPEG-4 compared to the same quality, its digital rate can be reduced about half or at the same bit rate, signal to noise ratio has improved significantly. As a result, H.264 standard in the international attention and been widely welcomed.
Date
: 2025-12-16
Size
: 3.75mb
User
:
gaohuichao
[
Books
]
SSD5-6-Recommended-Exercise-3
DL : 0
SSD5 exercise3所需提交文件,包括safearray.h safearray.cpp main.cpp course.h-SSD5 exercise3 s files
Date
: 2025-12-16
Size
: 2kb
User
:
饼饼
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.