资源列表
EX21
- 根据权限显示数据,不同的权限显示的数据是不一样的,显示的操作也不一样-Permission to display the data, the data displayed by the different permissions is not the same, the display operation is not the same
Java-events-driver
- java事件驱动程序 小的java程序 供大家一起学习 。-event-driven program in java java program for all learning together.
ThreadCreate
- 使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allow users to clearly see the thr
Semaphore
- 主、子两个线程之间的同步,要求子线程先执行。在主线程中使用系统调用CreateThread()创建一个子线程。主线程创建子线程后进入阻塞状态,直到子线程运行完毕后唤醒主线程。-The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the system call CreateThread () to
Mutex
- 首先,在主线程中使用InitializeCriticalSection()初始化临界分区。然后建立两个子线程,在两个子线程中使用全局变量count的前、后分别使用 EnterCriticalSection()进入临界区及LeaveCriticalSection()退出临界区。等两个子线程运行完毕,主线程使用DeleteCriticalSection()删除临界区并撤销线程。-First of all, in the main thread InitializeCriticalSection ()
jingdiansuanfa
- 输入一个年份,判断看是不是闰年。设,leap是闰年信息,leap=1是闰年,,leap=0不是闰年-Enter a year, to determine the look is not a leap year. Designed leap is a leap year information leap = 1 is a leap year, leap = 0 is not a leap year
feibonawen
- 输出斐波纳契级数的前三十项。规律:前两项的值个位1,从第三项起,每一项都是前两项的和。-Output the Fibonacci series of three ten. Law: the first two values bit 1 from the third, and of each of the first two.
MIKI_EA6900_Root
- mikiea6900 root教程 -mikiea6900 root教程mikiea6900 root教程
qiusushu
- 求2到100之间的所有素数。要求:每行显示5个。-Demand of all prime numbers between 2-100. Requirements: Each line shows the 5.
wordcount
- implementation of many hashmaps and example showing how to use them
experiment1
- 用于“未来之星机器人”实验的程序,第一步建立打开串口按钮(框架)-Program for Future Star Robot experiment, the first step to establish open the serial port button
experiment2
- 用于“未来之星机器人”实验的程序,第一步建立打开串口按钮-Program for Future Star Robot experiment, the first step to establish open the serial port button
