-
利用c++和opengl设计的俄罗斯方块程序
利用c++和opengl进行的俄罗斯方块程序,可以实现简单的方块的堆叠和拼接。将压缩包解压后,执行里面的源程序进行编译,由于采用vc++6.0开发的,所以根据所执行的平台配置相应的库,所需要的库都在压缩文件包里。
- 2022-05-10 21:51:56下载
- 积分:1
-
将Unicode汉字编码的Unicode代码放入
把中文转化为Unicode码
把中文转化为Unicode码-put into Unicode code put into Unicode Chinese code
- 2022-07-13 21:10:32下载
- 积分:1
-
Certified for Windows Vista 确认套件
新!InstallShield Best Practices 确认套件
新...
Certified for Windows Vista 确认套件
新!InstallShield Best Practices 确认套件
新!Basic MSI 项目的最终用户对话框主题
增强功能!支持数字签名
增强功能!IDE 的可用性改进
自动化接口改进
新!支持 SaaS(IIS 7 和 SSL 技术)
新!最新的 Windows Mobile 平台支持
增强功能!InstallScript 和 One-Click Install 安装支持 Windows Vista
点击图片放大
InstallShield Windows:安装创建过程-Certified for Windows Vista to confirm the new kit! InstallShield Best Practices to confirm the new kit! Basic MSI project subject end-user dialog enhancements! Enhancements to support digital signatures! Automation to improve the availability of IDE interface to improve the new! Support SaaS (IIS 7 and SSL technologies) New! The latest Windows Mobile platform support enhancements! InstallScript and One-Click Install to install support for Windows Vista click picture to enlarge InstallShield Windows: install creation process
- 2022-11-12 17:40:05下载
- 积分:1
-
运行一个程序并等待它运行结束
运行一个程序并等待它运行结束-The example of running an application and waiting its over
- 2022-04-25 04:29:22下载
- 积分:1
-
this a icon program in c
this a icon program in c
- 2022-03-16 17:21:36下载
- 积分:1
-
动态链接库编程示例,可以通过本demo学习编写DLL的框架
动态链接库编程示例,可以通过本demo学习编写DLL的框架-Dynamic Link Library programming examples, can be prepared through this demo to learn a framework for DLL
- 2022-03-02 10:29:31下载
- 积分:1
-
多线程编程
实现线程的创建,挂起,激活等功能。
多线程编程
实现线程的创建,挂起,激活等功能。-Thread Create……
- 2022-08-11 12:18:42下载
- 积分:1
-
kinect fingerTip
这个一个用于识别手指的代码,跟一般的opencv识别不同,采用kinect传感器,可以动态识别手指,建立手指的简单模型,获取手指数据,从而实现一些应用,别如用手指控制电脑鼠标,模拟键盘,钢琴等。。。。。。。。。
- 2022-08-19 20:00:53下载
- 积分:1
-
Othello黑白棋,是我大学时在寝室写的。
严重鄙视"我在这里有个家伙的源代码说他的黑白棋无敌",我看了一下,我大学时的这个初作比他强上十倍....
Othello黑白棋,是我大学时在寝室写的。
严重鄙视"我在这里有个家伙的源代码说他的黑白棋无敌",我看了一下,我大学时的这个初作比他强上十倍.-Reversi Othello is my university wrote in the bedroom. Serious contempt for
- 2022-02-05 08:37:45下载
- 积分:1
-
/*作为一个软件专业的学生,zcy总是对二进制特别感兴趣,有一天他发现了一个有趣的序列:一个长度为N的序列,该序列只含有0或1两个数字,并且该序列不包含连续3个...
/*作为一个软件专业的学生,zcy总是对二进制特别感兴趣,有一天他发现了一个有趣的序列:一个长度为N的序列,该序列只含有0或1两个数字,并且该序列不包含连续3个1,
例如N=3时有7种不同序列,分别是000, 001, 010, 011, 100, 101, 110。111包含3个连续的1所以不是。
现在zcy想知道,对于长为n的一个二进制串,有多少满足条件的01串。
Input
第一行是整数t,表示多少个case,
每行有一个数n,表示串的长度(n
- 2022-08-23 01:27:03下载
- 积分:1