登录
首页 » Windows开发 » 操作系统版本及硬盘空间信息

操作系统版本及硬盘空间信息

于 2022-04-01 发布 文件大小:64.37 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

OS version & hardDisk space info

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

发表评论

0 个回复

  • 字符串处理函数集
    字符串处理函数集-string handling functions Set
    2022-03-03 15:47:54下载
    积分:1
  • 如何使用DocX 库在 .DOCX 文件中替换一列单词
    翻译  maninwest@Codeforge  作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode; 首先需要加载具有”错误"拼写的文档:string filename = string.Empty; DialogResult result = openFileDialog1.ShowDialog(); if (result == DialogResult.OK) { filename = openFileDialog1.FileName; } else { MessageBox.Show("No file selected - hasta la vista and Ciao, baby!"); return; } using (DocX document = DocX.Load(filename)) { document.ReplaceText("travelled", "traveled"); document.Save(); } 我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码:  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-25 21:24:19下载
    积分:1
  • 本文档是Arm的整个流程,有需要者可以看一下,不错的哦,...
    本文档是Arm的整个开发流程,有需要者可以看一下,不错的哦,-This document is Arm of the entire development process, for those who need it can look good Oh,
    2023-01-02 03:55:04下载
    积分:1
  • 利用C++Builder5.0编写的一个音频录放音程序
    利用C++Builder5.0编写的一个音频录放音程序-The use of C++ Builder5.0 prepared an audio recording and sound procedures
    2023-05-03 18:00:07下载
    积分:1
  • 老罗读了“,只有通过解决的崩溃,以确定这样的…
    读了老罗的“仅通过崩溃地址找出源代码的出错行”(下称"罗文")一文后,感觉该文还是可以学到不少东西的。不过文中尚存在有些说法不妥,以及有些操作太繁琐的地方 。为此,本人在学习了此文后,在多次实验实践基础上,把该文中的一些内容进行补充与改进,希望对大家调试程序,尤其是release版本的程序有帮助 。欢迎各位朋友批评指正-old Romanian read the "only by the collapse of addresses to identify the source code error" (hereinafter referred to as "Luo"), a text, the feeling of the text can still learn a lot of things. But the text of the surviving some of the comments inappropriate, and too cumbersome to operate in some areas. Therefore, I studied in the article, the practice of several experiments, based on the text of some elements to complement and improve, we hope to debug procedures, particularly release versions of the program would be helpful. Welcome ladies and correct criticism
    2022-02-12 16:50:08下载
    积分:1
  • 一个简单的图书馆管理系统的WORD文档和源代码,一个很不错的图书馆管理系统...
    一个简单的图书馆管理系统的WORD文档和源代码,一个很不错的图书馆管理系统-a simple library management system of Word documents and source code, a very good library management system
    2022-03-23 08:59:36下载
    积分:1
  • 微软未封的API,例如,打“运行”对话框,等。
    微软未开放的API,如打开“运行”对话框等-Microsoft unopened API,for example, open "running" dialog box,etc.
    2023-07-17 20:35:06下载
    积分:1
  • 关于驱动中FastIO的详细讲解及OSR的FastIo的中译版.
    关于驱动中FastIO的详细讲解及OSR的FastIo的中译版.-driving on the FastIO elaborate and the OSR FastIo version of the Chinese translation.
    2022-04-27 05:05:35下载
    积分:1
  • Can be convenient to know the day of the date and time now. And has a stopwatch...
    可以方便的知道当天的日期和现在的时间.并且有秒表的功能-Can be convenient to know the day of the date and time now. And has a stopwatch function
    2022-04-21 14:17:39下载
    积分:1
  • e卡通 源代码 很详细,真是的项目理智
    e卡通 开发源代码 很详细,真是的项目理智-e card
    2023-05-09 03:35:03下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载