CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .21 .22 .23 .24 .25 54126.27 .28 .29 .30 .31 ... 58526 »
  1. VBListViewfilebs

    1下载:
  2. VB使用ListView控件改进一个文件浏览器的功能,使其变为“增强版”,将文件的标题、列表项目序号、文件大小,创建时间等属性信息都显示出来,核心代码:Me.Top = (Screen.Height - Me.Height) / 2窗体位置在屏幕中间,以下代码为ListView1添加标题栏:   ListView1.ColumnHeaders.Add , , "文件名称", ListView1.Width / 3, 0   第一个标题栏是"文件名称",长度为ListView1宽度的三
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.23kb
    • 提供者:gpudn39
  1. shuzituxiangchuli

    1下载:
  2. 数字图像处理程序,包括直方图、区域平滑、降噪和线检测等一系列程序代码。-Digital image processing procedures, including histograms, regional smoothing, noise reduction, and a series of line detection code.
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-23
    • 文件大小:6.9mb
    • 提供者:马静文
  1. matlab-bgl-master

    1下载:
  2. matlab-bgl工具包,包含matlab图论里边大部分的文件,点度数、边介数、最短距离、聚类系数-matlab-bgl toolkit contains matlab graph theory inside most of the file, click degrees, while the number of referrals, the shortest distance, clustering coefficient Denden
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:981.41kb
    • 提供者:helen
  1. jieshudu

    1下载:
  2. 基于VB.NET源代码实现的解数独工具,破解数独算法。用法:先将题目输入:   1先选定数字   2通过鼠标在对应位置单击   3清除键可以擦除错误数字,也可以直接覆盖数字   4按确认题目输入完毕,计算机进行筛选   5计算机不能把所有数字填完时,可以通过人工填数   6当且仅当,所有位上都只有一个数字时。数独完成-Sudoku-based tool for VB.NET source code and crack sudoku algorithm. Dir
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:17.34kb
    • 提供者:cpudn16
  1. VBformatDataGrid

    1下载:
  2. 我觉得这是一个相当实用的Vb数据库技巧,让VB根据字段类型自动格式化DataGrid表格中的数据,数据库连接驱动为:Provider=Microsoft.Jet.OLEDB.4.0 Data Source=db_manpower.mdb Persist Security Info=False。可将所属工资月份,员工编号,员工姓名,基本工资,加班费,工龄工资,奖励总额,职务津贴,旷工费,惩罚总额,养老保险,失业保险,应扣工资等各字段中的数据自动格式化为规定类型,子处理进程代码:   Dim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:89.53kb
    • 提供者:cpudn17
  1. DataGridauto

    1下载:
  2. VB计算DataGrid数据控件中的数据,自动计算金额一栏的数据,注:只允许修改数量及单价。在代码中需要设置DataGrid1的列宽,锁定某列单元格,格式化第4列、第5列数据等操作,实例所需数据库为Access文件,已保存至源码下载包中-VB calculation data in DataGrid data control, automatically calculate the amount of a column of data, note: only allowed to modify
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:13.72kb
    • 提供者:cpudn22
  1. tupianxuanzhuan

    1下载:
  2. VB旋转图片,旋转任意的图像文件,实现思路:获得旋转的角度,将坐标轴原点移动到Picture1的中心后原来坐标为(x,y),获得在更改坐标原点后旋转后该点的X坐标,获得恢复坐标原点后旋转后的Y坐标,将Picture1中(x,y)点复制到Picture2的(X3,Y3)点-VB rotate a picture, rotate any image file, realization of ideas: to get the angle of rotation, the axis moves to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:130.15kb
    • 提供者:cpudn51
  1. Warehouse-management-system

    1下载:
  2. 基于MFC单文档视图结构的仓库管理系统包含四个模块:基础信息管理、入库管理、库存管理、查询管理,并使用嵌入式SQL语句与数据库通信-Warehouse Management System based MFC single document view architecture consists of four modules: basic information management, storage management, inventory management, query manageme
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:7.7mb
    • 提供者:赵政康
  1. MFC-operate-Excel

    1下载:
  2. MFC操作excel文件,并画图表,根据此文件作修改,可实现实时观察更新excel数据及图表-MFC operation excel file, and draw graphs, make changes based on this document, enabling real-time observation data and charts update excel
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:380.09kb
    • 提供者:xiaohuli
  1. mouseformborder

    1下载:
  2. VB6.0源码模仿QQ截图软件跟随鼠标获取句柄及其位置,会像QQ截图那样随着鼠标的移动,获取鼠标下的句柄及其位置,并用一个Shape控件把这个控件的位置表示出来(围起来),对这个窗体加上蓝色的边框。加了一个判断语句,判断句柄是否变化了,如果没变就不会刷新,这样就避免了程序的频闪问题。十分值得学习-VB6.0 source imitate QQ screenshot software follow the mouse to get a handle its location, it will be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:10.06kb
    • 提供者:wpudn14
  1. 603Grid

    1下载:
  2. VB源代码下载,VB生成Grid等值线程序,源码内包括有多个等值线测试数据,并包含多种网格化方法:三角平面插值法、双二次三角曲面光滑插值、双三次三角曲面光滑插值、按距离平方反比加权插件、按方位取点加权插值、趋势面拟合、加权最小二乘曲面拟合等。如果载入的测试数据已经是网格化数据,则程序会给出判断并提示无需网格化-VB source code download, VB Grid contour generation process, the source includes a plurality o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:88.48kb
    • 提供者:cpudn83
  1. BUCK-SMC

    1下载:
  2. 本设计对滑模变结构控制进行相关的研究,以Buck型变换器的控制为重点,通过对基本型的三阶滑模变结构控制方法、改进型的滑模变结构控制方法和基于等效理论的定频滑模控制方法的仿真,调节控制系统的参数,最后完成仿真,实验波形验证理论。-The design of the variable structure control studies related to control Buck Converter for emphasis, through the basic third-order slidi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:32.53kb
    • 提供者:刘欣怡
« 1 2 ... .21 .22 .23 .24 .25 54126.27 .28 .29 .30 .31 ... 58526 »
搜珍网 www.dssz.com