登录
首页 » JavaScript » Lodop6.010

Lodop6.010

于 2014-03-13 发布 文件大小:1585KB
0 297
下载积分: 1 下载次数: 8

代码说明:

  网页打印控件Lodop,目前流行的WEB控件,即可裁剪输出网页内容,也可用JS语句直接打印。... (Webpage print control Lodop, the popular WEB controls, you can cut output Webpage content, also can use the JS statement to print directly )

文件列表:

install_lodop.exe,1868800,2011-03-06
LodopFuncs.js,1860,2011-03-06
PrintSampIndex.html,20149,2011-02-14
PrintSample1.html,5572,2011-02-09
PrintSample10.html,4179,2011-01-31
PrintSample11.html,6069,2011-01-31
PrintSample12.html,3905,2011-02-10
PrintSample13.html,2763,2011-01-31
PrintSample14.html,2529,2011-01-31
PrintSample15.html,8690,2011-01-31
PrintSample16.html,5901,2011-02-19
PrintSample17.html,4104,2011-01-31
PrintSample18.html,10505,2011-01-31
PrintSample19.html,4054,2011-01-31
PrintSample2.html,5398,2011-03-02
PrintSample20.html,7708,2011-01-31
PrintSample21.html,4184,2011-01-31
PrintSample22.html,8640,2011-02-14
PrintSample23.html,4312,2011-01-31
PrintSample24.html,4133,2011-01-31
PrintSample25.html,3067,2011-02-10
PrintSample26.html,4149,2011-01-31
PrintSample27.html,7232,2011-01-31
PrintSample28.html,10409,2011-01-31
PrintSample29.html,8682,2011-03-02
PrintSample3.html,9923,2011-02-13
PrintSample30.html,6923,2011-01-31
PrintSample31.html,9064,2011-01-31
PrintSample32.html,3913,2011-01-31
PrintSample33.html,10957,2011-01-31
PrintSample34.html,7638,2011-01-31
PrintSample35.html,3747,2011-02-17
PrintSample36.html,6760,2011-01-31
PrintSample37.html,2432,2011-01-31
PrintSample38.html,3665,2011-02-01
PrintSample39.html,5845,2011-02-09
PrintSample4.html,9666,2011-02-13
PrintSample5.html,5672,2011-02-19
PrintSample6.html,7080,2011-01-31
PrintSample7.html,5995,2011-02-13
PrintSample8.html,3198,2011-02-01
PrintSample9.html,3630,2011-01-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RTFPrintPreview
    基于VB的RTF文本打印预览类及示例源代码(VB-based RTF text print preview class and sample source code)
    2013-08-09 11:40:10下载
    积分:1
  • ZebraPrint
    C#调用ZEBRA打印机,打印条码和二维码。(C# ZEBRA Print)
    2021-02-13 18:49:50下载
    积分:1
  • excel-batch-print
    实现excel的批量打印,而且可以自由选择,预览(Achieve excel batch print, and are free to choose, preview)
    2011-11-10 12:40:41下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • SPOOLING
    要求设计一个SP00LING输出进程和两个请求输出的用户进程,以及一个SP00LING输出服务程序。当请求输出的用户进程希望输出一系列信息时,调用输出服务程序,由输出服务程序将该信息送入输出井。待遇到一个输出结束标志时,表示进程该次的输出文件输出结束。之后,申请一个输出请求块(用来记录请求输出的用户进程的名字、信息在输出井中的位置、要输出信息的长度等),等待SP00LING进程进行输出。 SP00LING输出进程工作时,根据请求块记录的各进程要输出的信息,将其实际输出到打印机或显示器。这里,SP00LING输出进程与请求输出的用户进程可并发运行。 (Asked to design a user process SP00LING request output and two output processes, and outputs a SP00LING service program. When users want to process requests output output range information, call the output service program, service program by the output information into the output shaft. Treatment to an output end of the flag, which means that the process of the second output file output end. Thereafter, the application of an output request block (name of the user to record the output of the process request, the information on the position of the output well, and length information to be outputted), the process waits SP00LING output. When SP00LING output process work, information requested under each process block records to be output, its actual output to a printer or monitor. Here, the user process and the output process SP00LING request output can be run concurrently.)
    2014-01-08 13:36:02下载
    积分:1
  • CAN-BUS_PRINTER0413
    说明:  热敏打印机的控制程序,用keil编译,can通信(Thermal printer control program)
    2010-04-28 11:23:47下载
    积分:1
  • custompaper
    vb写的自定义打印纸张大小的实例源码,有需要的下。(Vb to write a custom print example source code, the size of the paper is needed.)
    2013-08-13 15:45:05下载
    积分:1
  • prjPrintSpool
    VB打印任务监控程序的源代码,适时获得当前打印机的任务状态,列出正在打印的任务,同时对所有任务进行管理 ,可结束和暂停任务,写的不错。(VB print job monitoring program s source code, the task of timely access to current printer status, list is printing tasks, while management of all tasks, to end and pause tasks and write well.)
    2013-08-15 16:05:00下载
    积分:1
  • printer
    DICOM格式打印程序,可以多分格,是医学影像科室的基础项目。(DICOM format print program, you can pay would grid, the medical imaging department of infrastructure projects.)
    2011-08-18 16:43:58下载
    积分:1
  • ico
    自己收藏的常用ICO图标分享,16*16,包括查找,保存,新增,删除,修改,打印等(ICO icon)
    2013-08-09 14:11:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载