搜索资源列表
Flex控件打印
- 一个老外写的支持flex表格控件打印和预览的程序,包含源码,采用cls方式,调用很简单。-a foreigner to write support flex forms and print preview control procedures, including source code, adopted cls, called very simple.
FlexPrints
- flex 表格打印预览于一身的控件,支持datagrid等多种表格打印-flex form to a print preview controls, support a variety of forms such as datagrid Print
Flex-print
- 快递单模板与打印:Ascr ipt与Jscr ipt通信的一个应用实例。-Express a single template and print: Ascr ipt Jscr ipt communication with an application example.
HIM_v0.2.3
- flex实现的前台,java实现的服务器端。可以实现单个页面进行聊天-flex to achieve the prospects, java achieve server-side. Can achieve a single page chat
print
- flex 打印功能,flex datagril的打印实现,同时支持到报表的拖拽功能-flex printing, flex datagril print to achieve, while the drag and drop support to the report
MSFlexGridSrc
- MSFlexGrid控件的使用例子-Example for the usage of MSFlexGrid control
grid_print
- a small app developed in vb to print the flex grid contents in WYSIWYG.
FlexPrintPreview
- Flex打印预览源码,对企业开发需要打印功能有帮助-Flex Print Preview source of enterprise development needs printing help
Print_MS_Flex_grid
- Print Micro Soft Flex grid
FlexPrint
- print data in flex using vb6
lex_simple
- 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compi
printDemo
- flex的printjob组件,实现打印功能,flex基础,仅供参考-flex the printjob components, and print functions, flex foundation for reference only
FlexPreview
- 打印预览flex版本 打印预览flex版本-Flex version Print Preview Print Preview Print Preview flex version flex version
barcodetest
- flex和java,打印一维码和二维码,功能简单,使用起来非常方便- Flex and Java, print the one-dimensional code and two-dimensional code, a simple function, it is very convenient to use
st_1
- 本章实验为实验一,任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C 语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。-This chapter first experiment experiments, the task is to write a program to use C source c
lab1
- 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C 语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The ta