资源列表

« 1 2 ... .46 .47 .48 .49 .50 1151.52 .53 .54 .55 .56 ... 9711 »

[Linux/Unix编程helloword

说明: /* GtkWidget 是构件的存储类型 */ GtkWidget *window GtkWidget *button /* 这个函数在所有的 GTK 程序都要调用。参数由命令行中解析出来并且送到该程序中*/ gtk_init (&argc, &argv) /* 创建一个新窗口 */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
<zhoujay> 在 2024-11-20 上传 | 大小:11kb | 下载:0

[Linux/Unix编程test

说明: /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值 * 都会触发这个事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 设置
<zhoujay> 在 2024-11-20 上传 | 大小:13kb | 下载:0

[Linux/Unix编程GX-ARM9-2410EP-LINUX-BOOK

说明:瑞泰创新的GX-ARM9-2410EP教学实验系统关于LINUX操作系统开发的详细资料-Ruitai innovative GX-ARM9-2410EP teaching experimental system LINUX operating system on the development of detailed information
<李开志> 在 2024-11-20 上传 | 大小:579kb | 下载:0

[Linux/Unix编程linux-2.6.15

说明:LINUX2.6.15的源代码,及各种接口和应用程序,适合LINUX的学习-LINUX2.6.15 the source code, and various interfaces and applications for learning LINUX
<李元> 在 2024-11-20 上传 | 大小:9.78mb | 下载:0

[Linux/Unix编程dim_v17r3

说明:这是一个分布式通信程序框架源程序,可以在不同的环境下(Linux,Windows,Unix等)编译成功。-This is a fr a mework of communication program distributed source can be in different circumstances (Linux, Windows, Unix, etc.) to compile successfully.
<> 在 2024-11-20 上传 | 大小:3.33mb | 下载:0

[Linux/Unix编程getsize

说明:for 6441A update unix get the file size and porpoarty!-for 6441A update unix get the file size and porpoarty!
<mayture> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[Linux/Unix编程gmime-2.2.10.tar

说明:分析和构建mime类型邮件的工具库,很好用 可以用来解析邮件-Analysis and building a mime type of e-mail tool library, a good use can be used to resolve e-mail
<lengend> 在 2024-11-20 上传 | 大小:925kb | 下载:0

[Linux/Unix编程ucos_linux_port

说明:ucos ii 在linux移植说明 包括详细文档-linux transplantation in ucos ii note includes detailed documentation
<wangkaola> 在 2024-11-20 上传 | 大小:7kb | 下载:0

[Linux/Unix编程LinuxCLanguageOpenSource

说明:基于Linux的c语言编程_"完全手册Linux系统下C源程序开发详解"-Linux-based language programming c _ completely manual C source Linux system to develop detailed
<李先生> 在 2024-11-20 上传 | 大小:1.2mb | 下载:0

[Linux/Unix编程MakeLinux_kernel

说明:在Linux环境下编译内核,源码编译和二进制编译两种方法,及遇到一些问题的解决方法-In the Linux kernel environment, source code and binary compiler to compile the two methods, and some solution to the problem
<jennycai> 在 2024-11-20 上传 | 大小:175kb | 下载:0

[Linux/Unix编程Linux_kernel

说明:浅谈Linux的内核。从技术上讲 , Linux只是内核。它与诸如编译器、编辑器、窗口管理器等程序一起,组成了发布版 。因此,虽然有不同的发布版,但其内核是相同的。-On the Linux kernel. Technically, Linux is the kernel. It is such as compiler, editor, window manager, such as procedures to form a r
<曾一> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[Linux/Unix编程fileMadify

说明:将window上的C源程序格式化成低版本的gcc格式.-The window on the C source code format into a lower version of gcc format.
<gaoqingyu> 在 2024-11-20 上传 | 大小:52kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 1151.52 .53 .54 .55 .56 ... 9711 »

源码中国 www.ymcn.org