登录
首页 » 其他项目 » 俄罗斯方块主代码 其它代码可以上网下,到GOUGOU

俄罗斯方块主代码 其它代码可以上网下,到GOUGOU

于 2022-01-26 发布 文件大小:2.31 kB
0 289
下载积分: 2 下载次数: 1

代码说明:

俄罗斯方块主代码 其它代码可以上网下,到GOUGOU-ELuoSiFangKuai Zhu Daima

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

发表评论

0 个回复

  • Software source code PowerBuilderXieLieJiangZuo
    软件源码PowerBuilderXieLieJiangZuo,PowerBuilder系列讲座-Software source code PowerBuilderXieLieJiangZuo
    2022-08-21 12:37:18下载
    积分:1
  • Console game in the category of file operations for reading. Txt files, displaye...
    控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
    2023-03-03 18:10:03下载
    积分:1
  • 它是哈希的实现。
    it is c implementation of Hashing .. all types of hashing covered in this program -it is c implementation of Hashing .. all types of hashing covered in this program
    2022-08-20 04:35:06下载
    积分:1
  • 同步FIFO的C++实现
    与硬件实现作对比,可以在路由算法里实现数据的收发。简单的建模模型,确是很有帮助。 文件:FIFO.H,FIFO.CPP,MAIN.CPP
    2022-03-02 08:15:22下载
    积分:1
  • 1.本系统生成静态shtml文件!不过仅仅是后缀而已,实生成的是静态的html页面,熟悉asp的朋友可以自己修改后缀! 2.本系统采用功能强大的eWebSof...
    1.本系统生成静态shtml文件!不过仅仅是后缀而已,其实生成的是静态的html页面,熟悉asp的朋友可以自己修改后缀! 2.本系统采用功能强大的eWebSoft在线编辑器2.8.0,能够保存远程图片! 3.使用一级分类方法,简单,又能有效的解决一般分类问题!简单实用! 4.后台管理相对强大,文章的添加和修改,类别的修改,添加,删除,傻瓜方式生成Js代码,方便与入门级站长的管理! 5.能生成 JS代码,在任何地方都能调用本系统的文章! 6.由于本系统主要用于中小型网站,并且,所有论坛系统都有用户注册数据库,所以不使用会员注册,既能减少维护的困难度,又能与论坛系统/如动网搭配,共同构建网站平台!以后版本可能根据需要增加。 7.完善的数据备份,一旦发生数据崩溃,几秒间将恢复系统! 适用网站:大中小型站点,与论坛配合更能增强功能 后台登录页面:admin.asp 后台登录帐号:苏青网 后台登录密码:www.54xiu.com 编辑器管理帐号:苏青网 编辑器管理密码:www.54xiu.com -1. The system generated static shtml paper! But i s only suffixes, in fact generated static html pages, familiar with the asp friends can change their suffix! 2. The system uses powerful eWebSoft online editor 2.8.0, to preserve long-distance pictures! 3. The use of a classification method, a simple, yet effective solution to the general classification! Simple and practical! 4. Relatively strong management background, the article adds and changes, the types of changes, add, delete, stupid way js code generation, convenient and director of the
    2023-03-27 23:30:03下载
    积分:1
  • For any software that handles client requests, at some point, there must be a pe...
    For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
    2022-03-20 11:42:04下载
    积分:1
  • 一个简单但功能强大的进货系统,同样适合用于毕业论文的设计...
    一个简单但功能强大的进货系统,同样适合用于毕业论文的设计-A simple but powerful stock system, equally suitable for the thesis design
    2023-08-12 22:55:03下载
    积分:1
  • .Net中的异常处理语义是基于类型的,所以你可以创建具有自己的属性和方法的自定义异常。异常是 .Net 中头等重要的一个元素,因为它是内建的错误处理机制,因此...
    .Net中的异常处理语义是基于类型的,所以你可以创建具有其自己的属性和方法的自定义异常。异常是 .Net 中头等重要的一个元素,因为它是内建的错误处理机制,因此所有 .NET 兼容的语言都必须支持异常。另外, .Net 代码可以将 COM+ 服务作为 Enterprise Services(企业服务)来获得,所以你可以在 Enterprise Services 设计中定制异常。本程序的功能是从服务性组件产生定制异常,该组件被配置在一个 COM+ 服务器应用环境中执行(相对于库应用环境)。-. Net in the exception handling is based on the type of semantics, so you can create with their own properties and methods of self-definition of abnormal. Abnormal. Net of the most important element, because it is built-in error handling mechanism, all. NET-compliant languages must support the anomaly. In addition,. Net code can COM+ Service as part of the Enterprise Services (Corporate Services) to obtain, so you can customize the design of Enterprise Services abnormal. This procedure s function is generated from the service components custom anomaly, the component is configured in a COM+ Server application environment to implement (as opposed to database application environment).
    2023-03-25 12:30:03下载
    积分:1
  • 学生成绩管理程序 编制一个统计学生考试分数的管理程序。 设学生成绩已以一个学生一个记录的形式存储在文件中, 每位学生记录包含的信息有:姓名,学号和各...
    学生成绩管理程序 编制一个统计学生考试分数的管理程序。 设学生成绩已以一个学生一个记录的形式存储在文件中, 每位学生记录包含的信息有:姓名,学号和各门功课的成绩。 程序具有以下几项功能:求出各门课程的总分,平均分,按姓名, 按学号寻找其记录并显示,浏览全部学生成绩和按总分由高到低显示学生信息等-The preparation of student performance management process of a statistical test scores of students of the management process. For student achievement to a student has a record stored in the document, each student records contain information are: name, school subjects and the results. Procedures have the following functions: to derive the course of the total, average, by name, by the school and its records to find its shows, browse all students score high to low according to the results and information that students
    2022-02-28 11:40:34下载
    积分:1
  • include EZ
    囊括EZ-USB FX硬件设计与软件设计的书,非常实用,里面有一些设计的例子,希望对大家有些帮助-include EZ-USB FX hardware design and software design, the book is very practical. There are some design examples, and I hope to help some people
    2022-06-03 04:13:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载