Sqlserver2000压力测试 数据库请自己建,附脚本。不懂的可以发邮件问我:killwolf@163.com 10万 109640ms 插入 23078ms 清空 20万 216281ms 8391马上 40万: 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo].[StuInfo] GO CREATE TABLE [dbo].[StuInfo] ( [StuID] [float] NULL ) ON [PRIMARY] GO
上传时间: 2016-05-08
上传用户:lht618
v1.3.0 更新内容: + [调整] 安装文件的人性化!HOT! + [调整] 模板全面调整!HOT! + [修复] 发帖 editblog.php 的时间部分做了调整,增加了日历直接选定。 + [修复] 通过ID直接查找文章的 input框 原本回车进入空白页面,现解决 + [修复] 评论管理功能 + [修复] RSS2.0的修复
上传时间: 2016-05-09
上传用户:风之骄子
数字图像处理基础理论,英文资料Restoration and Enhancement Space Pictures (blurred, noisy, distorted) Computerized Tomography Coding Transmission – Teleconferencing Storage – Land SAT Images Pattern Recognition Blood Cell Analysis Remote Sensing Robotic Vision Computer Graphics Flight Simulation Auto Body Design Special Effect in Movie
标签: 数字图像处理
上传时间: 2014-06-30
上传用户:plsee
用javascript写的,我太懒不想写太详细的说明,自己看里面的代码吧,有少许说明的.这是我的第一个js大作 ,有人有兴趣的话再改些吧...主要思路是找出相关的关键字(不要笑我). 推荐懂js的人看 谢谢大家支持,据现有功能进行部分修正,去掉了密码提示问题的填写!增加id判断! 1、怎样安装插件? 到论坛插件资源栏目里,找到自己喜欢用的插件,下载压缩包。 a.如果你选用的是 TheWorld2.0安装版 ,就把下载的压缩包解压缩后,将里面的插件包直接放进安装后的 plugin文件夹里,重新开浏览器就可以看到插件了! b.如果选用的是 TheWorld2.0绿色版,就在TW所在的文件夹内新建一个文件夹,起名叫 plugin,并把解压缩的插件包放进即可
标签: javascript 代码
上传时间: 2016-05-31
上传用户:lhc9102
当点击所要登录的窗口联接时,系统弹出登录对话框,进行身份验证,要求您输入ID号及密码;当身份有效则登录,否则不能登录;
标签: 窗口
上传时间: 2013-12-22
上传用户:wangchong
一个不错的驱动自动安装程序,是查找多方资料,自己开发出来的,通过扫面pci 总线来识别不同型号和公司的pci卡,并自动搜索对应的驱动程序进行安装,本程序可以识别highpoint的卡,用户可以自行扩展,只要知道硬件卡的id就行,另外,在安装时,会自动执行资源管理器的“扫描新硬件功能”
上传时间: 2013-12-27
上传用户:linlin
This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 µ m CMOS process and it shows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is fully bit compatible with the synchronous implementation, and timing compatible for external memory access. The circuit is a compiled VLSI-program, using Tangram as VLSI-programming language and the Tangram tool set to compile the design automatically to a standard-cell netlist. This design approach proves to be powerful enough to describe the microcontroller and derive an efficient implementation. Further, it offers the designer the possibility to explore various alternatives in the design space.
标签: microcontroller implementation asynchronous low-power
上传时间: 2016-06-07
上传用户:冇尾飞铊
EXCEL开发者有帮助的,可以显示菜单和工具栏的ID编号
上传时间: 2014-01-14
上传用户:wys0120
自己编写的串口-CAN口的转换程序,已经测试过没有问题! 一.传输数据协议: 1.初始化 初始化波特率(CAN):$BAUD($:起始符;BAUD:波特率标识符; 相应编码:0x24 0x42 0x41 0x55 0x44) 传输ID号设置:$IDERSTD(相应编码:0x24 0x49 0x44 0x45 0x52 0x53 0x54 0x44) $IDEREXT(相应编码:0x24 0x49 0x44 0x45 0x52 0x45 0x58 0x54) ($:起始符;IDER:ID标识符;STD:标准帧;EXT:扩展帧) 2.数据发送 发送数据 :$DATA($:起始符;DATA:数据标识符 相应编码:0x24 0x44 0x41 0x54 0x41)
上传时间: 2014-01-02
上传用户:yy541071797
、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|..|z|A|..|Z|,digit = 0|..|9,包括整数,如123, -123, +123等;小数,如123.45, +123.45, -123.45;科学计数法表示的常数,如+1.23e3,-2.3e-9; d. 专用符号:+ - * / < <= > >= == != = , ( ) [ ] { } /* */;
上传时间: 2013-12-08
上传用户:gtf1207