-
linux下http代理,经过自己测试,运行后,可以在ie中设置相应代理服务器即可。具体操作见说明文档...
linux下http代理,经过自己测试,运行后,可以在ie中设置相应代理服务器即可。具体操作见说明文档-under http agents, after their tests, operation, ie the corresponding set the proxy server can be. The specific see documentation
- 2022-04-13 14:06:53下载
- 积分: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
-
linux内核启动描述,很详细的启动过程描述,是linux培训材料的一部分。
linux内核启动描述,很详细的启动过程描述,是linux培训材料的一部分。-linux kernel to start a description of a very detailed description of the startup process is part of linux training materials.
- 2022-02-10 12:47:43下载
- 积分: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
-
这里提供了arm和uclinux的培训的视频教程。下载下来有12g,不过里面的视频看了以后很有价值。...
这里提供了arm和uclinux的培训的视频教程。下载下来有12g,不过里面的视频看了以后很有价值。-Provided here and uClinux arm training video tutorials. Have downloaded 12g, but after watching the video inside very valuable.
- 2023-06-09 20:35:03下载
- 积分:1
-
类似于FTP的远程文件拷贝程序。
类似于FTP的远程文件拷贝程序。-similar to the remote FTP file copy process.
- 2023-06-14 20:45:03下载
- 积分:1
-
本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图...
本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginners C language. Zip file including: source code, provision has been proposed documents, data files, word documents notes and flow chart 4.
- 2022-02-24 19:42:00下载
- 积分:1
-
linux下的flash player的一个具体实现,未经验证
linux下的flash player的一个具体实现,未经验证-linux media player
- 2022-01-30 10:47:51下载
- 积分:1
-
linux programming very detailed white paper on the basic principles of programmi...
linux编程白皮书非常详细的阐述了linux编程的基本原理。-linux programming very detailed white paper on the basic principles of programming linux.
- 2022-03-21 22:42:11下载
- 积分:1
-
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
U...
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
UC/OS―II的结构和特点,改造了UC/OS.II的实时内核,将其移植到UCLINIⅨ作为专
门处理实时进程的的内核(X2内核),从而改良UCLINUX的实时性。-For embedded real-time operating system, conducted in-depth study. On the current UCLINUX enhanced real-time operating systems of different options for a detailed analysis and comparison, presented the advantages and disadvantages of the existing program. Subsequent analysis of UC/OS-II structure and characteristics of the transformation of the UC/OS. II, real-time kernel, be transplanted to UCLINI Ⅸ as to deal specifically with real-time process, the kernel (X2 core), thereby improving UCLINUX in real time.
- 2022-07-11 11:24:58下载
- 积分:1