资源列表
tetris-
- 一个用C#实现的俄罗斯方块小游戏,适合初学者学习,对学习C#有一定帮助-A small game tetris implementation in c#, suitable for beginners to learn, it is helpful for learning c#
Snake
- 一个用C#实现的贪吃蛇小游戏,适合初学者学习,对学习C#有一定帮助-A gluttonous snake game that is implemented in c# is suitable for beginners and helps to learn c#
five-in-a-row
- 一个用C#实现的五子棋小游戏,适合初学者学习,对学习C#有一定帮助-A used c# five-in-a-row game, suitable for beginners to learn, it is helpful for learning c#
managerment-system
- 本文件包含昆山市市政设施养护管理系统的开发源码,运用C#结合ArcEngine,可以定位、查询有问题的市政设施,进行养护管理。-This document contains the development of Kunshan City, municipal facilities maintenance management system source, the use of C# combined ArcEngine, you can locate, query the problem of
mp3Player
- 一种基于C#编写的MP3音乐播放该软件简单易懂适合新手学习研究-An MP3 music player for the software
dsfs
- 实现摄像机预览图像,旋转云台,测试云台精度-Realize the camera preview images, rotating yuntai, yuntai precision test
CSV
- 保存或者是读取CSV文件以及各种操作方式-Save or read CSV file as well as a variety of operating mode
Design-Form-Style
- 根据需要可以设计不同的窗体的样式并显示出来-According to the need can design the style of different forms and displayed
ShowForm
- 通过定时器,逐渐增加窗体的透明度,从而实现窗体逐渐显示出来-By the timer, and gradually increase the transparency of the form, so as to realize the form gradually displayed
ImageToVideo-master
- 采用C#实现的图片序列转视频的小程序,可以学习使用。- U91C7 u5B9 u5B9 u7B0 u7B0 u7F0F u5E09 u5E09
case32
- 2. 对于一个给定的n*m的矩阵,矩阵中的每个元素aij均为非负整数。游戏规则如下: 1)每次取数时须从每行各取走一个元素,共n个。m次后取完矩阵所有元素; 2)每次取走的各个元素只能是该元素所在行的行首或行尾; 3)每次取数都有一个得分值,为每行取数的得分之和,每行取数的得分 被取走的元素值*2i,其中i表示第i次取数(从1开始编号); 4)游戏结束总得分为m次取数得分之和。 对于任意矩阵,可以求出取数后的最大得分 -2 for a given n*m matrix,
1
- 二叉树的基本操作插入删除以及递归和非递归遍历-The basic operation of the two tree insertion and deletion as well as recursive and non recursive traversal