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

搜索资源列表

  1. Microshaoft

    0下载:
  2. CLR 繁簡元件, using Microsoft.International.Converters.TraditionalChineseToSimplifiedConverter-CLR simplified components, using Microsoft.International.Converters.TraditionalChineseToSimplifiedConverter
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1941259
    • 提供者:Addy
  1. CaesarCipher

    0下载:
  2. This code for Caesar Cipher Algorithm for encrypt and decrypt alphabets. Platform: CLR C++ Visual Studio 2008
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1336305
    • 提供者:Ahmed
  1. ShellOfJava

    1下载:
  2. 自己用Java编写的Shell,实现了Shell中常用的cd,clr,dir,help,quit等功能。-A Shell file writed by myself in Java plat.It include the basic functions of Shell,such as cd,clr,dir,help,quit and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3125
    • 提供者:王明
  1. ManagerialSysteminhotel

    0下载:
  2. 宾馆酒店管理系统。在VS2008下CLR平台下的编程。与MFC类似,运用SQL sever数据库,实现系统管理。-Hotel management system. Under the VS2008 CLR programming platform. Similar with MFC, using SQL sever databases, to achieve system management.
  3. 所属分类:SQL Server

    • 发布日期:2017-05-23
    • 文件大小:7600569
    • 提供者:lily
  1. VHDLstudy

    0下载:
  2. 近期学习程序小结,对初学者比较有帮助,包括:四D触发器:74175 用状态机实现的计数器 简单的12位寄存器 通用寄存器 移位寄存器:74164 带load、clr等功能的寄存器 带三态输出的8位D寄存器:74374等 -Summary of recent learning process, more helpful for beginners, including: four D flip-flop: 74 175 with a simple state machine im
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:44876
    • 提供者:孔凯敏
  1. vc2005

    0下载:
  2. vc2005编程实例CLR 第3章文件操作编程实例Chapter 3 Programming Example file operations-vc2005 programming examples in Chapter 3 file operations CLR Programming Example Chapter 3 Programming Example file operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5675013
    • 提供者:樊亦伦
  1. AddisonWesley_DistributedVirtualMachines.pdf

    1下载:
  2. Distributed Virtual Machines (inside the Rotor CLR) for scientific programming. Distributed programming has been recognized as a sub discipline of computer science for almost half a century, although it has not evolved into an essential computin
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2237847
    • 提供者:rachid
  1. BoXingFaSheng

    0下载:
  2. 多功能波形发生器VHDL程序与仿真 功能:实现4种常见波形正弦、三角、锯齿、方波(A、B)的频率、幅度可控输出(方波 --A的占空比也是可控的),可以存储任意波形特征数据并能重现该波形,还可完成 --各种波形的线形叠加输出。 --说明: SSS(前三位)和SW信号控制4种常见波形种哪种波形输出。4种波形的频率、 --幅度(基准幅度A)的调节均是通过up、down、set按键和4个BCD码置入器以及一 --个置入档位控制信号(ss)完成的(AMP的调节范围是0~5V,调节量
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:10019
    • 提供者:梁辰
  1. giflib-4.1.6

    0下载:
  2. GIF操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持多帧动画,自带颜色交错算法,完美避免gif颜色少的弊病。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或Windows的桌面工程、命令行工具中,更可以应用在Web
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-22
    • 文件大小:716498
    • 提供者:ls
  1. zlib-1.2.5

    0下载:
  2. 想操作zip压缩流吗?这个库就是你想要的。zip作为最流行的压缩流事实标准,在压缩速度、压缩效果上取得完美平衡,远超rar, lass之流不平衡的压缩格式。 zlib操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持zip格式。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-23
    • 文件大小:679794
    • 提供者:ls
  1. DCMotor

    0下载:
  2. ADC EQU 35H CLOCK BIT P2.4 定义ADC0808时钟位 ST BIT P2.5 EOC BIT P2.6 OE BIT P2.7 PWM BIT P3.7 ORG 00H SJMP START ORG 0BH LJMP INT_T0 START: MOV TMOD,#02H MOV TH0,#20 MOV TL0,#00H MOV IE
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:47691
    • 提供者:PXH
  1. dff

    0下载:
  2. 用VHDL语言编写的带进位、置位、复位的D触发器,异步清零D触发器,同步清零D触发器-library ieee use ieee.std_logic_1164.all use ieee.std_logic_unsigned.all entity exp7_10 is port( clk: in std_logic d: in std_logic clr: in std_logic en,s:in std_logic q: o
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:716
    • 提供者:jly
  1. 2270B_USB_Library_ISP_m_V2.0

    0下载:
  2. USB的HID固件程序,单片机开发 Bus_Reset: ------------------------------------------------------------------ into Normal Mode, two NOPs are required. ------------------------------------------------------------------ b0bclr FSTPHX nop nop
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:113833
    • 提供者:tecwon
  1. Counter

    1下载:
  2. 计数器 QuartusⅡ 10进制计数器 CLKIN为时钟输入端,CLR为清零端,Y[3..0]为四位二进制输出(BCD 码形式),CLKOUT为10进制计数器进位输出端 -Counter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:29703
    • 提供者:duopk
  1. CSharp4.0_in_a_Nutshell_Fourth_Edition

    0下载:
  2. When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics su
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4270472
    • 提供者:TiiUuHA
  1. 100jinzhijishuqi

    0下载:
  2. 1) 计数器的时钟输入信号为1S (2)计数器的功能是从0到99计数,以十进制形式显示 (3)有一个复位端clr和两个控制端plus和minus,在这些控制信号的作用下,计数器具有复位、增或减计数、暂停功能。 -1) counter clock input signal for the 1S (2) function of the counter counts from 0 to 99, shown in decimal form (3) has a reset terminal
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:70447
    • 提供者:袁欢
  1. Microsoft.NET-Framework-Programing

    0下载:
  2. 该资料丛宏观和微观上讲解了C#的各种应用程序,深入详细解释CLR的工作机制及其提供的各种构造-The information on the macro and micro Cong explained the various C# applications, further explained in detail the working mechanism and the CLR provides a variety of structures
  3. 所属分类:CSharp

    • 发布日期:2017-06-13
    • 文件大小:20666978
    • 提供者:Jhon Green
  1. [2011.02.271]Capture-webcam

    0下载:
  2. 在CLR環境下讀取 webcame 需下載ewclib.h-In CLR 環境下讀取 webcame
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7738630
    • 提供者:Wei-Liang,Chen
  1. wendu

    0下载:
  2. 18B20的复位时序及子程序: init_1820: clr dq1820 mov r7,#40 acall Delay15us ;(1)复位:低电平至少480 us,用15*40=600us可靠 setb dq1820 ;(2)释放,为了在15-60 us后接收存在脉冲 mov r7,#1 acall Delay15us 20us mov r2,#90 ;(3) 最多等待(1+2)*90=270us wait:
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1142
    • 提供者:zf
  1. Understanding-.NET.2th-

    0下载:
  2. 微软的.NET对基于Windows的软件开发起到了革命性的影响。通过为开发人员提供一个可以创建范围广泛的应用程序的多语言环境,.NET已经发展为新一代Windows软件的基础。自从2002年最初发布至今,.NET技术改变了几乎所有Windows应用程序的构建方式。本书针对.NET Framework 2.0版和Visual Studio 2005进行了全面更新,是对.NET技术大图景的简明指南。页边注释、细致的图表以及明晰的写作风格,使得本书易于阅读和浏览,观点文块则探索带有争议性的话题,并提出
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:918989
    • 提供者:阿习
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com