1、源码包括图标、代码和建库脚本三部分 2、程序都在Delphi7.0和SQL Server 2000个人版下调试通过的,使用的操作系统是Microsoft Windows 2000(Professional),原则上,操作系统对程序没有影响,不过,作者没有在其他操作系统平台上调试这些程序。 3、数据库使用SQL Server的用户sa,密码为“$%*^@”。如果数据库sa用户密码不同,可以在SQL Server的查询分析器中输入以下SQL语句来修改密码:EXEC sp_password ‘旧密码’,’新密码’,也可以通过SQL Server企业管理器,展开【数据库】|【安全性】|【登录】节点,双击其中的sa项目,将密码设置为“$%*^@”。 4、默认文件为只读文件,而所有程序在重新编译时都必须重新创建这些文件,所以在重新编译之前必须将所有文件修改为可写。 5、该程序有配套教材《Delphi数据库开发经典案例解析》清华大学出版社
上传时间: 2015-07-20
上传用户:songrui
1、 了解系统调用fork()、EXECl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 编写一段程序实现以下功能: a) 使用系统调用fork()创建一个子进程 b) 子进程显示自己的进程ID和字符串": The child is calling an EXEC.\n",然后通过EXECl()调用系统命令ps显示当前运行的进程情况,从而更换自己的执行代码,最后调用exit()结束。 c) 父进程显示自己的进程ID和字符串” ": The parent is waiting for child to exit.\n ",然后调用waitpid()等待子进程结束,并在子进程结束后显示”The parent exit.\n
上传时间: 2013-12-18
上传用户:叶山豪
英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/EXEC/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
标签: Programming Reference Standard Tutorial
上传时间: 2015-09-02
上传用户:Breathe0125
简单shell的设计和实现 1)、除了系统调用EXECve,不允许使用其他的EXEC函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”等)的处理。 2)、输入错误命令能提示出错并进入下一轮接收命令状态。 3)、可以用Ctrl-C和Ctrl-\结束简单shell的运行。
上传时间: 2014-11-28
上传用户:lepoke
Tiger编译器,TigerBox v.01 =============================================== 本软件作者保留其著作权力,请保留原作者信息完整性 程序需要SWT库支持,该发行版本已经包含了win32版本的SWT运行库 运行方式:win32:点击EXEC.bat执行 程序已经带有我编写的Tiger编译器,所以所有功能均可使用 你也可以把自己的编译器用于该IDE 具体方法: 假设你曾经是通过 java MyTiger.Main xx.tig 运行程序的,那么在本程序目录etc下,打开conf文件,把"MyTiger.Main" 将原先的文字替换,不可有其他多余字符 MyTiger.Main就是你编译器main函数的所在类 CSK www.csksoft.net csk@live.com
上传时间: 2013-12-08
上传用户:asddsd
内核启动进程,是使用文件过滤驱动开发的 Kernel EXEC proc
上传时间: 2014-01-16
上传用户:zwei41
目的:熟悉shell命令解释程序的工作原理,掌握使用fork和EXEC等系统调用设计多进程应用程序的基本技术。
上传时间: 2015-12-08
上传用户:康郎
CrE-ME410_X86_CE40_HPC The .exe file that you will receive upon download is an installer to be EXECuted on a Desktop PC to which your Windows CE device is attached through ActiveSync. Should this fail (and also if it succeeds) you can find a CrE-ME CAB file in the ActiveSync folder on the PC ("\Program Files\Microsoft ActiveSync\NSIcom") which you put on the device to install CrE-ME (by clicking on it as it appears on the device s file explorer).
标签: installer download receive CrE-ME
上传时间: 2016-02-11
上传用户:linlin
一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务" Case 21 plus = "FTP服务★★★★★" Case 25 plus = "SMTP服务★★" Case 43 plus = "Whois服务" Case 53 plus = "DNS服务☆" Case 80 plus = "HTTP服务★★★★★" Case 81 plus = "HOSTS2名称服务" Case 99 plus = "NCX99后门★★★★★" Case 110 plus = "POP3服务★★★★★" Case 111 plus = "Sun RPC服务★★" Case 135 plus = "本地服务" Case 137 plus = "NETBIOS 名称服务/流影POP" Case 138 plus = "NETBIOS 数据存储服务" Case 139 plus = "NETBIOS 会议服务★★★" Case 119 plus = "NNTP虚拟服务" Case 163 plus = "SNMP服务" Case 443 plus = "https服务" Case 512 plus = "远程执行服务" Case 513 plus = "login, remote login" Case 514 plus = "cmd, EXEC with auto auth." Case 600 plus = "Sun IPC服务器" Case 1080 plus = "SOCKS代理服务★★★" Case 1433 plus = "SQL服务器★★★" Case 3128 plus = "HTTP代理服务" Case 7626 plus = "木马冰河★★★★★" Case 8080 plus = "HTTP代理服务" Case Else plus = "未知服务!"
上传时间: 2013-12-16
上传用户:gtzj
最优客运乘车路线系统 --作者:山东农业大学 2006级信息与计算科学 张知临 --小组成员:彭建,姜明艳,董晓聪 --联系方式:邮箱: zhzhl202@163.com QQ:421525432 这是一个完全成型的查询系统。其算法全部写在了数据库中,并编译成了存储过程, 其中存储过程"zuiyou"是优化后的算法,"zuiyou1"是将原算法稍加改变以后形成的算法。 执行存储过程,只需先将该数据库附加到MS-SQL中,在SQL 查询分析器中执行下列语句: EXEC zuiyou1 北京 , 广州 如要编成软件,只需要调用其存储过程,在该文件中有一个用delphi 调用其存储过程而做成的软件,使用时需先将数据库附加到服务器上 然后将“dbsetting”文件配置为自己的服务器。 解压密码:zhzhl202@163.com 仅供学习研究,严禁用于其他商业用途!
上传时间: 2017-03-18
上传用户:netwolf