搜索资源列表
CLR
- C库函数本手冊為txt格式(可以在dos下用任何察看器閲讀),按各個頭文件分類,對函數的原型、功能、使用參數及返回情況分別有介紹,並有使用範例-C library function
Sequencedetector
- 序列检测器可用来检测一组或多组由二进制码组成的脉冲序列信号,这在数字通信领域有广泛的应用。当检测器连续收到一组串行二进制码后,若这组码与检测器中预制的码相同,输出为A,否则输出为B。序列检测I/O口的设计如下:设Din是串行数据输入端,clk是工作时钟,clr是复位信号,D是8位待检测预置数,QQ是检测结果输出端。-Sequence detector can be used to detect one or more sets consisting of binary code from the
S51E(AVR)
- 多字节BCD码加法 入口条件:字节数在R7中,被加数在[R0]中,加数在[R1]中。 出口信息:和在[R0]中,最高位进位在CY中。 影响资源:PSW、A、R2 堆栈需求: 2字节 BCDA: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD1: DEC R0 ;调整数据指针 DEC R1 M
VHDL_counter
- 这是一个采用状态机设计的增减计数器;由控制位 dir 控制计数的方向,dir=‘0’ 时减计数,dir=‘1’时增计数;清零位为Clr,Clr = ‘1’时计数器清零; 启动位为Start,Start = ‘1’计数器工作,否则计数器不工作。 -This is an increase or decrease in use of state machine design counter by the control bits control the counting dir direction,
wenbenliulsnqi
- Richtext控件查看txt以及rtf格式的文本-Richtext control to view txt and rtf format, text
jisuan
- c++在vc2010的clr平台上实现表达式计算的可视化程序,含有括号匹配语法问题检测。还是做得比较好的-c++ in vc2010 the clr platform visualization program expression calculated to contain parenthesis matching syntax problem detection.
Webbrowser
- 采用C++/clr编的小浏览器,当时windows程序设计课的作业~-web Browser
cod
- 计算定积分,clr控制台应用程序,使用辛普森算法计算定积分,使用了托管-Computing definite integrals
FileCreator
- CLR小程序,功能是通过触发器里调用该方式实现创建文件,达到消息通知的目的-The CLR small program, function is to realize in the trigger calls this create a file, to achieve the purpose of notification
数字钟设计
- 1.蜂鸣器整点报时 2.clr清零端,按下全部归零 3.使能端,按下使能端,数字钟停止,放开使能端,数字钟恢复(A digital clock, with a buzzer, a reset button, and an end.)