搜索资源列表
FileCopier
- 文件复制 CSharp源代码 很好的学习实例
CSharp-quicly
- 一个学习c#的好资料,里面有大量的实例 每个章节都有习题 很不错的-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 A learning c# good information, there are a lot of examples in each chapter has exercises are very good
CSharp-study
- 一个学习c#的好资料,里面有大量的实例 每个章节都有习题 很不错的-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 A learning c# good information, there are a lot of examples in each chapter has exercises are very good
06
- C#程序开发范例宝典 6文件系统 6.1创建和删除文件 6.2查找文件 6.3修改文件 6.4文件目录 6.5复制文件 6.6指定类型的文件操作 6.7其他-C# Programming Example 6 Baodian 6.1 File System 6.2 to create and delete files to modify the file search file 6.3 file 6.4 file 6.6 Copy 6.5 directory spe
SimpleDriverDetector
- VS2008 C#,自动监测新插入的设备(U盘、移动硬盘等),并按照设置自动复制特定文件到指定位置。主要用到 1.获取windows消息监测设备的插入与拔出 2.正则表达式以匹配文件名-VS2008 C#, automatic monitoring device changed(Flash disk, hard disk, etc.), and copy specified files to the destinate folder.
Web_browser
- 本系统用C#实现一个以IE为核心的网页浏览器,具体实现以下功能: 1) 能进行浏览指定网页,在浏览器上方有一地址栏,输入地址后按“Go”按钮或回车转到指定网页。 2) 有用户常用的一些按钮,类似IE的刷新,停止,前进,后退等。 3) 实现菜单栏,菜单栏里有文件,编辑,查看,工具,帮助等。在文件里可以新建选项卡,保存页面,查看属性等。在编辑菜单里可以对选定的内容进行复制,粘贴。在查看里可以查看源文件。在工具下可以查看Internet属性,设置主页等。在帮助下可以查看帮助文档。 4)
IrisSkins
- 嵌入在项目中: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目。皮肤文件属性中的“生成操作”改为嵌入的资源。引用的IrisSkin2.dll属性中的“复制本地”改为True。 -Embedded in the project: to download files and IrisSkin2.RAR skin extract, add in the project the existing items, ad
TwoToOnePokerGame
- 一个使用WPF开发的斗地主完整源码(DLL下的文件请复制到DEBUG下)-A use of WPF development斗地主complete source code (DLL files under the circumstances, please copy it to DEBUG)
TestEdit
- 一个简单的记事本程序,可以实现复制,粘贴,保存,打开,撤销等功能-Notepad a simple procedure, can copy, paste, save, open, revocation and other functions
ChuXueZhe
- 是txt形式的代码,适合初学者,直接复制到编译器就可以了。-Txt form of code is suitable for beginners, directly copied to the compiler it.
FileCopy_CSharpWinForm
- 使用VS2003开发的文件复制工具,使用的是字节流复制,并有实时进度条提示。-Use VS2003 to develop tools to copy the file, use the copy of the byte stream, as well as tips in real-time progress bar.
readWritefilestream
- 使用流方式对文件进行读写操作,有复制粘贴剪切功能-Used streaming mode to read and write operations on files, and copy and paste function of shear
jishiben
- 实现基本的记事本,包括查找替换功能,撤销,复制,粘贴,上一步,下一步,快捷菜单,菜单,有更多的图标-To achieve the basic Notepad, including the search for Replace function to remove, copy, paste, on the step, the next step, the shortcut menu, menus, icons, and so more
cifafenxiqi
- 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
MyCAD
- 人机交互画图系统,实现了比较多的功能。包括复制、删除、清空、移动等功能-Human-Computer Interaction drawing system to achieve a lot more functionality. Including copy, delete, clear, mobile and other functions
FileSystem
- 管理文件,系统的外部特征接近于真实系统,可建立文件、打开文件、关闭文件、删除文件、读文件、写文件、复制文件、查询目录-Manage files
CsharpWindowsMobiletext
- 用C#开发的一个记事本程序,包含存储,删除,复制,粘贴等功能-With the C# development of a notebook of this program, including storage, delete, copy, paste and other functions
FileAutoCopy
- 文件自动复制程序, 通过设定源目录, 目标目录, 文件类型启动监视功能, 发现文件变化立即复制到目标位置, 适用于在本地进行开发, 而在远程测试需要频繁复制文件的场合.-Auto Copy Files.
wordPad
- 增强写字板是基于winform 的应用程序,要求有菜单,状态栏,工具栏等控件 且界面控件摆放整齐,美观,功能及菜单项安排合理。该写字板能实现和综合了有关文件的保存、打开,文档内容的编辑如:字体、颜色、背景,也实现了文档的复制、粘贴、撤消等编辑功能.同时能实现自动保存,设置窗口永远最前及打开最近文档功能。 -Enhanced WordPad is based on the winform application that requires the menu, status bar, too
UpOrLow
- 大小字符转换.复制到剪切板中等小功能. 谢谢.-Size of the character conversion. Copied to the clipboard the middle of small features. Thank you.