Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - skeleton
Search - skeleton - List
三维骨骼的动画代码,用OPENGL写的,如果有类似项目或任务的话不妨-3D animation skeleton code using OpenGL write, if a similar project or mandate to take a look at the
Update : 2008-10-13 Size : 503640 Publisher : 扬子昌

内含LOG滤波器提取边缘、用形态学方法提取骨架线实验报告。-intron from the edge filter, and morphological methods Skeleton extraction experiment report.
Update : 2008-10-13 Size : 237439 Publisher : 八神

DL : 1
该程序具有滤波(锐化,平滑),颜色明暗度变化,腐蚀,骨架化,细化等功能-the procedures filter (sharpening, smoothing), the changes color shading, corrosion, skeleton, thinning functions
Update : 2008-10-13 Size : 787 Publisher : 罗徵逸

this is an opengl code
Update : 2009-02-20 Size : 35884 Publisher : YUBIN100

lex, yacc for shell


Update : 2008-11-24 Size : 2144 Publisher : keener

介绍了在3dsmax中建立人物骨骼动画。然后导出skeleton,material,mesh,animation四个文件
Update : 2010-11-15 Size : 2065 Publisher : liuhui8611@126.com

详细讲述了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
Update : 2010-11-29 Size : 25078324 Publisher : zxx000

stm3210c开发板,操作系统
Update : 2011-05-16 Size : 713026 Publisher : xiaoxiu205@hotmail.com

DL : 0

Update : 2011-06-02 Size : 583129 Publisher : niu_wj67

DL : 0
三维网格模型骨架抽取
Update : 2011-06-02 Size : 583129 Publisher : niu_wj67

USB通信总线C程序-c code for usb communication
Update : 2024-05-19 Size : 181248 Publisher : hfl

每本书的封面之下都有一套自己的骨架,作为一个分析阅读的读者,你的责任就是要找出这个骨架。一本书出现在你面前时,肌肉包着骨头,衣服包裹着肌肉,可说是盛装而来。你用不着揭开它的外衣或是撕去它的肌肉,才能得到在柔软表皮下的那套骨架。但是你一定要用一双X光般的透视眼来看这本书,因为那是你了解一本书、掌握其骨架的基础。-every book under the cover have our own set of frames, as an analysis of the readers to read, your responsibility is to identify the skeleton. A book in front of you, muscle wrapped bones, clothing and wrapped muscles, can be said to be from costumes. You do not need to open it to the jacket or removing any of its muscle to get under the skin soft showing skeleton. However, you must use a pair of X-ray-like x-ray eyes look at this book, because it is you find one, grasp the basis of its skeleton.
Update : 2024-05-19 Size : 687104 Publisher : 邵宇峰

DL : 0
包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶-including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, and the opening and closing operation fractal approach painting trees and leaves
Update : 2024-05-19 Size : 264192 Publisher : 王暄

Control Wizard. it created this project for your MFCCONTROL ActiveX ControlDLL, which contains 3 controls.This skeleton project not only demonstrates the basics of writing anActiveX Control, but is also a starting point for writing the specificfeatures of your control.This file contains a summary of what you will find in each of the filesthat make up your MFCCONTROL ActiveX Control DLL.
Update : 2024-05-19 Size : 31744 Publisher : 张也

3D ARPG类游戏模式Demo(VC)屏幕坐标反向变换到3D坐标应用DirectX9,展示了如何载入和显示.X文件里的骨骼动画。-3D games Demo mode (VC) screen coordinates to reverse transform DirectX9 3D coordinates application, demonstrated how printed and display. X documents in the skeleton animation.
Update : 2024-05-19 Size : 1378304 Publisher : 灵泉

内含LOG滤波器提取边缘、用形态学方法提取骨架线实验报告。-intron from the edge filter, and morphological methods Skeleton extraction experiment report.
Update : 2024-05-19 Size : 251904 Publisher : 八神

用usb实现数据传输的源码,已经产品化,有参考价值-code for data transfer through usb, can be production, for referece.
Update : 2024-05-19 Size : 64512 Publisher : jingdian

unix下shell编程会员管理系统,包括会员登录,登录后的修改密码,查询会员,增加会员,删除会员等很多操作,都是骼shell所写-under unix shell programming membership management system, including Member Login and login passwords after the revision, members to increase membership, and many other Member delete operation, are written skeleton shell
Update : 2024-05-19 Size : 11264 Publisher : 陈飞飞

是一个获得USB设置的程序,可以获取系统的USB接口,USB的设置信息,并可以读取U盘的内容-USB access is a set of procedures, the system can access USB, USB configuration information, and can read the contents of the U-
Update : 2024-05-19 Size : 60416 Publisher : 李顺古

DL : 0
active contour model算法的C源代码,是图形图像工作者的好东东。-active contour model algorithm in C source code, graphic images workers is a good Dongdong.
Update : 2024-05-19 Size : 4096 Publisher : 阳云
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 36 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.