搜索资源列表
TestingDoc
- 自动进行JAVA单元测试和代码标准检查来帮助开发人员编写克号的代码的工具。可分析类,然后生成单元测试案例来包括最大的覆盖测试,发现未处理的异常并校验需求。-自动的基本错误预防,包括单元测试和自动代码标准检查-生成并执行单元测试案例-提供了进行黑盒测试、模型测试和系统测试的快速简单的途径-识别并预防未处理的运行时异常,函数错误,内存泄露,性能问题和安全弱点-监控测试的覆盖范围-自动回归测试-检查超过380个来自JAVA专家的编码规范-改正违反超过160个编码规范的错误-允许用户创建自己的编码规范-
xtfxslwj2
- 系统分析师资格考试论文集2,内有多篇经典论文,很有参考价值,本人就是参考该论文,于08年上半年一次通过了系分,总分160,进入08年上半年全国前50名-Systems analyst qualification examination papers 2, with a number of articles a classic paper, a good reference, I look at the papers, in the first half of 2008 the Departmen
BitTorrent-4.0.1
- BitTorrent(简称BT,俗称BT下载、变态下载)是一个多点下载的源码公开的P2P软件,使用非常方便, 就像一个浏览器插件,很适合新发布的热门下载。其特点简单的说就是:下载的人越多,速度越快。 BT下载工具软件可以说是一个最新概念P2P的下载工具、它采用了多点对多点的原理,一般简称 BT(BitTorrent) 也就是大家所说的变态下载。该软件相当的特殊,一般我们下载档案或软件,大都由 HTTP 站点或FTP 站台下载,若同时间下载人数多时,基于该服务器频宽的因素,速度会减慢许多
bafeite
- 本书讲述巴菲特的传奇经历,从100元到160亿,金融危机出现了很多机会,学习大师的东西。-The book on Buffett' s legendary experience, from 100 yuan to 160 billion, the financial crisis there were a lot of opportunity to learn great things.
dd-160128fc-2a.pdf.tar
- OLED DISPLAY MODULE I m using a 160x128 Graphic OLED Display from Densitron (DD-160128FC-2A) with the ATmega1281. The LCD is controlled via a SEPS525 OLED Driver IC. I use the LCD in 8bit parallel mode. Both the LCD and controller dat
PT0181216-A701
- TFT PT0181216-A701 128 x 160 pixels
ad9954ysv
- AD9954: 400 MSPS, 14-Bit, 1.8 V CMOS, Direct Digital Synthesizer. IBIS model. The AD9954 is a direct digital synthesizer (DDS) that uses advanced technology, coupled with an internal high speed, high performance DAC to form a complete, digitally p
ST7529
- s77529.pdf The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial P
uboot
- Alors, la solution est d aller télécharger directement le package libftdi0 sur un serveur Debian. On va à l adresse suivante: http://packages.debian.org
lcd160
- 160*160液晶资料,有助于开发大屏幕的液晶-160* 160 LCD data useful in developing large-screen LCD
Linyi-road-test-2010-client-software
- 临沂路考 2010 客户软件电子路考无线模块 配置软件,可以配置无线模块的160个频道,无线射频方案。无线采集开关量的配置等-Linyi road test road test 2010, wireless e-client software module configuration software, you can configure the wireless module 160 channels, radio frequency program. Wireless acquisition
Softwareconfiguration
- MTK handset software system project and disposition synopsis
speed
- SPEED: A Stateless Protocol for Real-Time Communication in Sensor Networks speed的出处~ -SPEED: A Stateless Protocol for Real-Time Communication in S
ld194_2
- Interface for display lds194/2 128*160 pixels.controle st3372
W-CDMA
- W-CDMA stands for Wideband Code Division Multiple Access Its an air interface standard found in 3G mobile telecommunications networks designed for “always-on” packet-based wireless service, so that computers entertainment dev
18073609
- 利用两片74160制成的24/12进制计数器,可以作为数字钟的一部分-Made use of two 74 160 24/12 binary counter, digital clock can be used as part of
Time---frequency-analysis-
- 本资料主要阐述了 时--频分析:理论与应用的,对喜欢信号处理的朋友帮助很大。-This information focuses primarily on time- frequency analysis: theory and applications, like signal processing, a friend of great help.
minglinghang
- 网络经典命令行 1.最基本,最常用的,测试物理网络的 ping 192.168.0.8 -t ,参数-t是等待用户去中断测试 2.查看DNS、IP、Mac等 A.Win98:winipcfg B.Win2000以上:Ipconfig/all C.NSLOOKUP:如查看河北的DNS C:\>nslookup Default Server: ns.hesjptt.net.cn Address: 202.99.160.68
fractional-hilbert-transform
- 关于分数阶希尔伯特变换的资料 Discrete Fractional Hilbert Transform Fractional Hilbert Transform(Adolf W. Lohmann)-DiscreteFractionalHilbertTransform FractionalHilbertTransform (Adolf W. Lohmann)
fractal-use
- 分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -