资源列表
VirtualPrinter
- Delphi和C开发的虚拟打印机源代码,包含了打印机驱动。-Virtual Printer developed by Delphi and C, include printer driver
WZCBocr
- 一个简易的文字识别OCR源码,供学习者参考-A simple text recognition OCR source for learners reference
Control-multiple-printers
- 能够控制多台打印机在同一时间进行工作的代码-Control multiple printers
Recursion
- Recursion program to illustrate how recursion work
Power-Printer
- 这是一个我因为我发现它是在后方的疼痛在VB打印简单的事情打印机OCX。所以,经过几个小时的讨论我是否应该不错,使开放源代码我想“啊,帮助新手”。所以在这里。我不在乎你是否投票,但它可能会告诉我,如果它的任何好或不好。-This is a Printer OCX I made because I found that it is a pain in the rear to print simple things in VB. So after many hours of debating weth
DOY_Date_trans
- A little exe for shifting day of year to date and in reverse.
PROSAIL_5B_FORTRAN
- PROSPECT5 and 4SAIL model s FORTRAN code
winsail_install_1_04
- PROSPECT and SAIL model exe version
5-Scale-exe
- 5-Scale is a combination of 4-Scale by Chen and Leblanc (1997) and LIBERTY by Dawson et al. (1998). It s main goal is to compute the reflectance of a vegetated surface the remote sensing point of view. This is the exe version.-5-Scale is a combinatio
4_2_3
- python简明教程,以及利用python实现的打印水仙花数,循环输出的方式打印输出-python brief tutorial, and the use of print narcissistic number python implemented cyclically output printouts
shiyan4
- (滚动条的使用) 在P124程序sysmets2.c基础上,完成如下功能: 1) 仿照垂直滚动条功能的实现,使窗口具有水平滚动条 2) 能够响应滚动条消息: SB_LINEUP、SB_LINELEFT、 SB_LINEDOWN、SB_LINERIGHT、 SB_PAGEUP、SB_PAGELEFT、SB_PAGEDOWN、SB_PAGERIGHT、SB_THUMBTRACK、SB_TOP、 SB_LEFT、SB_BOTTOM、SB_RIGHT; -(Using the s
shiyan3
- 设计规则:假设有一个字符串为“ABCDE”, 每按下一次任意键(响应WM_KEYDOWN消息),该字符串就往前移动一格,当字符串的第一个字符碰到窗口的用户区域的边界时,该字符串就反方向移动。字符串每移动一格,颜色将随机地发生变化。 提示:假如初始状态设定字符串在(100,100)位置上,开始时A字符作为首字符向左移动,则新的位置变成(100+Δx,100),设Δx -10,重新显示整个字符串。当首字符的坐标位置小于0时,则Δx +10,字符串向右移动。说明Px和Py为两个静态的全局变量,用