搜索资源列表
最经典的俄罗斯方块
- 一个C#写得非常经典的俄罗斯方块程序,适合有类是开发的人员参考-This is a classical Russia Blocks program in C#.It is suitable for all kinds of develpors.
BankServer
- 本程序是课程设计的题目,比较的简单,写得很随意,功能分两大块,一个是银行员工的录入和信息添加维护。一个是开户、开卡、储蓄、自动算息等功能。适合新手朋友参考学习。-This procedure is the subject of curriculum design, relatively simple, write a very casual, functional divided into two blocks, a bank employee input and information to
elsfk
- 一款功能强大的俄罗斯方块源代码,可以自己定义砖块的样式。-blocks。
CH2_2
- 全域變數示範: 與區域變數相反,全域變數宣告於任何函式及程式區塊之外-Global variable model: contrary to the regional variables, global variables declared in blocks of code outside any function and
The.Definitive.Guide.To.The.Microsoft.Enterprise.L
- This book will provide the knowledge you need to get started and get comfortable with the Microsoft Enterprise Library application blocks. I will go over the design of each application block, how it is used, and how it can be customized. Througho
ImageManager
- 图片处理: 1.各种显示方式,百叶窗,马赛克,各种方向的拉伸,翻转,椭圆显示,旋转。。。 2.各种特效处理,虚化,锐化,积木,黑白。。。 3.图片加水印 4.幻灯片放映-Image processing: 1. All kinds of display, shutters, mosaic, stretching in all directions, flip, oval display, rotation. . . 2. A variety of effects processi
CSharpautocadBlockImport
- 执行“CBL”命令后,指定dwg文件所在的目录,将指定目录下的所有dwg文件都作为块引入了。 在autocad中的插入菜单-块下可以看到这些块并能插入到当前文档-Implementation " CBL" command, specify the directory where the dwg file, all the specified directory as a dwg file into a block. The Insert menu in autocad- y
blocks
- VC++改进的简易连连看 VC/C++源码,连连看,VC++改进的连连看,控制台-The the VC++ improved ease Lianliankan the VC/C++ source, Lianliankan Lianliankan,, VC++ improved console
blocks
- 源码的连连看简易版,适合新手学习C++源码的连连看简易版,适合新手学习C-easy game
CSharppuzzle-code
- C#游戏程序附源码。<br>游戏说明:<br>可以自己添加图片,随机生成图片块。每次生成的顺序不同。<br>添加图片后。游戏就开始记时(以秒为单位)。开始记移动的步数。<br>添加图片在黑线框里单击鼠标左键.-C# game program with source code. <br> Game Descr iption: <br> Can add their own images, randomly generated p
YanColor
- C#编写简单的取色器,点击窗口颜色图块,鼠标选取要取色的地方,单击获取颜色 欢迎感兴趣的用户下载学习-C# to write simple color picker, click the Window Color Blocks, mouse selected to take color, click to get the color to welcome interested users to download learning
Tetris_Game
- 俄罗斯方块,大家可以看下,用上下左右键控制方向,界面有爱。请大家指教-Russia blocks, we can see, the next key control about direction, the interface has the love. Please advise!
ConsoleApplication1
- 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理.能接受来自键盘或文件的空间申请及释放请求,能显示或打印分配的磁盘空间的块号,在完成一次分配或归还后能显示或打印各空闲块组的情况(各组的空闲块数和块号)-After the simulation UNIX system free blocks into groups link method, manage disk storage space. Space can accept applications and release reque
comon finer
- program used to find all old COMMON blocks in fortran code to be replaced with modules
04
- 用高级语言模拟实现基本分页存储管理,要求: 1、内存空间的初始化——可以由用户输入初始内存空间各个物理块情况。(用二维矩阵的方式按物理块号,逐行给出每个物理块的状态,1——表示已分配,0——表示未分配,并能够将行标、列标转换为对应的物理块号,以查看或修改每一个块的状态,要求:初始时部分物理块已分配) 2、基本分页的分配过程:由用户输入作业号和作业的大小(这里的大小是逻辑页面数),实现分配过程:空间充足,分配,修改状态矩阵的相应位置的值(值由0转变为1),并用专门的数据记录下该作业占用的物