CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - edit
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - edit - List
[
Linux-Unix
]
phpbook
DL : 0
PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言,回复留言。显示留言用户的信息,显示回复信息和回复信息的用户信息。设计一个管理员管理留言功能。 2.数据库设计: 在mysql下创建相应的数据库。 3.代码编写: 使用php语言编写代码。 运行环境: Windows/linux操作系统 PHP环境 + mysql 功能概述: 1. 留言和回复留言功能 2. 显示留言者的留言时间,email,QQ号码 3. 可以向留言者发送email 4. 能在线编辑HTML留言(限制功能) 5. 比较可爱(Q)的界面 6. 管理员管理功能 -PHP voice of the design process : 1. Demand Analysis : If the voice function is to achieve user voice mail, return messages. Voice mail users showed that the message that the information and return the information back to the user's information. Design an administrator manages voice function. 2. Database Design : mysql created under the corresponding database. 3. Prepared code : Use the php language code. Operating environment : Windows / Linux operating system environment PHP mysql function summary : 1. voice mail messages and reply to two functions. show the voice messages, email, QQ number three. voice mail can be sent to the email 4. can edit HTML messages online (functional limitations) 5. more lovely (Q) interface 6. Administrators management functions
Date
: 2008-10-13
Size
: 193.4kb
User
:
lingshao
[
Linux-Unix
]
chengxuyuanma
DL : 0
用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言 工具:vi编辑器、gcc编译器 操作系统:linux操作系统 调试工具:edit、masm、link、debug. 3数据结构与模块说明(功能与流程图) 数据结构 int count=0 //记录阅览室读者数量 sem_t full //定义阅览室座位信号量 int seat[5] //用数组表示座位 pthread_t reader[10] //定义读者线程 pthread_mutex_t mutex //定义互斥量 3.2功能说明 可以标识读者,随机为读者设置在阅览室的读书时间 可以显示阅览室读者的人数 可以显示读者所坐的位置,座位状态以及列出空座位
Date
: 2008-10-13
Size
: 864byte
User
:
谢冷阳
[
Linux-Unix
]
phpbook
DL : 0
PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言,回复留言。显示留言用户的信息,显示回复信息和回复信息的用户信息。设计一个管理员管理留言功能。 2.数据库设计: 在mysql下创建相应的数据库。 3.代码编写: 使用php语言编写代码。 运行环境: Windows/linux操作系统 PHP环境 + mysql 功能概述: 1. 留言和回复留言功能 2. 显示留言者的留言时间,email,QQ号码 3. 可以向留言者发送email 4. 能在线编辑HTML留言(限制功能) 5. 比较可爱(Q)的界面 6. 管理员管理功能 -PHP voice of the design process : 1. Demand Analysis : If the voice function is to achieve user voice mail, return messages. Voice mail users showed that the message that the information and return the information back to the user's information. Design an administrator manages voice function. 2. Database Design : mysql created under the corresponding database. 3. Prepared code : Use the php language code. Operating environment : Windows/Linux operating system environment PHP mysql function summary : 1. voice mail messages and reply to two functions. show the voice messages, email, QQ number three. voice mail can be sent to the email 4. can edit HTML messages online (functional limitations) 5. more lovely (Q) interface 6. Administrators management functions
Date
: 2025-12-24
Size
: 193kb
User
:
lingshao
[
Linux-Unix
]
drop-qt-src
DL : 0
应用qt库,实现对文件的管理,最上面的编辑框输入文件要存放的根目录,下面的编辑框输入存放的子目录,选定子目录,将文件拖至拖拽区,即可将文件放到指定目录下,支持文件夹。-Application qt library, the realization of the document management, most of the edit box above the input file should be stored in the root directory, the following edit box enter the store subdirectories, subdirectory selected, drag the file drag and drop zone, a document can be released to the specified directory, support for folders.
Date
: 2025-12-24
Size
: 5kb
User
:
李京
[
Linux-Unix
]
chengxuyuanma
DL : 0
用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言 工具:vi编辑器、gcc编译器 操作系统:linux操作系统 调试工具:edit、masm、link、debug. 3数据结构与模块说明(功能与流程图) 数据结构 int count=0 //记录阅览室读者数量 sem_t full //定义阅览室座位信号量 int seat[5] //用数组表示座位 pthread_t reader[10] //定义读者线程 pthread_mutex_t mutex //定义互斥量 3.2功能说明 可以标识读者,随机为读者设置在阅览室的读书时间 可以显示阅览室读者的人数 可以显示读者所坐的位置,座位状态以及列出空座位 -err
Date
: 2025-12-24
Size
: 1kb
User
:
谢冷阳
[
Linux-Unix
]
dhex_0.55.tar
DL : 0
一个linux下的二进制文件工具,很好用。可编辑二进制文件。-Under a linux binary file tools, very good use. Edit binary file.
Date
: 2025-12-24
Size
: 23kb
User
:
cache89
[
Linux-Unix
]
SourceInsight
DL : 0
linux 查看内核源代码的工具, 也是一个非常强大的编辑器, 他能编辑很多种语言, 例如java c++ javascript等-linux kernel source code view of the instrument, but also a very powerful editor, he can edit it in multiple languages, such as java c++ javascript, etc.
Date
: 2025-12-24
Size
: 3.14mb
User
:
bxjbxj
[
Linux-Unix
]
vim-7.2
DL : 0
vim7.2提供更为强大的linux环境下文档编辑能力及文档处理能力,相对于7.1版本,具有更强的附加功能-vim7.2 more powerful linux environment the ability to edit documents and document handling capacity
Date
: 2025-12-24
Size
: 8.63mb
User
:
zhangzhen
[
Linux-Unix
]
listSample
DL : 0
可以实现对学生信息任意添加,编辑,删除等操作,属于Qt编程。-Students can achieve on any information to add, edit, delete and other operations, belong to Qt programming.
Date
: 2025-12-24
Size
: 21kb
User
:
[
Linux-Unix
]
chntpw-source-040818
DL : 0
The Offline NT Password Editor (c) 1997-2004 Petter Nordahl-Hagen -(c) 1997-2004 Petter Nordahl-Hagen See COPYING for copyright & credits. See INSTALL for compile/installation instructions. Where to get more info: ----------------------- http://home.eunet.no/~pnordahl/ntpasswd/ At that site there s a floppy and a bootable CD that use chntpw to access the NT/2k/XP-system it is booted on to edit password etc. The instructions below are for the standalone program itself, not the floppy. What does it do? ---------------- This little program will enable you to view some information and change user passwords in a Windows NT SAM userdatabase file. You do not need to know the old passwords. However, you need to get at the file some way or another yourself. In addition it contains a simple registry editor with full write support, and hex-editor which enables you to fiddle around with bits&bytes in the file as you wish yourself. Why? ---- I often forget passwords. Especially on test installations (that I just _must_ have som
Date
: 2025-12-24
Size
: 53kb
User
:
林帅
[
Linux-Unix
]
ceditor-le-1.14.0.tar
DL : 0
linux 下c语言源码整理工具,它能将您的c语言程序代码按照你所要求的格式重新自动编辑-c language source code under linux finishing tool, it will be your c language code in accordance with the format required by you to automatically edit
Date
: 2025-12-24
Size
: 497kb
User
:
MXLY
[
Linux-Unix
]
counter1_demo
DL : 0
QT中使用定时器的代码,程序编辑采用了博创的HMIDeveloper工具-QT code to use the timer, the program used to edit the HMIDeveloper tools Fiberxon
Date
: 2025-12-24
Size
: 61kb
User
:
feng
[
Linux-Unix
]
classicladder-0.6.6
DL : 0
该源码基于GTK+和C,以RTlinux为平台实现了软plc的功能-The source code based on GTK+ and C, in order to RTlinux for the platform features soft plc
Date
: 2025-12-24
Size
: 174kb
User
:
王飞
[
Linux-Unix
]
vlc.tar
DL : 0
vlc script for linux Display web camera and Mic Video/Audio Please edit the script as you see fit.
Date
: 2025-12-24
Size
: 1kb
User
:
steve
[
Linux-Unix
]
dreamset226
DL : 0
Dreambox to edit files and send and receive files
Date
: 2025-12-24
Size
: 1.68mb
User
:
orhanp
[
Linux-Unix
]
DreamBoxEdit
DL : 0
edit everything on your dreambox with this
Date
: 2025-12-24
Size
: 870kb
User
:
orhanp
[
Linux-Unix
]
cdrtfe-1.3.6
DL : 0
CDR burning program that can edit id3 tags. Rip a cd or burn it, it s up to you!-CDR burning program that can edit id3 tags. Rip a cd or burn it, it s up to you!
Date
: 2025-12-24
Size
: 2.83mb
User
:
john smith
[
Linux-Unix
]
ImageMagick-6.5.8-6.tar
DL : 0
Imagemagic是一款创建、编辑、压缩图像的软件。可以转换 DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG等格式,并且能够轻松的对图片进行旋转,缩放等操作-ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
Date
: 2025-12-24
Size
: 10.57mb
User
:
kfld
[
Linux-Unix
]
LinuxSourceCode00
DL : 0
linux 程序设计,内含源码,可直接在VI下编辑make使用-program design linux, containing source code, can be directly under the Edit make use of the VI
Date
: 2025-12-24
Size
: 135kb
User
:
nina
[
Linux-Unix
]
ce2k
DL : 0
cool edit 2000 for windows
Date
: 2025-12-24
Size
: 7.88mb
User
:
Frank Pero
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.