-
android游戏(塔防)
由于本人是安卓的初学者,所以借鉴了课本的例子做了给改动,与大家分享分享,这个游戏和保卫萝卜差不多。闯关这里是用数组的形式实现的,大家可以细看源码。欢迎大家来看!
- 2022-01-25 15:46:02下载
- 积分:1
-
Templates are among the most powerful features of C++, but they are too often ne...
Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use templates to build and maintain cleaner, faster, and smarter software more efficiently.
- 2022-02-04 13:28:28下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
动态数据交换 DDE 的例子
动态数据交换 DDE 的例子-DDE example
- 2022-03-11 06:43:42下载
- 积分:1
-
一个用VB开发的自动生成任意长度任意数量的密码和用户名的程序源代码,密码和用户名可以包含数字,大小写字母等;特别适合于需要自动生成大量密码和用户名的场合!...
一个用VB开发的自动生成任意长度任意数量的密码和用户名的程序源代码,密码和用户名可以包含数字,大小写字母等;特别适合于需要自动生成大量密码和用户名的场合!-a VB development of the automatic generation of arbitrary length any number of passwords and user names of the source code, password and user name can contain figures, a case-insensitive; particularly suited to the need for automatic generation of large amounts of passwords and user names to the occasion!
- 2022-08-20 20:21:03下载
- 积分:1
-
c语言编的智力小游戏,源码用于学习c的图形界面编程
c语言编的智力小游戏,源码用于学习c的图形界面编程-intellectual small part of the game, the source for learning c GUI Programming
- 2022-11-18 09:00:03下载
- 积分:1
-
computer graphics, computer scanning principle of the head of a DHS
计算机图形学,根据计算机扫描原理画出的一个红双喜-computer graphics, computer scanning principle of the head of a DHS
- 2022-05-23 18:22:10下载
- 积分:1
-
QT4做的日历,希望能够对需要的人有帮助。
QT4做的日历,希望能够对需要的人有帮助。-QT4 Calendar
- 2022-03-09 12:10:16下载
- 积分:1
-
帕斯卡尔 · 迷你编译器 LEX 和 YACC
莱克斯-l Lexfile.l
yacc-Parser.y d
g + + lex.yy.c y.tab.c
./a.out < input.txt > output.txt
程序集编译:
nasm-f 小精灵 input.asm
ld-o 输出 input.o
./ 输出
- 2022-03-09 18:42:57下载
- 积分:1
-
Dijistra最短路径 二维数组结构 c
Dijistra最短路径 二维数组结构 c-Dijistra Shortest Path 2D array structure c
- 2023-03-27 01:15:03下载
- 积分:1