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

搜索资源列表

  1. 访windows计算器

    0下载:
  2. 仿Windows的自带计算器,大家可以看看,是一家公司的笔试题-own imitation of the Windows calculator, we can see, is a test of T! !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.93kb
    • 提供者:刘杨
  1. T-DNSsrc

    0下载:
  2. Windows下DNS ID欺骗的原理与实现在DNS数据报头部的id(标识)是用来匹配响应和请求数据报的。现在,让我们来看看域名解析的整个过程。客户端首先以特定的标识向DNS服务器发送域名查询数据报,在DNS服务器查询之后以相同的ID号给客户端发送域名响应数据报。这时客户端会将收到的DNS响应数据报的ID和自己发送的查询数据报ID相比较,如果匹配则表明接收到的正是自己等待的数据报,如果不匹配则丢弃之。 假如我们能够伪装DNS服务器提前向客户端发送响应数据报,那么客户端的DNS缓存里域
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:11.89kb
    • 提供者:afei
  1. windows api

    0下载:
  2. a lot of information haha it's worth downloading,don't believe me
  3. 所属分类:其它资源

    • 发布日期:2011-03-19
    • 文件大小:78.15kb
    • 提供者:wuyuxing1990
  1. usb_hid_led

    0下载:
  2. Hid Led Tester is a simple USB(interrupt mode)device tester package. There are firmware and software in it. Hid Led tester follows USB HID protocol, we don’t need to install driver for the device, and Windows (Win 2000 and later) will install the dev
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:27.74kb
    • 提供者:
  1. TC3.0_speed360

    0下载:
  2. WIN-TC是一个TC2 WINDOWS平台开发工具。该软件使用TC2为内核,提供WINDOWS平台的开发界面,因此也就支持WINDOWS平台下的功能,例如剪切、复制、粘贴和查找替换等。而且在功能上也有它的独特特色例如语法加亮、C内嵌汇编、自定义扩展库的支持等。并提供一组相关辅助工具令你在编程过程中更加游刃有余,如虎添翼。 WIN-TC简繁双语版可以正常运行于98及其以上的简体及繁体WINDOWS操作系统上 好的编译工具好-WIN-TC is a TC2
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3.82mb
    • 提供者:陈伟
  1. Calculator

    0下载:
  2. windows窗体计算器,可实现普通计算,附带注册和登陆功能!-windows form calculator, ordinary calculation can be realized, with registration and landing function!
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:27.13kb
    • 提供者:张强
  1. bochs-20081123.tar

    0下载:
  2. Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3.74mb
    • 提供者:simba Jiang
  1. CH341-to-232

    0下载:
  2. 概述 ● 全速设备接口,兼容 USB V2.0,外围元器件只需要晶体和电容。 ● 可选:通过外部的低成本串行EEPROM 定义厂商 ID、产品 ID、序列号等。 ● 支持5V电源电压和3.3V电源电压。 ● 低成本,直接转换原串口外围设备、原并口打印机、原并口外围设备。 ● 采用SOP-28封装,串口应用还提供小型的 SSOP-20 封装。 ● 由于是通过USB转换的接口,所以只能做到应用层兼容,而无法绝对相同。 -Say all ● The full s
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:318.5kb
    • 提供者:胜客
  1. memtest

    0下载:
  2. detailed memory test for embedded systems, checks for shorted address/data lines t-detailed memory test for embedded systems, checks for shorted address/data lines too
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:1.23kb
    • 提供者:vikrant
  1. hde_disassembly

    0下载:
  2. hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets length of command, prefixes, ModR/M, SIB, opcode, etc. For example, you can use hde32 when writing unpackers of executables, viruses, because most other disassemblers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3.74kb
    • 提供者:Merc
  1. Javaconfig

    0下载:
  2. 安装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径,我选择D:jdk1.5.0 配置环境变量: JAVA_HOME: D:jdk1.5.0 PATH: D:jdk1.5.0 in CLASSPATH: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar -Install JDK from
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:4.07kb
    • 提供者:yang hua yuan
  1. jsq

    0下载:
  2. 简单计算器的实现,适合c#初学者练习参考使用,Windows 应用程序。-The realization of a simple calculator, suitable for beginners c# reference to the use of exercises, Windows applications.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:35.46kb
    • 提供者:张磊
  1. Addison.Wesley.Professional.Rootkits.Subverting.t

    0下载:
  2. Information about Windows kernel..and rootkits. Original Title: Rootkits: Subverting the Windows Kernel By Greg Hoglund, James Butler
  3. 所属分类:Hook api

    • 发布日期:2017-05-08
    • 文件大小:1.59mb
    • 提供者:Cipee
  1. pngStitch-windows

    0下载:
  2. Stitches together png images vertically (like TrentStitch) - mainly to make my life easier when making knobs for vst plugins. I ve only tested it with 32 bit images though (i.e. 24 bit colour, 8 bit alpha) - There s a good chance it ll fail mis
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:459.46kb
    • 提供者:Doctor
  1. Windows

    0下载:
  2. Windows FAQ Common Controls FAQ The contents of this documents have been adapted from the Microsoft documentation. The motivation is that the current win32.hlp file doesn’t reflect the enormous changes that has undergone the common controls A
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:ddc
  1. T-ProcMon-1.0Src

    0下载:
  2. 本程序为一款基于Windows SDK/DDK开发环境的系统信息监视工具。-monitoring system information tool source code, Write by Windows SDK/DDK.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:9.57kb
    • 提供者:xinjingjing
  1. t_windows

    0下载:
  2. 透明窗体,可一始终悬浮在窗口上,背景可一是视频或图象等,也就是窗口的分层-trans windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.88mb
    • 提供者:wasyeh
  1. windows.tar

    0下载:
  2. windows 虚拟USB驱动源代码 这个给驱动编程程序员一个很好的提示。-Virtual USB driver source code windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:57.6kb
    • 提供者:xiexiao
  1. Windows SSO with JBoss Seam

    0下载:
  2. Unified authentication has been one of the frequently asked functionality for quite some time now. Users have to remember username/password for various systems or having to login for each system while all those systems are part of the same intranet a
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-05-17
    • 文件大小:42kb
    • 提供者:zengke0001
  1. 提取Windows聚焦锁屏壁纸

    0下载:
  2. 提取Windows聚焦锁屏壁纸 BATCH语言源文件 壁纸提取到 C:\Users\(当前用户)\Pictures\WindowsLockscreenPhoto 部分无法显示的图片可以把后缀改为 .jpg(Extraction of Windows focus lock screen wallpaper BATCH source file The wallpaper is extracted to C:\Users\ (current user) \Pictures\WindowsLoc
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:鹿与白茶
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com