登录
首页 » c » 文档 文档 文档 文档

文档 文档 文档 文档

于 2022-03-23 发布 文件大小:21.04 MB
0 104
下载积分: 2 下载次数: 1

代码说明:

ddds dad s sd sddsf f sdf sdcds ddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcdsddds dad s sd sddsf f sdf sdcds

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

发表评论

0 个回复

  • RS232 Upgrade Loader Tool M3510
    UPGRADE tool rs232. Download
    2019-04-10 00:20:11下载
    积分:1
  • ccscript3-1.0.8.tar
    GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne. (GNU ccScript is a C++ Class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.)
    2008-05-21 12:41:19下载
    积分:1
  • wpf3D
    实现WPF下的3D文字功能,是初学者的好范例。(Under the WPF 3D text function, is a good example for beginners.)
    2021-04-20 10:28:50下载
    积分:1
  • EzReportBuild 2.0报表组件源码和demo及说明
    2.0版本添加了多报表页功能,每份报表可设置多页,每页可设置不同的纸张大小、数据表、页面规则等,并可对报表页次序即时调整,同时,优化了显示,报表显示更流畅。EzReportBuild 2.0报表组件,可以完成报表设计、预览、打印等功能,提供接口函数,可以将设计、预览等嵌入到自定的winform中调用,使用简单,调用灵活。在你的工程项目里,新建一个窗体,添加按钮,使用:// 单独打开报表编辑器        private void button1_Click(object sender, EventArgs e)        {            _Interface.independent_DesignForm();    }打开设计器设计报表,保存报表后可去掉按钮,该工程项目生成的报表,别的应用不能打开查看。如需复杂数据报表,可先生成一个临时数据库表,然后引入报表系统,由于报表数据为按行读取,所以只要能够设计出数据库各字段和内容,就能够生成相应的报表。打印规则为“内容区域”栏目无论所在位置,紧跟页头栏,所以适当调整“页头区域”、“页脚区域”位置,保证按需求输出。制作每页多行数据报表,“内容区域”为自动计算填充“页头区域”、“页脚区域”之间的空间,应适当调整“内容区域”栏目和页头页脚之间的空间,达到最佳打印效果。如需在表格内添加空行,可在生成的报表数据库表中添加空记录即可。 注意:使用时,将fontawesome-webfont.ttf字体文件与exe文件放置在一起,使用Access数据库时,注意路径,如没有安装AccessDatabaseEngine.exe,可在微软网站下载,或在本压缩文件的soft文件夹中安装。 更新关注:https://www.cnblogs.com/qiaoke/p/10365440.html 设计器截图      预览截图 嵌入程序截图 多种纸张同时预览using System;using System.Drawing;using System.Windows.Forms;namespace Demo_1{ public partial class Form1 : Form { RBuild_Interface _Interface = new RBuild_Interface(); // 新建接口 RBuild_Preview rpb = new RBuild_Preview(); // 预览窗口对象 public Form1() { InitializeComponent(); } // 单独打开报表编辑器 private void button1_Click(object sender, EventArgs e) { _Interface.independent_DesignForm(); } // 单独打开报表预览 private void button2_Click(object sender, EventArgs e) { _Interface.independent_PreviewForm(@"测试报表1.rpt", 2, "", "", "", "地址库.mdb"); } private void button3_Click(object sender, EventArgs e) { // 按钮可以使用 b1.Enabled = true; b2.Enabled = true; b3.Enabled = true; b4.Enabled = true; b5.Enabled = true; b6.Enabled = true; b7.Enabled = true; b8.Enabled = true; _Interface.embedded_PreviewForm(rpb, panel1, @"测试报表1.rpt", 2, "", "", "", "地址库.mdb", true); } private void b1_Click(object sender, EventArgs e) { _Interface.preview_FirstPage(rpb); } private void b2_Click(object sender, EventArgs e) { _Interface.preview_PreviousPage(rpb); } private void b3_Click(object sender, EventArgs e) { _Interface.preview_NextPage(rpb); } private void b4_Click(object sender, EventArgs e) { _Interface.preview_LastPage(rpb); } private void b5_Click(object sender, EventArgs e) { _Interface.preview_Search(new Point(200,200)); } private void b6_Click(object sender, EventArgs e) { _Interface.zoom_Menu(rpb,new Point(300,200)); } private void b7_Click(object sender, EventArgs e) { _Interface.print_Page(rpb); } private void b8_Click(object sender, EventArgs e) { int _now, _tol; _now = _Interface.get_NowPage(rpb); _tol = _Interface.get_TotalPage(); MessageBox.Show("当前页:" _now "--- 总页数:" _tol); } }}
    2019-01-19下载
    积分:1
  • C-SDN VC编程经验总结!有很多关于vc方面的经验总结~ 对初学者很有帮助-C-SDN VC programming experience! Many vc on the experience helpful for beginners ~
    2022-08-05 16:28:41下载
    积分:1
  • niudunfa
    计算方法实验,通过编程实现埃特金加速法,一般迭代法,牛顿法的收敛次数的计算(calculated experiment, Programming Aitken acceleration method, the general iterative method, the convergence of Newton's method of calculating the number of)
    2006-05-31 08:48:47下载
    积分:1
  • 11seed-particle-effect-source
    cocos2dx 11种粒子效果源码,cocos2dx 11 seed particle effect source(cocos2dx 11 seed particle effect source)
    2014-01-08 09:28:39下载
    积分:1
  • Star
    C# 语言,wince源码,方便初学者学习(C# language, wince source, easy for beginners to learn)
    2013-11-18 16:19:35下载
    积分:1
  • Ocean
    说明:  用C++编写的海浪仿真动画,里面有完整的程序。导入后可直接运行,或通过exe文件直接打开编译后的程序。(The wave simulation animation written in C++ has a complete program. After importing, it can run directly, or open the compiled program directly through exe file.)
    2020-06-20 01:00:02下载
    积分:1
  • stc单片机广州塔设计全套资料
    stc单片机广州塔设计全套资料,包含原理图,设计思路,源程序
    2023-07-18 20:05:08下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载