搜索资源列表
几个简单的c程序
- 从成型的c文件拷贝而来, 还蛮有趣的-molding from the c file copy from, quite interesting
asp.net2.0上传文件(含进度条)
- asp.net 上传文件,已测试通过。
C#读取XML文件内容并以列表方式显示
- C#读取XML文件内容并以列表方式显示
c#播放flash
- c#播放flash文件的,包括暂停,下一帧,上一帧等功能。
ICanSeeYou远程控制软件(所有C#源代码).rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码的交流和维护。 2 不影响编码的效率,不与大众习惯冲突。 3
C#文件encode & decode
- 將不想讓USER看的文件加密,附有解密讓程式使用
C#多文件上传
- 用于C#多文件上传案例
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
多级文件目录管理
- 一个简单的操作系统文件管理系统 课程设计 用C#实现,希望对大家有帮助,welcome to load!
cSharp-transfer
- (C#、TCP、控制台方式)提供简单的局域网文件传输功能-(C#, TCP, console mode) provides a simple LAN file transfer capabilities
NotePadCSharp
- 一个由C#实现的windows Notepad 源代码, 是初学者学习C#文件操作的好东西-one by the C# source code windows Notepad, beginners learning C# file manipulation of the good things
Cwenjianfenge
- c#文件分割和合并程序,大家可以参考下,希望对大家有帮助-c# file segmentation and merging process, we can refer to, it is hoped that all of you help
up_down_zip
- vs2005 C# 文件上传与下载_在线压缩和解压文件-vs2005 C# _ file upload and download files online compression and decompression
FileBrowser
- C#文件管理器,可以浏览系统中的文件,dll控件代码-C# File browser
c
- c语言中指针和结构进行编程,并涉及到一定的文件知识。对于复习c语言知识很有帮助!-c language pointers and structure of the programming, and involves knowledge of a certain file. For refresher c language knowledge very helpful!
LHFileOperate
- C# 文件操作类,c# File.Copy用起来很不爽,需要自己捕抓异常,通过这个类进行完善。-C# file class, c# File.Copy used up very unhappy, and needs its own catch them abnormal, were improved by this class.
220-classic-C-program-source-code
- 220个经典C程序源码 源代码使用方法是(以实例1为例): 将该实例的源码,比如实例1的1.c文件(可以在001目录下找到), 拷贝到tc编译器目录下,运行tc.exe,打开编译器, 按【F3】键或者“File->Open”菜单命令,打开1.c文件, 按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。-220 classic C program source code
s-mac.c.h
- ns2网络仿真中需要的s-mac协议s-mac.h和s-mac.c文件-NS2 network simulation of S-MAC protocol s-mac.h and s-mac.c files
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
C#文件上传下载实例源码
- C#文件上传下载实例源码 网络搜集整理 希望对大家有所帮助(C# file upload and download instance source code Network collation hopes to help people)