Location:
Search - SRC ASM
Search list
Description: 超可爱的卡通小时钟源码
使用ASM语言编写附带多种皮肤界面
Platform: |
Size: 101668 |
Author: fasdgf |
Hits:
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:
Description: 一个可以简易的文本编辑器,有输入,删除,插入,修改等功能.-a simple text editor, import, delete, insert, modify functions.
Platform: |
Size: 1024 |
Author: 赵伟 |
Hits:
Description: < Windows环境下32位汇编语言程序设计>>的全部例子的源代码,非常不错,和大家一起共享。-<Windows Environment 32-bit assembly language programming>> the full source code examples, very good, and the community together to share.
Platform: |
Size: 572416 |
Author: 张合明 |
Hits:
Description: 罗云彬先生的Win32汇编语言书籍的光碟源码。-Win32 compilation of language books, CDs source.
Platform: |
Size: 812032 |
Author: 王林 |
Hits:
Description: 超可爱的卡通小时钟源码
使用ASM语言编写附带多种皮肤界面
-Super-cute cartoon clock source using the ASM language interface attached to a variety of skin
Platform: |
Size: 101376 |
Author: fasdgf |
Hits:
Description: 一个比较完美的键盘记录插件 看了就知道了-A more perfect keyloggers plug-read on to know the
Platform: |
Size: 5120 |
Author: HP |
Hits:
Description: 串口通讯实例下位机程序代码配合易语言上位机-Examples of serial communication under the code-bit machine with easy language PC
Platform: |
Size: 3072 |
Author: 龙奇文 |
Hits:
Description: 串口通讯实例-PC端易语言原码配合ASM UART COMMUNICATION -Serial Communication Example-PC-side code with the original language easy to ASM UART COMMUNICATION
Platform: |
Size: 7168 |
Author: 龙奇文 |
Hits:
Description: 該檔案是Linux作業系統下的原始碼,請大家踴躍下載。-0kay guys, here we go...
As i told you with VLP I (we try to write an fast-infector)
here s the result:
a full, non-overwriting module infector that catches
lkm s due to create_module() and infects them (max. 7)
if someone calls delete_module() [even on autoclean].
Linux is not longer a virii-secure system :(
and BSD follows next week ...
Since it is not needed 2 get root (by the module) you should pay
attention on liane.
Note the asm code in function init_module().
U should assemble your /usr/src/.../module.c with-S and your CFLAG
from your Makefile and look for the returnvalue from the first call
of find_modu
Platform: |
Size: 5120 |
Author: 王大頭 |
Hits:
Description: drjava源代码 一个面向教学的JAVA编辑器 可以通过代码学习其中功能的实现-drjava the source code of a teaching-oriented JAVA code editor can function in which the achievement of learning
Platform: |
Size: 8096768 |
Author: polaris |
Hits:
Description: Fire effect (has src) - fireefct.zip
A fire effect in 114 bytes. Includes ASM source (A86) and executable. Done in mode: 320*100*256 Looks REALLY GOOD! Small but very good.-Fire effect (has src)- fireefct.zip
A fire effect in 114 bytes. Includes ASM source (A86) and executable. Done in mode: 320*100*256 Looks REALLY GOOD! Small but very good.
Platform: |
Size: 2048 |
Author: Parity error |
Hits:
Description: The final version of bagie s executables packer. Supports two methods of processing files, however a second method works on NT based systems only.
Platform: |
Size: 155648 |
Author: Ray |
Hits:
Description: 将此源文件加入要编译的工程文件,
//将光标指向此文件,选择右键菜单“option for file asm.c ”,
//将属性单“properties”中的“Generate Assembler SRC File”“Assemble SRC File”
//两项设置成黑体的“√”将“Link Public Only”的“√”去掉,再编译即可。
//用此方法可以在c源代码的任意位置用#pragma asm和#pragma endasm嵌入汇编语句。
//但要注意的是在直接使用形参时要小心,在不同的优化级别下产生的汇编代码有所不同,
//可以察看对应的.lst文件看一看,得到正确的优化级别后,#pragma OT(x,speed)锁定
//优化级别(这里的值是0-9)。
-To compile this source file to join the project file,// the cursor point to this file, select the context menu " option for file ' asm.c' " ,// the property of a single " properties" in the " Generate Assembler SRC File" " Assemble SRC File "// set bold of the two" √ " will be" Link Public Only " a" √ " to remove, and then you can compile.// This method can be anywhere in the c source code to use# pragma asm and# pragma endasm embedded compilation of statements.// But note that in the direct use of formal parameter when careful optimization at different levels of the assembly code generated under different,// you can look at the corresponding. Lst file to see get the correct optimization level, the# pragma OT (x, speed) lock// optimization level (where the value is 0-9).
Platform: |
Size: 1024 |
Author: nanfang |
Hits:
Description: 可以直接安装使用的asm的程序,用于提取人脸部的六十八的特征点-Asm can be directly installed on the procedures used for the extraction of the 68 human facial feature points
Platform: |
Size: 27787264 |
Author: cathyming |
Hits:
Description: SuperProbe - 17 Function!
The Superprobe project was designed to see how much
could be done with a PIC chip and just a few parts.
The image at the right shows the capacitance measuring
mode. This device is designed around a PIC16F870, a
4 digit LED display module and very little else.
Operation is via 2 pushbuttons. Holding down button
#2 while pushing button #1 cycles through operating
modes.....
Prob PULS FrEq Cnt VoLt diod CaP CoiL SIG ntSC 9600
Midi r/c [] Prn ir38 PWM
Files:
Project SCH&PCB - ORCAD 9.2
PIC16F870 SRC FILE
Building Images-SuperProbe - 17 Function!
The Superprobe project was designed to see how much
could be done with a PIC chip and just a few parts.
The image at the right shows the capacitance measuring
mode. This device is designed around a PIC16F870, a
4 digit LED display module and very little else.
Operation is via 2 pushbuttons. Holding down button
#2 while pushing button #1 cycles through operating
modes.....
Prob PULS FrEq Cnt VoLt diod CaP CoiL SIG ntSC 9600
Midi r/c [] Prn ir38 PWM
Files:
Project SCH&PCB - ORCAD 9.2
PIC16F870 SRC FILE
Building Images
Platform: |
Size: 3088384 |
Author: Vlad |
Hits:
Description: cglib-src-2.2.2.jar官方源码包,java 动态代理实现
Platform: |
Size: 1510400 |
Author: linjinxu |
Hits:
Description: 人脸asm模板库的一个开源程序,带有源码,现阶段最完整的ASM开源程序-Asm face an open source template library with source code, at this stage the most complete open source ASM
Platform: |
Size: 17857536 |
Author: 彭俊杰 |
Hits:
Description: ASM 教程配套源代码,非常详细的讲解,直观的代码示例
Platform: |
Size: 812032 |
Author: sdfq |
Hits:
Description: 64位下如何实现内嵌汇编,不是用OBJ这种麻烦的方式-inline asm 64 bit
Platform: |
Size: 3072 |
Author: jijigugu |
Hits: