登录
首页 » Windows_Unix » usbasp-windriver.2011-05-28

usbasp-windriver.2011-05-28

于 2016-07-26 发布 文件大小:315KB
0 193
下载积分: 1 下载次数: 4

代码说明:

  这是重要的ASP编程的驱动,基于windows的驱动里面有32位和64位(This is an important driver of the ASP program, there are 32-bit and 64-bit based on the drive inside windows)

文件列表:

usbasp-windriver.2011-05-28
...........................\usbasp-windriver.2011-05-28
...........................\...........................\libusb_0.1.12.1
...........................\...........................\...............\libusb0.dll,43520,2009-02-28
...........................\...........................\...............\libusb0.sys,28672,2009-02-28
...........................\...........................\...............\libusb0_x64.dll,43008,2009-02-28
...........................\...........................\...............\libusb0_x64.sys,16896,2009-02-28
...........................\...........................\...............\testlibusb-win.exe,13824,2009-02-28
...........................\...........................\...............\testlibusb.exe,8192,2009-02-28
...........................\...........................\...............\usbasp.cat,168,2009-02-28
...........................\...........................\...............\usbasp.inf,3381,2009-02-28
...........................\...........................\...............\usbasp_x64.cat,168,2009-02-28
...........................\...........................\libusb_1.2.4.0
...........................\...........................\..............\amd64
...........................\...........................\..............\.....\libusb0.dll,75200,2011-05-28
...........................\...........................\..............\.....\libusb0.sys,44480,2011-05-28
...........................\...........................\..............\ia64
...........................\...........................\..............\....\libusb0.dll,157120,2011-05-28
...........................\...........................\..............\....\libusb0.sys,90048,2011-05-28
...........................\...........................\..............\installer_x64.exe,22528,2011-05-28
...........................\...........................\..............\installer_x86.exe,20992,2011-05-28
...........................\...........................\..............\libusb-win32-bin-README.txt,931,2011-05-28
...........................\...........................\..............\license
...........................\...........................\..............\.......\libusb-win32
...........................\...........................\..............\.......\............\installer_license.txt,44153,2011-05-28
...........................\...........................\..............\usbasp.cat,164,2011-05-28
...........................\...........................\..............\usbasp.inf,8034,2011-05-28
...........................\...........................\..............\x86
...........................\...........................\..............\...\libusb0.sys,35776,2011-05-28
...........................\...........................\..............\...\libusb0_x86.dll,67008,2011-05-28
...........................\...........................\Readme.txt,67,2011-05-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 社区远程挂号系统
    社区远程挂号系统为方便就医看病可提前在线挂号预约,医院预约挂号系统是以病人为中心开展医疗服务的重要改革措施,对于方便群众就医、提高医疗服务水平具有重大意义。医院施行预约诊疗服务,有利于患者进行就医咨询,提前安排就医计划,减少候诊时间,也有利于医院提升管理水平,提高工作效率和医疗质量,降低医疗安全风险。
    2022-05-07 03:58:38下载
    积分:1
  • 1926848
    custom configuration using ASP C#
    2013-12-02 19:58:23下载
    积分:1
  • csgl
    说明:  在超市管理中引进现代化的办公软件,实现超市庞大商品的控制和传输,从而方便销售行业的管理和决策,为超市和超市管理人员解除后顾之忧。一款好的超市销售管理系统,应该是可以帮助销售部门提高工作效率,帮助超市工作人员利用计算机,极为方便的对超市的有关数据进行管理、输入、输出、查找等有关操作,使杂乱的超市数据能够具体化、直观化、合理化等。(Purchase, Sale and Inventory)
    2020-06-20 05:20:02下载
    积分:1
  • xiaofangbianlidian
    版本要求: 程序体现面向对象的编程思想; 要求能够灵活添加新物品,并向用户提供多次购买一次性结帐的功能; 提示:可用以下三个类解决该问题: 1.货物类(Goods):一个商品,包含了名称,价格信息 2.购物篮类(Basket):一个购物篮,包含了已经选择的东西 3.Store:小芳便利店 主程序 (version requirements : procedures reflect object-oriented programming ideas; Require flexibility to add new items, multiple users to purchase one-time billing functions; Tip : The following three categories can be used to solve the problem : 1. Goods category (Goods) : a commodity, including the name, price information 2. Shopping basket category (Basket) : a shopping cart, already contains a choice of three things. Store : Xiaofang facilitate procedures owner)
    2020-08-16 15:48:31下载
    积分:1
  • SQL极简账号注册系统
    适用于千年游戏的极简注册网站,asp+mssql(A website for 1000y register, asp+mssql)
    2020-10-15 22:47:30下载
    积分:1
  • LifeCycle
    jsf开发 Web应用程序的开发与传统的单机程序开发在本质上存在着太多的差异,Web应用程序开发人员至今不可避免的必须处理HTTP的细节,而HTTP无状态的(stateless)本质,与传统应用程序必须维持程序运行过程中的信息有明显的违背,再则Web应用程序面对网站上不同的使用者同时的存取,其执行线程安全问题以及数据验证、转换处理等问题,又是复杂且难以解决的。 另一方面,本质上是静态的HTML与本质上是动态的应用程序又是一项违背,这造成不可避免的,处理网页设计的美术人员与程序设计人员,必须被彼此加入至视图组件中的逻辑互相干扰,即便一些视图呈现逻辑以标签的方式呈现,试图展现对网页设计美术人员的亲切,但它终究必须牵涉到相关的流程逻辑。 有很多方案试着解决种种的困境,而各自的着眼点各不相同,有的从程序设计人员的角度来解决,有的从网页设计人员的角度来解决,各种的框架被提出,所造成的是各种不统一的标签与框架,为了促进产能的集成开发环境(IDE)难以整合这些标签与框架,另一方面,开发人员的学习负担也不断的加重,他们必须一人了解多个角色的工作。(jsf development Web application development with traditional stand-alone program development, in essence there are too many differences, Web application developers staff has inevitably have to deal with the details of HTTP, and HTTP stateless (stateless) the nature of traditional application must maintain significant breaches in the program is running in. Moreover, Web applications face simultaneous access to different users on the website, its execution thread safety issues as well as data validation, conversion process is complex and difficult to solution. On the other hand, is essentially static HTML and essentially dynamic applications is a violation of which caused inevitable handling web design art programming staff, must each added to the view component logic interfere with each other, even if some view rendering logic to render label, trying to show a web design art staff cordial, but it eventually must be involved in the process logic. Many programs try to solve all the)
    2013-03-15 09:22:41下载
    积分:1
  • aienASP_flash
    纯asp,js,flash多选图片文件无组件上传(Pure asp, js, flash multi-select a picture file components upload)
    2012-10-25 19:36:01下载
    积分:1
  • 微信中文字交互源码(含测试)
    应用背景1)程序功能:微信开发中文字交互项目详解,采用PHP编写。 2)程序详解地址:http://blog.csdn.net/clevercode/article/details/46967221。 3)原创作品,出自"CleverCode的博客"。 4)欢迎大家关注博客更多精彩的内容:http://blog.csdn.net/CleverCode。关键技术 申请完微信订阅号后,要想微信开发,必须在微信后台(mp.weixin.qq.com)切换到开发模式,然后配置接口。如下图。http://xxxx.com是我服务器的域名地址。如果没有服务器也可以用新浪的sae。/apithxl/interface表示的我是使用的zend framework框架。这个url可以是任意的,只要能够访问得到即可。例如http://xxxx.com/api.php,http://xxxx.com/api.jsp等等。
    2022-06-26 08:51:07下载
    积分:1
  • ASP 个人网站源码
    资源描述一个很漂亮的个人网站原码,供大家学习 是用ASP编写的。采用的是ACCESS数据库
    2022-05-23 06:36:49下载
    积分:1
  • STM32_ADC
    STM32 ADC 例程,有DMA通道数据传输模式,有中断模式等。(STM32 ADC routines, and DMA channel data transfer mode, a disruption of pattern and so on.)
    2021-04-06 23:19:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载