资源列表
Form1
- 此代码为C#2005.net中数据库的绑定与显示,并且报表的生成的代码,是十分通用的,相信会对大家有帮助的
MainFrame
- 创建右键菜单,包括了初始化右键菜单和监听器,适合初学者.
encoder
- 编码器是把输每一个高、低电平的信号编写成一个对应的二进制代码-Encoder is to lose a high, low-level signal to the preparation of a corresponding binary code
Rizhi
- C的图形画法,已经投入使用。可参考 -C graphics draw method, has been put into use. May refer to
compare
- 比较数值,通过控制端,分辨输入端数值大小,实现比较功能-Numerical comparison, by controlling the client, to tell the size of the input values, to achieve more functional
fpu_round
- This file is floting point double vhdl code
VirtualListBox
- This is a c# GUI-Element, a virtual ListBox displaying items much faster than a default C# ListBox. Some api stuff is used to speed it up. This ListBox is ownerdrawn with a fixed with. Set the ItemHeight and/or the ownerdrawn paramet
HookApi_v3.0
- apihook class in Visual C-apihook class in Visual C++
calendar
- 任意输入年份,以整齐的方式显示日历的小软件.几乎所有功能都由子函数完成,适合初学者学习-enter the year, the program will give you the calendar of the year
Informationexchangewithinsystem(receiver)
- 本易语言代码用于系统内部信息交换的接收,返回接收到的系统内部信息-The code for easy language for information exchange within the system to receive and return the received information within the system
f32_roundToInt
- 浮点数转换舍入为整型数的C编程代码,感兴趣的可以看一下-Floating-point conversion rounded to integer C programming code, you can look at interest
Lexer
- 通过对PL/0词法分析程序(GETSYM)的分析,并在此基础上按照附录A中给出的PL/0语言的语法描述,编写一个PL/0语言的词法分析程序。此程序应具有如下功能: 输入为字符串(待进行词法分析的源程序),输出为单词串,即由(单词、类别)所组成的二元组序列。 有一定检查错误的能力,例如发现2A这类不能作为单词的字符串。 -By PL/0 lexical analysis program (GETSYM) analysis, PL and on this basis given in a