搜索资源列表
wenjianzifutongji
- 文件字符统计(数组应用) 用C编写 在VC++6.0-documents characters Statistics (array applications) used in the preparation of VC C 6.0
jordluo
- 模拟手机短消息功能 问题描述 该系统要求对设计一个手机短消息系统,具有排序、查找、更新、显示等功能。通过此课题,熟练掌握数组、指针的各种操作,以及一些算法思想的应用。 -simulated phone short message describing the functional problems of the system design requirements for a mobile phone short message system, with sorting, locate
arry
- c# 数组和集合的应用,很不错的例子。供大家参考。
2维数组基本应用
- 这是给初学者的学习用的程序,大家下载好了,自己也可以修改一下的!呵呵!-This is the beginners to learn the procedures, we downloaded good, you can change it! Oh!
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 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文件夹内容搜索器 数组应用 支持
ARRAY
- 数组的应用,一直不会用数组,经过这次总结以后不怕用了, VS2005 c# .NET2.0-An array of applications, has not use an array, after this conclusion after not afraid to use the, VS2005 c#. NET2.0
C18
- Windows应用程序中的数据控件 BindingSourceArray 绑定数组数据源的案例。 BindingSourceDataSet 绑定DataSet数据源的案例。 DataGridViewEdit Windows中的数据显示控件实现编辑的案例。 DataGridViewRowCol 读取数据控件中的行和列的案例。 DataGridViewSample 数据视图使用案例。 DataGridViewWebService 数据视图与Web服务结合
arrays
- arrays数组的使用示例,介绍数组在C#中的应用,使用过程。-Examples of arrays.Arrays Sample This sample describes and shows how arrays work in C#. See Arrays (C# Programming Guide) for more information. Security Note This sample code is provided to illustrate a c
csharp
- 第一章 C#简介 第二章 C#基础元素 第三章 布尔逻辑与分支语句 第四章 循环 第五章 方法 第六章 结果及异常处理 第七章 类与对象 第八章 枚举与机构 第九章 数组与集合 第十章 面向对象技术进阶 第十一章 字段与属性 第十二章 迭代器和分部类 第十三章 索引器 第十四章 泛型 第十五章 委托和时间 第十六章 运算符重载 第十七章 Windows窗体应用程序 第十八章 菜单与工具栏设计 第十九章 Windows窗体应用
Array2
- 数组的C#应用,方便的用于各种数据的存储及其他方面。-Array of C# applications, convenient for a variety of data storage and other aspects.
AeroplaneChess
- 程序介绍: C#程序入门知识的综合示例,基本语法,语言特性等。 1简单算法 2while循环 3算数运算 4数组应用 5数组应用简单联系 6数组和枚举 函数 面向对象等-vs2008 Program Descr iption: Comprehensive example of the C# program started, the basic syntax and language features. 1 simple algorithm 2
CSharp_Master
- 《C#精髓》将帮助你了解C#是如何吸取C和C++精华的,设计简单的C#图形化界面体验Windows的威力。全面讲解C#的关键性语言功能:控件语句、循环、关键字、数组、指针等等。 通过能正常运行于Visual Studio.NET控制台模式下的完整示例代码理解C#关键概念。如果你使用过C或C++,本书将有助于你拓展已经学过的知识,如果你没有学习C或C++,你仍然可以利用它从头开始学习C#。无论如何,通过本书的学习,你一定编写出真正的、效率可观的.NET应用程序。 引导程序员快速进入C#世界
siyemeigui
- 通过c++编程,数组的应用等,在界面上形成一个四叶玫瑰的图形。-four leaves rose
sortArray
- 基于c#的应用开发程序,主要是给数组排序-Based on c# application development process, to sort the array
demoddd
- 在一个Windows应用程序,模拟发送和接收字符串,该字符串将被编码为一个字节数组,16进制字节数组的形式展示。解码后恢复字符串的字节数组收件人。-In an Windows application, imitate the sending and receiving the string, the string will be encoded into a byte array, display form of 16 hexadecimal byte array. The recipient
cards
- 用数组实现一个应用程序,它负责在一个扑克牌游戏中发牌,应用程序显示一个WPF窗体,它模拟向4个玩家发一副扑克牌。-Using arrays to achieve an application, which is responsible for the licensing of a poker game, the application displays a WPF form, which simulates the four players sent a poker
SecurityCryptography
- C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
array
- 供初学者学习和了解数组的应用。简单清晰的解释了数组-Applications for beginners to learn and understand the array. Simple and clear explanation of the array
10
- 通过几个案例讲述数组的应用 案例1:定义一个int数组,数组元素数量自行输入(1-100),然后逐一赋值,按照顺序使用两种方法输出该数组(The application of an array in several cases Case 1: define a int array, the number of array elements input by itself (1-100), then assign one by one, and output the array in two
