-
MPlayer
MPlayer-mingw32-1.0rc2.zip
经典播放器源码,支持几乎所有的格式
支持*.264-MPlayer-mingw32-1.0rc2.zip classic player source code, support for almost all the format support*. 264
- 2022-03-21 12:05:25下载
- 积分:1
-
Pthreads是Intel开发的Linux下的多线程编译工具,能最大发挥Intel最新多核CPU的性能,这里给出一些实验例程以及优化方法。...
Pthreads是Intel开发的Linux下的多线程编译工具,能最大发挥Intel最新多核CPU的性能,这里给出一些实验例程以及优化方法。-Pthreads Linux is developed under the Intel multi-threading compiler tool to maximize the latest Intel multi-core CPU performance, here are some experimental routines as well as the optimization method.
- 2022-08-07 05:04:23下载
- 积分:1
-
44b0平台下开发的程序,makefile。
44B0平台下开发的程序,MAKEFILE。-44B0 platform developed under the program, MAKEFILE.
- 2023-01-20 09:20:04下载
- 积分:1
-
linux下的库函数,非常使用啊,值得一看
linux下的库函数,非常使用啊,值得一看-library function under linux, very use ah, see
- 2023-06-04 02:45:03下载
- 积分:1
-
minigui 串口输入驱动输入引擎
数据通过串口打包发送而来
直接向平台发送消息...
minigui 串口输入驱动输入引擎
数据通过串口打包发送而来
直接向平台发送消息-MiniGUI serial input-driven engines imported through the serial data from a package sent directly to the messaging platform
- 2023-08-15 14:00:03下载
- 积分:1
-
周立功
ZLG-GUI源代码完整版12-FONT24_32.-ZLG-GUI source code full version of 12-FONT24_32.
- 2022-10-08 23:35:03下载
- 积分:1
-
一个dSP程序希望大家多多下载。
这个程序主要用来降噪
一个dSP程序希望大家多多下载。
这个程序主要用来降噪-A DSP program to download a lot of hope that everyone. This procedure is mainly used to noise
- 2022-03-23 18:15:38下载
- 积分:1
-
pnx8950 nand flash 驱动
pnx8950 nand flash 驱动-pnx8950 nand flash drive
- 2022-02-21 06:14:34下载
- 积分:1
-
安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在...
安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim!
就像上次装ls一样访问:http://www.sunfreeware.com/indexintel10.html找到vim-7.1下载地址
是:ftp://ftp.sunfreeware.com/pub/freeware/intel/10/vim-7.1-sol10-x86-local.gz.OK
解压一下:gzip -d coreutils-6.4-sol10-x86-local.gz
安装:pkgadd -d coreutils-6.4-sol10-x86-local
OK安装很顺利,自我感觉良好,可是执行/usr/local/bin/vim的时候却意外的提示:ld.so.1: ./vim 致命的: libgtk-1.2.so.0 没有这个文件或文件夹.网上找了一下,发现CU06年有人提过这个问题
http://bbs.chinaunix.net/thread-683746-1-1.html帖的-
http://bbs.chinaunix.net/thread-683746-1-1.html
- 2022-02-04 07:29:11下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1