资源列表
yanghuisanjiao
- 在打印杨辉三角时通常用到杨辉三角的两个性质。 第一个就是杨辉三角中除了最外层(不包括杨辉三角底边)的数为1外,其余的数都是它肩上两个数之和。用数组输出杨辉三角就用这个性质。 第二个性质是杨辉三角的第n行恰好是C(n,0)~C(n,n)。这里的C表示组合。不用数组输出杨辉三角就用这个性质。-When the print is usually used in Yang Hui Yang Hui triangle triangle of the two properties. Th
excel-print
- 打印单据时需要手工修改部分资料再按打印机打印,工具提供自动修改某部分资料,自动打印。-When printing documents and then manually modify the printer to print some of the information, tools, automatically modify a part of the information provided, automatic printing.
PBdayinyulan
- pb中打印预览例子,大家可以借鉴使用,一起学习-pb in the print preview example, we can learn to use, learning together
reportprint
- 利用pdf renderer直接打印pdf -Direct printing pdf using pdf renderer
78zxczcz
- 完全控制打印对话框 ,很不错的VB源码,VB爱好者可以下载使用-Complete control of the Print dialog box, a very good source VB, VB enthusiasts can download and use
77sadadada
- 发送脱机打印任务,很不错的VB源码,VB爱好者可以下载使用-Send offline print job, a very good source VB, VB enthusiasts can download and use
pdfwengjiang
- PDF打印机 注册机,可以将CAD文件转为PDF文件-PDF Printer RI, CAD files can be converted to PDF files
Cpp1
- 顺序表常用操作实现,元素的删除,插入,打印-Order to achieve common operations table, element deletion, insertion, printing
6_7
- 找到并打印1000之内的所有完数,并按格式输出其因子数。-Find and print all completed within 1000 the number of output format and press the number of its factors.
10_3
- 编写一个print函数,打印一个学生的成绩数组,用主函数输入这些数据,用print输出。-Write a print function to print an array of student achievement, with the main function of the input of these data, with the print output.
PrintCalender
- 自己写的一个可以完成日历打印功能的一个java小程序 用了各种循环-A complete calendar printing using a variety of java applet cycle
n
- 使用c语言打印n阶螺旋矩阵,算法较为浅显易懂-N order to print using c language spiral matrix, the algorithm is more easy to understand