搜索结果
找到约 564 项符合
Q-Writer 的查询结果
Linux/Unix编程 PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言
PHP留言本
设计流程:
1.需求分析:
留言本要是实现的功能是用户留言,回复留言。显示留言用户的信息,显示回复信息和回复信息的用户信息。设计一个管理员管理留言功能。
2.数据库设计:
在mysql下创建相应的数据库。
3.代码编写:
使用php语言编写代码。
运行环境:
Windows/linux操作系统
PHP环境 + mysql
功能概述:
1. ...
其他 [输入] 图的顶点个数N
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻 ...
通讯/手机编程 为基带系统测试误码率而写的数字噪声程序
为基带系统测试误码率而写的数字噪声程序,包括噪声产生程序和一个测试文件。可以分别产生两路噪声供I,Q两路使用,速率80Mbps左右。
行业发展研究 A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special at
A system simulation environment in Matlab/Simulink of RFID is constructed in this paper.
Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system
model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment,
AWGN noise,DC ...
软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
加密解密 使用RSA算法对一个数字进行加密和解密。可以自由指定p
使用RSA算法对一个数字进行加密和解密。可以自由指定p,q的值,并且当输入数字不是素数时,程序会给出提示,或自动指定一个素数。
DSP编程 TI的digital motor control lib的源代码。了解TI的编程规范
TI的digital motor control lib的源代码。了解TI的编程规范,学习2407的使用,学习Q格式,学习模块化、结构化编程的方法,学习DSP编程技巧。
汇编语言 用汇编实现的画出动画心的功能、点任意键刷新一次
用汇编实现的画出动画心的功能、点任意键刷新一次,点q键退出