搜索资源列表
Csharp
- string path=\"d:\\\\\" //目录名 也可以用相当路径 string filter=\"*.mp3\" //文件类型 int m_numFiles=0 //文件总数 ArrayList m_pathList = new ArrayList() //包含所有文件路径的数组 string[] files //所有文件名
jsonchecker
- aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
CsharpPowerpnt
- csharp的PPT讲义 第1章: 概述 第 2 章:C#与Visual Studio 2005 第 3 章:变量、数据类型和表达式 第 4 章:分支和循环 第 5 章:面向对象 第 6 章:面向对象的高级应用 第 7 章:程序的生成、调试和异常处理 第 8 章:数组与字符串 第 9 章:基于 Windows 的应用程序 第 10 章:创建 Web 应用程序 第 11 章:.NET Framework 2.0 简介-err
cSharp100Demon
- cSharp100个案例 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文件夹内容搜索器 数组应用 支持
00
- image 数组 高速读写 不用指针-image array IO C#
CSharpCode
- C#基础与案例开发详解 例子控件实例 二维数组综合实例 学生学籍管理系统-C# Developing Detail Explain the basis of examples and case examples of two-dimensional array of control instances of student record management system integrated
csharp100
- c#(c sharp)实用100小实例 内容有 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文
dynamicarray
- cSharp余元实现可变数组,根据实际需要动态申请数组,值得借鉴-cSharp variable array to achieve, is worth learning
csharp
- 第一章 C#简介 第二章 C#基础元素 第三章 布尔逻辑与分支语句 第四章 循环 第五章 方法 第六章 结果及异常处理 第七章 类与对象 第八章 枚举与机构 第九章 数组与集合 第十章 面向对象技术进阶 第十一章 字段与属性 第十二章 迭代器和分部类 第十三章 索引器 第十四章 泛型 第十五章 委托和时间 第十六章 运算符重载 第十七章 Windows窗体应用程序 第十八章 菜单与工具栏设计 第十九章 Windows窗体应用
StudentInfo
- 以数组当做数据存放场所来实现数据库,同时可以对数组进行查询,删除,更新-As an array of data storage areas to realize the database, and can be queried on the array, delete, update
CSharp-language
- 1.介绍 1.1 Hello world 1.2 类型 1.3 变量和参数 …… 2、语法结构 3、基本概念 4、类型 5、变量 6、转换 7、表达式 8、语句 9、名称空间 10、类 11、结构 12、数组-1 Introduction 1.1 Hello world 1.2 Types 1.3 Variables and Parameters ... ... 2, the grammati
CSharp
- 循环 数组 类 属性的访问利器 成员方法 构造方法-Access tool for member method of the circular array of class attribute constructor
Palindromes-judgement-CSharp
- 基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。此判定程序包含了三种判定方法:1、根据数组元素;2、利用栈先进后出,队列先进先出的特点3、分段检测。(已给出完整的代码注释)-Based on C#+ winform development "palindromes judgement" program: for a keyboard input from the string, deci
CSharp
- 1.C#和.NET Framework简介 Z.C#基础语法 3.面向对象概念和C#类的概念 4.类成员详解 5.创建和自定义类型 6.方法、委托、事件的创建和使用 7.常用类讲解(string,数组,集合,泛型)-1.C# and. NET Framework Introduction to the basic syntax of ZC# 3. Oriented objects concept and the concept of the C# class 4 clas
CSharp-database
- c#数据结构源码word版,包括数组/队列/链表/树/图-c# data structure source code version of the word, including an array/queue/list/tree /
csharp
- C#在数组中快速查找近似值,一维数组二维数组的用法,C#初学者参考。... C#在数组中快速查找近似值,一维数组二维数组的用法,C#初学者参考-C# quickly find the approximate value in the array, one-dimensional array uses two-dimensional array, C# beginners reference. ... C# quickly find the approximate value in the arr
CSharp
- C#课程设计 C#课件 数组 类与对象 决策语句 继承 枚举与结构 管理错误与异常 -C# C# course design courseware making statements with the object array class inheritance enumeration and configuration management errors and exceptions
CSharp-source-program
- C#源码程序,可以练习c#的使用,更好地掌握c#语言,内容包括创建数组,从键盘循环接收字符等内容。-C# source program, you can practice using c#, c# language to better grasp the content including the creation of an array of characters, such as receiving content from the keyboard loop.
Introduction-to-CSharp-grammar
- C#程序开发基础——C#语法入门 数据类型 常量和变量 运算符和表达式 类型转换 数组和枚举-C# Development Foundation C# Grammar constant and variable data types operators and expressions arrays and enumeration type conversi
Flood Fill
- 基于种子蔓延的洪水淹没算法,基于C#语言编写而成,以数组为例,递归思想(The flood inundation algorithm based on seed spreading is based on C# language, and takes the array as an example)