搜索资源列表
在Unix下用C编写类Windows菜单
- 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
Linux-MAC20081224.rar
- 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
windows
- ZLG-GUI源代码完整版12-windows.c-ZLG-GUI source code full version of 12-windows.c
c
- 可以在Linux下进行,Windows下不可以-Linux can be carried out in, Windows can not be
zsnes_1_51
- It is a SNES/Super Famicom emulator for x86 computers. It runs on Windows, MS-DOS and Linux/FreeBSD and supports mode 7, sound, Super FX, and a lot more-is a SNES/Super Famicom emulator for x86 computers. It runs on Windows, MS-DOS and Linux/FreeBSD
Qt4
- C+++GUI Programming with Qt4 第二版,中文的哦,从第一章到第十章,不错的学习资料-C+++ GUI Programming with Qt4 2nd Edition, Chinese Oh, from the first chapter to chapter, a good learning materials
Socket
- windows和linux下的 C++的Socket编程实例-C++, Socket Programming Example
yacc-1.9.1
- yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
c
- Windows与linuxSocket网络编程源码
rtpmon-1.0a1.tar
- moon windows c alpha ubuntu
tcl7.5.tar
- moon windows c alpha ubuntu
tk41p1
- moon windows c alpha ubuntu
tk4.1p1.tar
- moon windows c alpha ubuntu
130_GPS.pdf.tar
- moon windows c alpha ubuntu
05430139.pdf.tar
- moon windows c alpha ubuntu
IPTV.pdf.tar
- moon windows c alpha ubuntu
100-classic-algorithm-c-language-
- 经典C语言程序设计100例,C语言能够让你深入系统底层,你知道的操作系统,哪一个不是C语言写的?所有的windows,Unix,Linux,Mac,os/2,没有一个里外的,如果你不懂C语言,怎么可能深入到这些操作系统当中去呢?更不要说你去写它们的内核程序了。-Classic C Programming Language 100 cases, C language allows you in-depth the underlying system, you know the operating
windows
- Routines to deal with register window management at the C-code level for linux
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
windows
- windows.c: Routines to deal with register window management at the C-code level.