搜索资源列表
DBObjCode
- You can use CRL to author a number of database objects. Follow a canonical example that explains the main steps involved in using and creating a CLR object inside SQL Server 2005.
WPF_CAB_source_1[1].0.51205.1
- wpf和cab的结合使用源码(转载),目前wpf设计器还有缺陷,不能识别clr-namespace-wpf cab and the combined use of the source code (reproduced), is currently wpf design flaws, fail to recognize clr - namespace
TrafficLights
- LOOP1: CJNE A,#20H,LOOP2 CLR CY SUBB A,#07H SJMP END1 LOOP2: CJNE A,#10H,LOOP3 CLR CY SUBB A,#07H SJMP END1 LOOP3: DEC 3AH END1: MOV TH0,0BH MOV TL0,0DCH SETB TR0 RETI
DataAdo
- 我用VC++ 2005的托管代码编的一个C++/CLR的例子,该方面例子较少,希望给大家参考
2007829945374711
- 是一个汇编延时程序,适合初学者使用,当P1.0端口输出高电平,即P1.0=1时,根据发光二极管的单向导电性可知,这时发光二极管L1熄灭;当P1.0端口输出低电平,即P1.0=0时,发光二极管L1亮;我们可以使用SETB P1.0指令使P1.0端口输出高电平,使用CLR P1.0指令使P1.0端口输出低电平。 -Delay is a compilation of procedures, suitable for beginners to use, when the high output po
lab1
- Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
Lua2IL
- Lua to IL (Intermediate Language) bytecode interpreter (virtual machine) written for .NET CLR in CSharp
XNALISP
- XNALISP complex interpeter in CSharp written for .NET CLR
cpp_trees.tar
- C++ code implementation of RedBlack trees and interval trees based on Algorithms from MIT s CLR
sy4
- D74LS74 JK74ls112. LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY D74LS74 is port(clk,clr,PRE,D:in std_logic QT,QTN:out std_logic) end ENTITY D74LS74 architecture bhv of D74LS74 is signal q,qn:std_logic signal x:std_logic
huibian
- 流水,采用一个命令即可实现,适合初学者,发散性思维,然后循序渐进的进行学习- ORG 000H MAIN: MOVE P1,#0FFH CLR P1.0 LCALL DEL CPL P1.0 LCALL DEL ....
11
- 广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20
dotnetencrypt
- .Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。 本类实现一些常用机密算法,供参考。其中MD5算法返回Int的ToString字串。-. Net Framework With CLR provides support for the rich, can be achieved with minimal code using C and other old-fashioned language previously difficul
shumaguanxianshi
- 数码管显示功能MOV P0,A 将第二个字形码送P0口 CLR SECOND 开第二位显示器 LCALL DELAY 延时 SETB SECOND 关第二位显示 POP PSW POP ACC RET-Digital tube display MOV P0, A glyph code will be sent to the second port P0 CLR SECOND open second monitor LCALL DELAY delay SETB SEC
LIBRARY-IEEE
- 加法计数器的设计 任意进制的计数器设计-LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY sun IS PORT(ENA,CLK_IN,CLR:IN STD_LOGIC Y:OUT STD_LOGIC_VECTOR(6 DOWNTO 0) ) END sun ARCHITECTURE A OF sun IS SIGNAL CLK:STD_LOGIC SIGNAL TEMP:INTEG
Calculator-XControl
- Run the VI to use the calculator. You can type directly into the Formula field or use the keys on the calculator keypad to enter values. Click the <=> key or press <Enter> on the keyboard to evaluate the current formula and displa
DicomObjects.NET
- DicomObjects for .NET V6-The .NET version of DicomObjects has been developed and tested over the past 6 years, and is already used in hundreds of applications around the world by over 50 developers. It may of course be used for any of the uses listed
DicomObjects.NET-6.40.0.64
- 官方6.40.0.64版本对应的去除60天开发者试用-The .NET version of DicomObjects has been developed and tested over the past 6 years, and is already used in hundreds of applications around the world by over 50 developers. It may of course be used for any of the uses list
01-CLR-RAM
- 8051 assamlber which clear RAM of AT89C51
CTP api 交易开发实例
- CTP C#接口, 通过clr/c++封装,对于不熟悉C++或者非高频交易的朋友有用