搜索资源列表
CSharp中的对话框
- 代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。-demonstrated a code C# windowsForm the various dialog boxes, including the closure of open file dialog, the dialog color, font dialog, Print and Print Preview dialog.
c屏保程序
- 中文Powe~oim2002的使用、管理计算机中的文件、浏览Imernet信息 以及收发电子邮件等内容。 本书语言通俗,实例丰富,图文并茂,注-Chinese Power ~ oim2002 the use, management, computer documents, browsing Imernet information and e-mail content. The book language is colloquial examples of a richly-illustrat
Calucator
- 本人用VISUAL C++做的一个基于界面的计算器。在RELEASE中已生成可执行文件。附有源代码。-I used to do a C-based interface calculator. In RELEASE have generated executable files. With the source code.
KeyMsg
- 一个简单的文件,适合初学者,用C++开发的,没有解压密码-a simple document, suitable for beginners, with C development, without extracting passwords
AbetterBank
- 这个文件用C#,能了解更多的关于控件的信息-this document using C#, to find out more on the control of information
welcome_qywzxm
- Dotnet版1.0(C#+Sql server) 介绍: 1.基于微软.net framework 1.1架构,C#+sql server 2.新闻发布系统 3.产品发布系统 4.人才招聘发布 5.企业留言系统 6.公司介绍内容 7.其它内容 安装说明: 1.首先将DB文件夹下数据库文件附加到sqlserver数据库服务器 2.修改webconfig文件为您的数据库连接信息!
folderbrowser
- C#的功能十分强大,用它可以轻松地做出属于自己的文件浏览器。下面简单地介绍一下文件浏览器的大致实现过程。其中涉及的有关这些控件的具体用法可参见C#的联机帮助。
新建文件夹
- 飞机发射的c源代码,对于目前的飞机都比较适用-aircraft fired c source code for the current aircraft are more applicable
flashbutton
- 在C++ Builder中,用flash文件做按钮的效果源码.-In the C++ Builder, the use of flash button document the effectiveness of source code.
GdipButton_src
- 自绘按钮,支持透明的PNG文件,运行环境为VC6和VS2005-A user draw button that supports PNG files with transparency, for Visual C++ 6.0 and VS2005
XmlExplorer_demo
- 演示如何实现一个xml文件阅读器,c#代码-Demonstrates how to implement an xml file viewer, c# code
CButtonST
- 此文件是C++中的一个CButton类中的一个继承类,实现的功能是在WENCE中对按钮进行图片的加载-This file is the C++ in a CButton class in a derived class, function is WENCE button image on the loading. . .
Calendar-Notepad
- 用C#编写,实现在日历里添加记事功能,使用文件操作,减去了使用数据库的繁琐。而且简单易懂,注释详细,方便修改。适于初学者参照研究。-Written in C# to achieve to add notes in the calendar, file operations, less cumbersome to use the database. And easy-to-understand, detailed annotations, easy to modify. Suitable for
delete
- 这是一个关于C++Builder的删除文件的Windowsb编程,对于初学者很有帮助-This is a deleted files on C++Builder Windowsb programming, help for beginners
console
- 头文件是一个C语言的控台类(其实是结构体). 主函数那边代码不超过100行. 写本控件的原因是:为了使显示调试信息更方便. 控台有个输入入口.现在还在完善中.(已是第二次上传这东西) 交流:itkdqwzero@163.com-The header file is a C language console class (structure) the main function side code does not exceed 100 lines.
MapControlApplication1
- 一个简单的Arcengine的mapcontrol控件在C#的使用。实现基本的mxd文件的读取与显示。-Use of a simple Arcengine mapcontrol controls in C#. Basic mxd file read and display.
hufman
- 霍夫曼编码对文本文件的压缩与解压缩软件,有设计文档和c++的MFC源文件。(天津工业大学信息学院课程设计)。 -Huffman coding for text file compression and decompression software, design documents and c++ MFC source files. (Tianjin Polytechnic University School of Informatics curriculum design).
WaveEffects
- C# 水波纹效果 打开就能用,已生成exe文件-C# can be used to open water ripple effect has generated exe file
Polynomial
- 该文件,是c++的基础程序. 主要,代码简单,写了几个派生类中间的关系. 适合新手看-You can display a simple procedure time. Mainly on the application of aspects of the class time is quite good
dfs
- C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快