-
VC开发技术
内容要求:菜单制作:自己设计菜单取代系统菜单,要求至少有三个以上子菜单,每个子菜单有菜单项若干,菜单项中有一个缺省菜单项,且为该缺省菜单项设置对应的加速键和工具按钮(需创建新的工具栏)。在状态栏上显示自己的班级和姓名:11级计科×班 ×××
- 2023-01-28 06:25:03下载
- 积分:1
-
俄罗斯方块
#include
#include
#include
#include
#include
char gcText[] = " WWWWWWW";
struct tetris {
int _pool[16][32], (*pool)[32], tmap[8][4][16];
int x, y, s, st, t;
}gt;
void trsInit() {
int sp[8][4]
- 2023-08-11 01:55:03下载
- 积分:1
-
判断闰年用c++写的,我也才学
判断闰年用c++写的,我也才学-judgment leap year with c write, and I barely
- 2022-09-28 11:10:02下载
- 积分:1
-
Gauss
Gauss-Seidal迭代法(带精度限制)-Gauss-Seidal iterative method (with accuracy limit)
- 2023-05-16 13:40:02下载
- 积分:1
-
2D single bin packing 问题的4Block算法
2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
- 2022-02-03 02:20:37下载
- 积分:1
-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1
-
一个可以索引和排序的文件系统
一个可以索引和排序的文件系统- May the index and the arrangement filing system
- 2022-08-06 14:50:02下载
- 积分:1
-
AES高级加密算法的verilog语言实现
AES高级加密算法的verilog语言实现
- 2022-06-29 20:41:12下载
- 积分:1
-
人工智能A*算法求解八数码
运行环境说明(2013.11.22)
1.操作系统: ubuntu 13.10
2.集成开发环境: geany-1.23.1 + gcc-4.8.1
3.由于linux操作系统与windows操作系统采用不同的编码格式,在windows下查看相关文档或源代码可能会有乱码问题,如需调试运行,请迁移到相关环境。
- 2022-08-18 17:06:11下载
- 积分:1
-
源代码_[Cpp数据结构原理与经典问题求解]
Cpp数据结构原理与经典问题求解全书所有章节源代码,适合系统学习C++语言
- 2022-07-09 09:02:06下载
- 积分:1