登录
首页 » 文件处理 » vc++ 文件系统检测 源码

vc++ 文件系统检测 源码

于 2023-06-02 发布 文件大小:482.02 kB
0 773
下载积分: 2 下载次数: 1

代码说明:

vc++ 文件系统检测 源码 -filesystem_monitor_in_vc_c++.

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

发表评论

0 个回复

  • Delphi调用CHM。chm是标准的Windows帮助
    Delphi调用CHM文件。CHM文件是Windows标准帮助文件。-Delphi calls CHM file. CHM file is the standard Windows Help file.
    2023-09-01 10:45:03下载
    积分:1
  • 一个本编辑器,在网上下的。为了充足我们网站的代码,传一下...
    一个文本编辑器,在网上下的。为了充足我们网站的代码,传一下-a text editor, the on-line. To our website adequate code, communicating what
    2023-01-27 20:25:03下载
    积分:1
  • 一个系统,可以实现增加、删除。查找等功能。...
    一个文件管理系统,可以实现文件增加、删除。查找等功能。-A document management system that can realize a document to add, delete. Find functions.
    2022-07-05 11:15:28下载
    积分:1
  • This procedure demonstrates how to obtain a file size, creation time, modify tim...
    本程序演示了如何获得一个文件的大小,创建时间,修改时间等文件属性。-This procedure demonstrates how to obtain a file size, creation time, modify time of file attributes.
    2023-04-24 08:55:03下载
    积分:1
  • 将任何以16进制输出!如:0x11,0x12,
    将任何文件以16进制输出!如:0x11,0x12,
    2022-04-06 16:54:35下载
    积分:1
  • / / /只有WinXP及以上系统的支持shopenfolderandselectitems()API / / /…
    /// 只有WinXp及以上及系统才支持SHOpenFolderAndSelectItems() API /// 那其它系统该怎么实现这个功能呢?只能采用其它的方法来处理 /// 首先用XP跟踪到SHOpenFolderAndSelectItems()API中,看它是如何处理的,再用同样的方法去实现 /// 其它系统的这个功能使用工具 VC6 .net 2003 MSDN Ollydbg v1.10中文版-/// Only Winxp and above and system support SHOpenFolderAndSelectItems () API///that other systems how to realize this function? But to use other methods to deal with///First of all, to use XP tracking SHOpenFolderAndSelectItems () API, the look is how to deal with it, and re-use the same method to realize///other systems to use this feature tools VC6. Net 2003 Chinese version of MSDN Ollydbg v1.10
    2023-02-11 13:50:03下载
    积分:1
  • 脚本读写~自定义脚本实例~脚本读写~自定义脚本实例~...
    脚本文件读写~自定义脚本实例~脚本文件读写~自定义脚本实例~-Script file to read and write custom scripts instance ~ ~ script file to read and write custom scripts instance ~ ~
    2022-01-25 16:03:37下载
    积分:1
  • digama.m calculates双(x)=d(日志(γ(X)/ DX))
    digama.m calculates DIGAMMA ( X ) = d ( LOG ( GAMMA ( X ) ) ) / dX psi_values.m returns some values of the Psi or Digamma function for testing. timestamp.m prints out the current YMDHMS date as a timestamp. asa103_test.m, a sample calling program. asa103_test01.m, tests DIGAMA. asa103_test_output.txt, the output file. -digama.m calculates DIGAMMA ( X ) = d ( LOG ( GAMMA ( X ) ) )/dX psi_values.m returns some values of the Psi or Digamma function for testing. timestamp.m prints out the current YMDHMS date as a timestamp. asa103_test.m, a sample calling program. asa103_test01.m, tests DIGAMA. asa103_test_output.txt, the output file.
    2022-06-21 03:07:48下载
    积分:1
  • 原始数据划分为train.dat和test.dat
    应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*- from sklearn import cross_validation c = [] filename = r"Raw.data" #原始数据 out_train = open(r"train.txt","w") #训练集 out_test = open(r"test.txt","w") #测试集 for line in open(filename):     items = line.strip().split(",")      c.append(items)   c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例 for i in c_train:     out_train.write(",".join(i)+" ") for i in c_test:     out_test.write(",".join(i)+" ")
    2022-01-25 21:21:56下载
    积分:1
  • 海网系统操作手册,新的数字声纳技术,技术支持,主要技术等...
    海网系统操作手册,新的数字声纳技术,技术支持,主要技术等-Sea Net system, operating manuals, new digital sonar technology, technical support, the main technology
    2022-02-20 21:46:50下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载