CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - can运用例子

搜索资源列表

  1. Lessons-Learned-in-Software-Testing

    0下载:
  2. 本书汇总了293条来自软件测试界顶尖专家的经验与建议,阐述了如何做好测试工作、如何管理测试,以及如何澄清有关软件测试的常见误解,读者可直接将这些建议用于自己的测试项目工作中。这些经验中的每一条都是与软件测试有关的一个观点,观点后面是针对运用该测试经验的方法、时机和原因的解释或例子。   本书还提供了有关如何将本书提供的经验有选择性地运用到读者实际项目环境中的建议,在所有关键问题上所积累的经验,以及基于多年的测试经验总结出的有用实践和问题评估方法。 -The book summarizes t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2314515
    • 提供者:张志波
  1. java3

    0下载:
  2. 实验四:毕达哥拉斯三元组 实验目的:1.嵌套的for循环。 2.使用计数器控制的循环。 3.使用“强力(brute force)”来解决问题。 问题描述:直角三角形的各边长度都可以为整数。这组代表直角三角形各边的整型值称为 毕达哥拉斯三元组。这3条边必须满足如下关系:两条直角边的平方和等于斜边的平方。在1到500的范围内,找出所有适合于side1,side2和hypotenuse的整形毕达哥拉斯三元组。使用一个3层嵌套的for循环尝试所有可能的情况。该程序是“强力
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:55079
    • 提供者:哦也啊
  1. pool

    4下载:
  2. 新增横向排名函数(股池专用) 新版专用DLL 名称 POOL.DLL 六个函数 POOL1 POOL2 POOL3 POOL4 POOL5 POOL6 每个函数可以支持同时一百个股池交集,六个函数最大能支持600个股池交集 。 但不是同一输出的交集,必须改变函数。 包内DLL放入大智慧根目录,包内有一个测试用股池,放入\dzh2\userdata\Pool\ 目录下 设计股池或运行股池就能看到效果。测试用股池仅仅是一个例子,帮助大家学会运用这些函数。 如:包内三个
  3. 所属分类:Software Testing

    • 发布日期:2016-05-08
    • 文件大小:229376
    • 提供者:kaity
  1. BluetoothDemo

    0下载:
  2. 一个android 蓝牙通讯的开发实例,自己写的可以跑在android2.3,android4.0上!对学andorid运用开发很好的一个例子-An android development of Bluetooth communication instance, write their own can run on android2.3, android4.0 Development of an example of a good to learn andorid use
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:827808
    • 提供者:joben
  1. CAN_design

    0下载:
  2. 介绍CAN的原理应用,简介了CAN的运用形式,在code warrior上的例子。-Introduce the principle of application of the CAN About CAN use the form of examples in the code warrior.
  3. 所属分类:Project Design

    • 发布日期:2017-06-15
    • 文件大小:23052760
    • 提供者:ywt
  1. treetest

    0下载:
  2. 一个运用树形控件和列表控件的例子,可以用来浏览目录下所有的文件,双击可以直接打开选择的文件,这个功能在软件中较为常见。-Use a tree control and list control example, can be used to browse all the files in the directory, double-click to open the selected file, this feature is more common in the software.
  3. 所属分类:TreeView

    • 发布日期:2017-11-10
    • 文件大小:132939
    • 提供者:Caiyunze
  1. huffman

    0下载:
  2.  VC++基于哈弗曼算法的一个压缩和解压的VC例子,可视界面操作,可方便运用到程序里面。--VC++ based on the Huffman algorithm VC example of a compression and decompression, visual interface operation, can be easily applied to the program inside.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:22281
    • 提供者:李劲青
  1. 1602

    0下载:
  2. 此程序为1602液晶显示程序,能够动态显示“我爱单片机”其均为自建字库,为想熟练运用1602的初学者提供一个简单的例子,可供参考-This procedure for 1602 LCD procedures can dynamically display " I love SCM" which are self-built character for beginners like skilled use of 1602 to provide a simple example,
  3. 所属分类:SCM

    • 发布日期:
    • 文件大小:21781
    • 提供者:郑强
  1. twi-eeprom-iar

    0下载:
  2. 这是一个用IAR for ARM5.2版本编译的EPPROM运用的例子,用的是AT91SAM7SE的TWI模式,写的非常好的一个例程。可以拿来参考下。-This is a compiled version of IAR for ARM5.2 EPPROM use examples, using the TWI Modes AT91SAM7SE, wrote a very good routine. Can be used to refer to.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:245355
    • 提供者:zdp
  1. batchfileupload

    0下载:
  2. ASP.net批量无刷新图片上传例子,运用ajax和jquery.form的批量上传文件例子,上传照片格式为jpg,png,gif,bmp,大小不得超过2M,按“增加”按钮可以添加照片上传数量。测试时请设置BatchFileUpload为ASP.NET根目录,安装有.netFramework4.0。可添加多个文件域,然后统一上传,每张图片可添加标题和图片描述-ASP.net bulk image upload without refresh example, using ajax and jqu
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2395640
    • 提供者:ypudn19
  1. chazhizoom

    0下载:
  2. VB6.0图片缩放例子,VB使用二次线性插值法缩放图片,拖动上边的滚动条就可以缩放图片大小,运用二次线性插值法来完成图片的放大和缩小操作,源码开源,可在vb6.0中顺利编译-VB6.0 image scaling example, VB zoom pictures using quadratic linear interpolation method, drag the scroll bar on the top of the image size can be scaled, using li
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:96562
    • 提供者:jpudn9
  1. Delphi_750127

    0下载:
  2. Delphi:Delphi环境下使用RSA算法加密字符串和文件的例子,代码文件较多,比较完整的例子,位数可设置为:128位、256位、512位、768位、1024位。相信通过这个RSA加密实例,你会学会如何运用Delphi语言进行RSA算法的加密技巧。 -Delphi: Delphi environment using the following example of RSA encryption algorithm strings and files, code files larger,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:151907
    • 提供者:STLXTZS
  1. 2

    0下载:
  2. 某任务如果被多个模块引用,可以把它定义为一个独立的模块(只包括该任务),并可 用层次命名来引用它。这个例子说明如何在测试模块中运用任务。-If a task is referenced by a number of modules, it can be defined as an independent module (including the task), and can be used to refer to it as a hierarchy. This example shows
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1423
    • 提供者:王衎秋
  1. Verilog-for-SDcard

    0下载:
  2. 啊,我前段时间编这个,当时晕的,用verilog做SD卡的例子网上很少,我当时找了好多C语言的,主要是知道发送命令的顺序和控制流程,你可以先做好SPI部分,运用C程序的发送命令顺序,把SD卡初始化,提取SD卡特定寄存器看成不成功,其实只要SPI时序没问题,一般没问题,之后用Winhex看看你的SD卡的FAT系统,网上有学习用的资料,好好算算数,之后应该可以做到直接读写SD卡,但若想随意读写SD卡工作量太大了,我还没这勇气-Ah, I make this a while ago, at that
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5013
    • 提供者:王宇
  1. ACCESS

    0下载:
  2. 本例子中通过DAO来创建、读写Access文件. 示例中用到两种方法:SQL和DAO类函数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄。-This example is created by DAO, read Access files.         Example used in two wa
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:116164
    • 提供者:chensen
  1. SocketDemoSynchronousTCP

    0下载:
  2. 本例子运用C#中的Socket类进行以太网同步通信,里面有服务器和客户端界面,可以传输文件和文字,代码有大量的注释,可以让初学者很好的理解socket TCP网络编程。-The examples use C# Socket class Ethernet synchronous communication, which has server and client interface, you can transfer files and text code has a lot of notes,
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:98605
    • 提供者:sss
  1. 7349819

    0下载:
  2. 运用vb在win2000下操作端口的小例子,不错的案例,可以-Using vb under win2000 small example of port operation, good case, you can
  3. 所属分类:Network Security

    • 发布日期:2017-12-13
    • 文件大小:24701
    • 提供者:xteraoiow
  1. cqse-Using

    0下载:
  2. 运用vb在win2000下操作端口的小例子,不错的案例,可以-Using vb under win2000 small example of port operation, good case, you can
  3. 所属分类:Network Security

    • 发布日期:2017-12-13
    • 文件大小:27661
    • 提供者:UQAJ+934453
  1. ecample__Using

    0下载:
  2. 运用vb在win2000下操作端口的小例子,不错的案例,可以-Using vb under win2000 small example of port operation, good case, you can
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-11
    • 文件大小:24723
    • 提供者:Dunnjzs
  1. code_test

    1下载:
  2. uvm testbench 例子,可以在questa软件里运行,运用shell脚本,在cygwin环境中执行,非常方便-Uvm testbench example, you can run in questa software, the use of shell scr ipt, in cygwin environment, very convenient
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-14
    • 文件大小:1204966
    • 提供者:徐伟升
« 1 23 »
搜珍网 www.dssz.com