登录
首页 » 其他项目 » 可以查看到自己的空间使用量 1,可自定义检测目录 2,程序采用模板技术,代码与界面100%分离 3,可自定义设计用户层界面层 4,可自定义图形显...

可以查看到自己的空间使用量 1,可自定义检测目录 2,程序采用模板技术,代码与界面100%分离 3,可自定义设计用户层界面层 4,可自定义图形显...

于 2022-03-06 发布 文件大小:9.83 kB
0 177
下载积分: 2 下载次数: 1

代码说明:

可以查看到自己的空间使用量 1,可自定义检测目录 2,程序采用模板技术,代码与界面100%分离 3,可自定义设计用户层界面层 4,可自定义图形显示百分比 5,目录使用量单位自动转换 6,除了主目录的统计,还可统计当前目录下的二级目录容量 7,在VS开发工具中,可预览模板界面 8,控件调用方式,无须任何后台代码编辑 -can check their own use of a space can be detected from the definition of Contents 2, procedures using the template technology, interface code and three 100% separation can be custom-designed user interface layer 4, custom graphics percentage 5, Contents use automatically converted six units, in addition to the main catalog statistics, but also statistics directories under the current capacity of 2 Contents 7, the VS development tools, preview 8 template interface, call control, without any background code editor

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

发表评论

0 个回复

  • 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
    该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes: Die Constant- static Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged Sli
    2022-03-25 01:15:01下载
    积分:1
  • BP算法的源代码,很多程序都是用MATLAB工具箱函数…
    bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation of the structure is also a certain difficulties, this algorithm can let reporters tracking the training process
    2023-05-02 21:55:04下载
    积分:1
  • 普通扫雷软件
    1代表1的上下左右及斜角合计有一颗雷,依次轮推,2则有2颗,3则有3颗。在确实是炸弹的方格上点了旗子,就安全了,不是炸弹的被点了旗子,后面会被炸死的。问号就三不确定这里有没有炸弹,不会存在点错了被炸死的状况。有个小窍门,在数字旁同时点左键和右键可以排雷。
    2022-04-17 04:36:56下载
    积分:1
  • 用kmp算法实现的文档助手算法
    用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
    2022-05-18 01:35:06下载
    积分:1
  • 多播的运用越来越多,可以用在视频等,不过对新手来说,编程后的事情就是测试,发送一个测试多播的软件...
    多播的运用越来越多,可以用在视频等,不过对新手来说,编程后的事情就是测试,发送一个测试多播的软件-multicast use more and more, you can use the video, but right thumb. After the program is to test things, send a multicast testing software
    2022-01-24 18:24:37下载
    积分:1
  • (7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成7位码组...
    (7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成7位码组-(7,4) hamming code encoding process, realize information-bit 4 after three supervision, and composed of seven yards Group
    2022-02-02 11:35:12下载
    积分:1
  • 将 mapinfo的mif格式文件导入microstation的vba程序
    将 mapinfo的mif格式文件导入microstation的vba程序-to MapInfo mif format into the vba procedures microstation
    2022-08-16 15:49:49下载
    积分:1
  • 二进制搜索tree.vcproj
    binary search tree.vcproj -binary search tree.vcprojbinary search tree.vcproj
    2023-03-20 20:55:02下载
    积分:1
  • 简单的实现银行基本业务处理,c++编程,不是Windows界面
    简单的实现银行基本业务处理,c++编程,不是Windows界面-A simple realization of the basic banking business processing, c++ programming, not the Windows Interface
    2022-03-02 13:57:18下载
    积分:1
  • 用C#实现office2003风格的菜单组件
    用C#实现office2003风格的菜单组件 -With C# Realize office2003 style menu component
    2022-05-18 22:42:37下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载