登录
首页 » C# » OS file system management, achieving the document, open the paper, writing paper...

OS file system management, achieving the document, open the paper, writing paper...

于 2022-03-09 发布 文件大小:2.89 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

操作系统文件系统管理,可实现建立文件,打开文件,写文件,读文件等操作。-OS file system management, achieving the document, open the paper, writing paper, read documents operation.

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

发表评论

0 个回复

  • C# 模糊文字 点击按钮文字模糊
    C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:   if (((Button)sender).BitmapEffect != null)   {    ((Button)sender).BitmapEffect = null;   }   else   {    Button MyButton = (Button)sender;    var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();    MyBlurEffect.Radius = 4;    MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;    MyButton.BitmapEffect = MyBlurEffect;   }
    2022-01-21 04:39:19下载
    积分:1
  • C# 验证码图像生成类
    C# 验证码图像生成类,这个图像验证码生成类中可根据RGB,计算验证码图片的灰度值,去图形边框,灰度转换,逐行方式,得到有效图形并调整为可平均分割的大小,得到有效图形,图形为类变量,得到有效图形,图形由外面传入,返回灰度图片的点阵描述字串,1表示灰点,0表示背景,小平和垂直方向上的平均分割图片等。本验证码图片可用到WEB中,也可用到WinForm程序中。
    2022-03-09 22:25:52下载
    积分:1
  • Win32Project1
    相对定向程序,摄影测量相对定向实习程序,VC编程(Relative orientation program, the relative orientation of photogrammetry internship program, VC programming)
    2021-01-04 21:49:00下载
    积分:1
  • DC_Power_flow
    利用奇诺多面体描述光伏发电出力的不确定性(The Chino polytopic description photovoltaic power generation uncertainty)
    2017-08-26 10:22:48下载
    积分:1
  • AC
    说明:  计算6个数字的AC值,您通过键盘输入6个整数,程序将会帮你计算出AC值(Calculate the acvalue of 6 numbers)
    2020-06-01 11:40:29下载
    积分:1
  • ditest
    LPC2119,C语言,ADS1.2,DI板电位变化,有防抖功能,测试通过(LPC2119, C language, ADS1.2, DI plate potential change, there is Anti-Shake function, test)
    2009-06-12 14:23:58下载
    积分:1
  • UDS_BOOTLOADER
    有利于初学者学习CAN通信,UDS协议,BOOTLOADER.可以快速掌握这些知识,对嵌入式开发能力可以得到很好的提升。(Conducive to beginners to learn CAN communication, UDS protocol, BOOTLOADER. can quickly grasp the knowledge of the embedded development capabilities can be improved.)
    2017-02-07 14:47:57下载
    积分:1
  • itu公布的最新的代码,可以在CCS下编译和运行的
    itu公布的最新的代码,可以在CCS下编译和运行的-ITU released the latest code, the CCS can compile and run under the
    2022-04-12 07:07:20下载
    积分:1
  • 摄像机标定+鱼眼图像校正
    基于opencv2.4.10,运用vs2010进行代码编译,完成对摄像机的标定和对鱼眼镜头采集的视频进行图像校正。使用张正友标定法进行标定,随着视频播放能够对每一帧进行校正,效果比较好。 因为校正原因,图片会有部分边缘信息丢失。
    2022-04-21 05:23:25下载
    积分:1
  • yfy
    单片机串口通信时波特率自适应程序,在avr单片机上测试效果不错。(Microcontroller serial communication baud rate, when adaptive procedure, avr microcontroller to test its effectiveness.)
    2010-02-21 21:22:09下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载