-
这是一个比较简单的程序。
this a relatively simple program.
-this is a relatively simple program.
- 2022-12-26 17:30:03下载
- 积分:1
-
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞...
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞
3、如果一个细胞周围8格存活细胞数为1个或1个一下,则下一世代该细胞因孤独而死
4.如果一个细胞周围8格存活细胞数为4个或4个以上,则下一世代该细胞因生存空间拥挤而死-Game of Life rules: 1, a cell survival of the surrounding eight grid cells 2 ~ 3 months, then the next times at 2 this cell is still viable, if a grid around the eight cell survival of three cells, then the next era of the grid to creation of a cell 3, around 8, if a cell survival of cells for cell 1 or a click, then the next generation of the cells die because of loneliness 4. If a cell survival of cells in the surrounding 8 cells for 4 or 4 or more, then the next generation of the cells died due to crowded living space
- 2022-02-03 18:18:30下载
- 积分:1
-
爱圣》源代码 vc 综合编程
爱圣》源代码 vc 综合编程-"source code vc Integrated Programming
- 2022-12-11 19:10:03下载
- 积分:1
-
Using a simple calculator written in VC
用VC 编写的简单的计算器,基于对话框的应用程序
-Using a simple calculator written in VC-based dialog application
- 2023-09-09 03:30:04下载
- 积分:1
-
它可供初学Turbo c 的人使用,其中个文件独立,内容是用中断写点、读点、填充等。...
它可供初学Turbo c 的人使用,其中个文件独立,内容是用中断写点、读点、填充等。-Turbo c for the beginners to use, which documents the independent, as is interrupted to write, read, fill in the blanks.
- 2022-03-26 02:01:28下载
- 积分:1
-
获取文件中的图标。编程中经常要用到图标,可以用这个工具来获取。...
获取文件中的图标。编程中经常要用到图标,可以用这个工具来获取。-access to the document icon. Programming regular use of the icon, you can use this tool to obtain.
- 2022-07-11 00:54:09下载
- 积分:1
-
让delphi获得cmd执行后的返回数据显示出来.
让delphi获得cmd执行后的返回数据显示出来.-Let delphi access to post-implementation return cmd data displayed.
- 2022-04-01 06:51:25下载
- 积分:1
-
VC作的一个网络管理程序原码
VC作的一个网络管理程序原码-VC for a network management procedures original code
- 2023-02-23 15:50:03下载
- 积分:1
-
360安全卫士界面源码 1.0
一款模仿360安全卫士的界面源码,基于winform开发,自定义界面和皮肤,有需要的朋友不要错过!
注意事项:
开发环境为Visual Studio 2013,使用.net 4.0开发。
- 2022-03-18 17:24:43下载
- 积分:1
-
Have you noticed the cool ghost image that Windows Explorer produces when you st...
Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found out that there are three directions to start working on, as follows:
Using a "custom" cursor created from a MemoryStream initialized from an Image, as shown in this article.
Using the ImageList_BeginDrag and related APIs, as shown in this article: Dragging tree nodes in C#.
Using the IDragSourceHelper and IDropTargetHelper interfaces.
- 2022-03-05 15:47:46下载
- 积分:1