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

搜索资源列表

  1. run

    0下载:
  2. 一到面试题,题目为:400米的运动场上,甲在乙的前方100米处,甲速度6m/s,乙速度7m/s。甲乙两人每跑到整百米处都要休息5s,问乙何时才能追上甲。-One to face questions, the subject of: 400 meter playground, a B in front of the 100 meters, a speed of 6m/s, B speed 7m/s. B went to the entire two hundred meters of each s
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:613
    • 提供者:
  1. VC

    0下载:
  2. 本程序旨在演示如果突破网络版防病毒对网络端口的封锁,采用client/server结构,远程操控对方主机. 之所以取名water(水),就是说如果硬抓是抓不住的。当然如果你是很久以后才拿到本程序,可能已经被“特征码”了。-This program is designed to demonstrate if the breakthrough anti-virus network edition of the blockade on the network port, using the clien
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:358270
    • 提供者:Ralph
  1. PortScanner

    0下载:
  2. Now for an example that checks a range of ports on a specified host and reports on those ports that are providing a service. This works by the program trying to create a socket on each port number in turn. If a socket is created successfully, the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1163
    • 提供者:linchunhong
  1. catch

    0下载:
  2. 声音警报程序,直接用电脑的话筒即可,声音过高会产生警报,希望大家能用得到-Sound the alarm program can directly use a computer microphone, the sound is too high will produce alarm, hope everyone can get
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1103
    • 提供者:王欢
  1. memwatch-2.71

    0下载:
  2. Memwatch cannot catch all wild pointer writes. It can catch those it could make itself due to your program trashing memwatch s internal data structures. It can catch, sort of, wild writes into No Mans Land buffers (see the header file fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:44547
    • 提供者:gcraj
  1. Juzhen

    0下载:
  2. 追赶法解决三对角矩阵问题 可以通过此算法得到三对角矩阵的L,U矩阵,还有追赶过程及详细描述-Catch-up method to solve tridiagonal matrix problems can be obtained by this algorithm tridiagonal matrices L, U matrix, as well as catch-up process and a detailed descr iption
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:892987
    • 提供者:周苏建
  1. CatchBean

    0下载:
  2. 简单的捉小球游戏,运用多线程,vistul studio 2005以上运行-Simple to catch the ball game, the use of multiple threads, vistul studio 2005 run for more than
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:58691
    • 提供者:王潇
  1. CPPtry

    0下载:
  2. 本文详细讲解了c++异常处理机制以及C++中try,catch,throw的使用详解 -c++ exception processing try,catch,throw used in cpp programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:45757
    • 提供者:兰顺华
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:12369
    • 提供者:tq
  1. V4L2capture

    0下载:
  2. linux摄像头获取照片并按时间存储V4L2capture-linux catch photo and save by time(V4L2capture)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2273
    • 提供者:王开祥
  1. gamebyjava

    0下载:
  2. 一个用JAVA编写的小游戏,捉方块的小游戏-A using JAVA games, to catch small game box
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:940
    • 提供者:孙厚平
  1. SquareRoot

    0下载:
  2. import java.io.* public class SquareRoot { public static void main ( String [ ] args ) { System.out.print("Enter a positive value: ") double value = 0 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine
  3. 所属分类:JavaScript

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:何俊乐
  1. video-catch

    0下载:
  2. 能自动识别电脑中的摄像头驱动,并可一任意选择存储位置,实现avi视频的采集。缺点是没有进行视频的压缩。-The computer can automatically recognize the camera driver, and an arbitrary choice of storage location, to achieve avi video collection. Disadvantage is that no video compression.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:1951935
    • 提供者:sunpeng
  1. TestMarryAge

    0下载:
  2. 这个程序主要采用了网上的一种算法,可以用来测试你的结婚年龄,很准的-This program can test your marry age, just try! You will catch it.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:679
    • 提供者:yangguo
  1. FileSelector

    0下载:
  2. private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:43246
    • 提供者:gz
  1. save-dib-demo

    0下载:
  2. catch the screen picture and svae in dib bitmap
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:19946
    • 提供者:哦皮肤
  1. fangzhen

    2下载:
  2. 赶火车过程仿真 一列火车从A站经过B站开往C站,某人每天赶往B站乘这趟火车。已知火车从A站到B站运行时间为均值30分钟、标准差为2分钟的正态随机变量.火车大约在下午1点离开A站。离开时刻的频率分布为 -Process simulation, a train to catch the train from A through B station station station bound for C, B Station tour someone rushed to the train e
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:11255
    • 提供者:李振东
  1. aaa

    0下载:
  2. 警察抓小偷,在dos系统下实现警察抓小偷的模拟过程-Police catch the thief, the police catch the thief dos system to achieve the simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:30356
    • 提供者:黄殇黯
  1. SYTyty

    0下载:
  2. 捞黄金,有如何设置绳子的方向,用鼠标的设置-catch gold (C++ Build)is single
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-08
    • 文件大小:40993
    • 提供者:王长涛
  1. EX13_2

    0下载:
  2. 运用java捕获异常,以及异常抛出,异常声明等一系列操作-ues the java s catch error
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2556
    • 提供者:Creamy
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 44 »
搜珍网 www.dssz.com