登录
首页 » c# » 数独游戏

数独游戏

于 2023-03-24 发布 文件大小:1,005.64 kB
0 41
下载积分: 2 下载次数: 1

代码说明:

数独游戏 不仅有数字数独还有颜色数独 比较简单的一个demo 界面还不错 然后又难度选择 还有视频展示等 完全原创

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 使用Socket连接远程主机的例子
    C# UseSocket例子,使用Socket连接远程主机,其核心是使用Socket的构造函数实例化一个Socket对象,用来连接远程主机,再具体就是调用Connect方法连接远程主机,在成功连接主机后,调用自定义方法ConnectSocket,使用指定的服务器名和端口号实例化一个Socket对象,将请求发送到连接的服务器,从绑定的Socket接收数据,将接收到的数据转换为字符串类型,调用自定义方法SocketSendReceive获取指定主机的主页面内容。   远程连接部分的实现如下:   //使用指定的IP地址和端口号实例化IPEndPoint对象   IPEndPoint IPEPoint = new IPEndPoint(address, port);   //使用Socket的构造函数实例化一个Socket对象,以便用来连接远程主机   Socket newSocket = new Socket(IPEPoint.AddressFamily, SocketType.Stream, ProtocolType.Tcp);   newSocket.Connect(IPEPoint); //调用Connect方法连接远程主机   在创建远程连接之前,要循环遍历得到的IP地址列表。
    2022-04-29 10:57:31下载
    积分:1
  • 液晶屏幕显示程序
    这是给大家的一个关于液晶屏的参考程序,用的单片机为80c51,各个引脚的定义不同,给大家作参考
    2023-08-05 00:55:03下载
    积分:1
  • ESS
    基于efficient subwindow search算法的windows实现(efficient subwindow search for windows )
    2009-12-27 00:08:09下载
    积分:1
  • Cpp2
    仿真模拟Linux文件系统,操作系统成组链接模拟linux文件系统 (Operating system into a set of links to simulate the linux file system...)
    2014-09-21 21:44:39下载
    积分:1
  • seekpath
    一个比较简单的使用递归算法实现的迷宫程序。程序中1代表墙,0代表路。(Using a relatively simple recursive algorithm maze procedure. 1 represents the wall of the program, 0 road.)
    2013-11-17 13:31:12下载
    积分:1
  • SUN
    基于UC/OS-II的温度实时监测系统, 控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。(Based on UC/OS-II real-time temperature monitoring system, the control CPU comes with a temperature sensor and the temperature on the digital display or LCD when the temperature is greater than the set value alarm alarm buzzer driver and uploaded to the PC via the serial port the PC gives instructions to eliminate warning alarm is canceled restart interrupted by an alarm from the key into reasonable arrangements for UC/OS-II real-time tasks, rational use of UC/OS-II mechanism for all types of events (semaphores, message mailboxes , message queues, event flag groups, etc.).)
    2020-12-21 15:39:08下载
    积分:1
  • mcg
    基于IAR开发环境,野火PLL 配置文件,包含C和H文件(Based on IAR development environment, wildfire PLL configuration file, including C and H files)
    2020-06-16 21:00:02下载
    积分:1
  • NFA到DFA的机用C sharp algorythm
    nfa to dfa machines algorythm with c sharp
    2023-02-09 05:30:03下载
    积分:1
  • zage
    Demo for the scrollable property page,不错的,很好(The Demo for the scrollable property page, good, very good)
    2017-06-01 02:01:40下载
    积分:1
  • C# 各种计算器例子
    C# 各种计算器例子
    2015-06-10下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载