搜索资源列表
edlin
- 这是一个演示如何在 unix 系统下使用 curses 函数进行编辑器开发的程序,本程序可以接受一个行输入数据。-This is a demonstration of how to use Unix curses function for the editors to develop procedures, the procedures can accept a line input data.
Makefil-with-me
- 跟我一起写 Makefil,我们一步一步开始做!!! 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些 Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的 程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果 你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软 件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明 了
chengxuyuanma
- 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
Qt
- qt 图形界面库介绍 简易的文本编辑器 - PyQt4第一个程序 增加文本编辑器的功能 - 增加更多的功能 QYolk I - PyQt4中的列表部件 - 怎么使用PyQt4中的列表部件 QYolk II - 容器部件 - 怎么使用Tab Widget PyQt4文本编辑器 - 最终版 - PyQt4的一些高级特性 QYolk III - 升级包列表 - 新的特性 QScintilla2和PyQt4 - 给PyQt4增加部件-qt GUI lib introducti
QEditor
- QEditor -程序员编辑器的。他是十分强大的编辑器:开放代码在GPL的授权平台,它是由Qt完全编写。支持功能:折叠文本 编号的行数 添加面板书签,支持撤消。使用 Qt Designer作为插件。 -QEditor- the editor for the programmer. He is the powerful editor with the open code under license GPL. Features: Cross- platform I
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 release. Thus, although there a
counter1_demo
- QT中使用定时器的代码,程序编辑采用了博创的HMIDeveloper工具-QT code to use the timer, the program used to edit the HMIDeveloper tools Fiberxon
GCodeFileWidget
- Qt下的和Windows下的文本编辑器的程序-Qt and Windows, under the text editor program
mycal
- 使用vi编辑器编写一段Shell程序,取名为mycal1459,实现与Linux中cal命令类似的功能,当输入: $mycal [月份名] 年时,屏幕输出指定的年月的月历。例如: $mycal October 2009 屏幕输出2009年10月的月历。 注:参数可以是英文或者是数字。 -Using the vi editor to write a Shell program, named mycal1459, Implementation and Linux in
Shell-analytic-procedure
- 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
VisualSensorSignatureEditor
- 可视化雷达编辑器,自己在ubuntu下用Qt写的一个程序。里面有视频录像,也可以自己编译,有源码,也有可执行程序。-Radar visual editor, himself under ubuntu using a program written in Qt. Inside there are video recording, you can compile it yourself, there is source code, there are executable programs.
nceditor_setup
- 专业的源代码编辑器,适合同时需要各种编程环境的程序员。 -Professional source code editor to suit the needs of the programming environment. the programmer
Makefile
- 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。 -the make file document de
refdb-0.9.9-1.tar
- RefDB是一个文献数据库和书目管理的软件,支持 SGML,XML和LaTeX的/ BibTeX等格式的工具。它允许用户通过网络共享数据库。这是可以通过命令行工具,Web界面,从文字编辑器(Emacs,Vim)来共享,程序员可以 使用 Perl和PHP库在自己的项目融入RefDB功能。 RefDB发布根据GNU通用公共许可证和Linux上运行时,* BSD系统,OS X操作系统,Solaris和Windows / Cygwin的。-RefDB is a bibliographic databas
LinuxShell
- SHELL脚本学习 很好的应用工具 什么是shell程序呢? 简单的说shell程序就是一个包含若干行shell或者linux命令的文件. 象编写高级语言的程序一样,编写一个shell程序需要一个文本编辑器.如VI等. 在文本编辑环境下,依据shell的语法规则,输入一些shell/linux命令行,形成一个完整的程序文件. -shell is very good for your study
090627225438
- 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE 都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。 这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML 的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile, 从一个侧面说明了一个人是否具备完成大型工程的能力。-What is a make
makefile
- 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows 的IDE 都为你做了这个工作,但我觉得要作一个好的和professional 的程序员, makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专 业人士,你还是要了解HTML的标识的含义。-What is a makefile? Maybe a lot of Winodws programmers do not know this thing, because the
linux-kownledge-
- 包内有Linux 的知识包,有Linux操作系统(二)Networking.pdf Linux操作系统(四)附录.pdf 鸟哥的Linux私房菜.chm Linux操作系统(三)编辑器与实用程序.pdf-Bag has the knowledge of Linux packages, there are Linux operating system (b) Networking.pdf Linux operating system (d) Appendix. Pdf birds Brother
Linux
- 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
Jesus
- 这里包含了一个金典的C语言程序,讲述圣经里耶稣爱你的故事,同时还附带了VIM编辑器的配置,-this C Programing isvery important