教务管理系统,用VB 完成,以SQL SERVER 2000作为后台数据库
上传时间: 2013-12-12
上传用户:问题问题
数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型"socklen_t".Linux Torvalds说这是由于他们发现了自己的错误但又不好意思向大家伙儿承认,所以另外创造了一个新的数据类型.
标签: socklen_t Torvalds size_t POSIX
上传时间: 2014-01-05
上传用户:13215175592
推荐:很好的考试系统。该考试系统有2000余试题,是专门为驾校准备的,同时也可以更改为其他的系统
上传时间: 2016-06-25
上传用户:zhengjian
Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General Public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra
标签: Reed-Solomon Correcting Copyright Schifra
上传时间: 2016-06-25
上传用户:JasonC
Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General Public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra
标签: Reed-Solomon Correcting Copyright Schifra
上传时间: 2014-01-04
上传用户:ljmwh2000
这是我自己做毕业论文 Linux内核—文件系统模块的设计和开发 里面有自己2万字的毕业论文 还有PPT,还有源码。
上传时间: 2016-06-26
上传用户:ippler8
大学生就业求职网 实例文件夹:mingrisoft\Job文件夹 数据库:采用SQL Server 2000数据库,名称为db_Job 数据库文件位置: \mingrisoft\Job\DataBase\db_Job_Data.MDF和 \mingrisoft\Job\DataBase\db_Job_Log.LDF 后台管理员入口: 用户名:admin;密码:admin;单击“进入”按钮,将进入后台管理页面 说明该用户为管理员。
标签: 61548 mingrisoftJob Server 2000
上传时间: 2013-12-27
上传用户:Altman
ADO.net 对每种数据库都提供了专门的连接字,不过每种的连接方式都差不多,所以这里我只用 SQL Server来做
上传时间: 2014-08-04
上传用户:jackgao
存储器扩展实验的源码,是6264扩展到总线的MY4接口,查看段地址2000之间数据的传送.
上传时间: 2016-06-30
上传用户:ddddddos
对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了else子句 (2)增加了for语句 5.增加运算:(1).++运算 (2).--运算;(3).+=运算 (4).-=运算;(5).&取址运算; (6).@指向运算; 6.增加类型:(1).增加多维数组a[i1][i2][i3]……[i(n-1)][i(n-2)][in] (2).增加指针类型(任何变量都能存放指针,但不支持指针的指针,如b:=@@a应该改写为c:=@a,b:=@c) 7.将过程procedure扩展为函数:(1).允许定义过程时在其后加参数(var a, var b,……..,var n) (2)允许通过指针向函数形式参数传地址;(3)允许返回值;可以用 a:=p(a,b,c….,n) 返回
标签: downtosym returnsym elsesym downto
上传时间: 2016-07-02
上传用户:saharawalker