-
开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习...
开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习 -A similar open-source system with watercress site a very good system should be to learn
- 2022-12-21 18:25:04下载
- 积分:1
-
qt的学习笔记,从简单的hello qt,连接信号,对话框,菜单和工具条。。。到2D和3D图形系统,opengl调用,非常实用...
qt的学习笔记,从简单的hello qt,连接信号,对话框,菜单和工具条。。。到2D和3D图形系统,opengl调用,非常实用-qt learning notes, from a simple hello qt, connecting signal, dialog, menu and toolbar. . . To 2D and 3D graphics system, opengl calls, very useful
- 2023-08-22 12:45:04下载
- 积分:1
-
UML设计设计 UML设计设计 UML设计设计 UML设计设计 UML设计
UML设计设计 UML设计设计 UML设计设计 UML设计设计 UML设计 -UML desige specific
UML desige specific
UML desige specific
UML desige specific
UML desige specific
UML desige specific
UML desige specific
- 2022-08-24 17:46:28下载
- 积分:1
-
收发信息的东东很好玩的
收发信息的东东很好玩的-transceiver information Dongdong very fun
- 2023-03-18 08:55:04下载
- 积分:1
-
keyscancode (linux)
keyscancode (linux)
- 2022-06-02 21:36:52下载
- 积分:1
-
这是通信过程中,套接字,接收消息的添加到列表中的新消息…
这是个通讯程序,通过socket,把接收的消息放入消息对列,同时把队列中的消息通过socket发出去。
-This is the communication process, socket, receiving the news Add to the list news, while the news cohort through socket issued to.
- 2022-07-24 22:09:35下载
- 积分:1
-
C++编程思想例子程序(位容器)
C++编程思想例子程序(位容器)-C programming examples thinking (place containers)
- 2022-03-23 23:09:20下载
- 积分:1
-
completion of the following non
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件
列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。
所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
- 2023-02-01 23:40:04下载
- 积分: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
-
具有良好音质的ARM
具有良好音质的ARM-UDA1341录音程序源码包(基于P型版测试),用的ARM7,S3C44B0.-With good quality sound recording program ARM-UDA1341 source packages (based on P-type version of the test), with the ARM7, S3C44B0.
- 2022-07-02 04:48:09下载
- 积分:1