-
石头剪刀布,人机对战,每5局之后显示出对战结果(平局数,总局数,胜局数)...
石头剪刀布,人机对战,每5局之后显示出对战结果(平局数,总局数,胜局数)-Stone scissors cloth, Human Battle, every five soon after the show Battle results (draw number, Office number, seal the win number)
- 2022-01-23 10:35:29下载
- 积分:1
-
alarm
一个定时提醒的程序,可以任意设置定时时间,有皮肤,带有最小化到通知栏,抖动及声音提醒,提醒时窗口置顶等功能。(A timed reminder program that can be set regular time, have skin with minimized to the notification bar, jitter and voice reminder, reminder window when the top and other functions.)
- 2014-02-05 19:52:18下载
- 积分:1
-
油田搜索
说明: 基于油田实例为二维的搜索算法(深度优先搜索)(Search algorithm (DFS) based on 2D Oilfield)
- 2021-01-17 19:27:29下载
- 积分:1
-
仿真
基于元胞自动机实现人员疏散仿真,介绍背景场模型和格子气模型的原理,采用格子气模型和背景场模型对障碍物双出口房间内的行人疏散过程(Based on the cellular automata to realize the evacuation simulation of the personnel, introduce the principle of the background field model and the lattice gas model, and adopt the lattice gas model and the background field model to evacuate the pedestrians in the double exit room of the obstacle.)
- 2021-01-10 15:48:49下载
- 积分:1
-
实现一个集合的类,并定义了集合的加法和减法
实现一个集合的类,并定义了集合的加法和减法-set class
- 2022-02-02 18:27:00下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
biywshenguanlixitong
图书管理系统用C++编写的图书管理系统,没有使用数据库,用文件读写方式保存(Library management system written using C++ library management system, not using the database stored with the file reading and writing)
- 2011-05-06 22:06:05下载
- 积分:1
-
acquisition
GPS卫星信号捕获程序,输入一段GPS数字中频信号,输出信号载波和C/A码起始点(GPS satellite signal capture program, enter a GPS digital IF signal, the output signal carrier and C/A code starting point)
- 2017-04-20 14:47:04下载
- 积分:1
-
droopcontrol
下垂控制就是选择与传统发电机相似的频率一次下垂特性曲线(Droop Character)作为微源的控制方式,即分别通过P/f下垂控制和Q/V下垂控制来获取稳定的频率和电压,这种控制方法对微网中的微源输出的有功功率和无功功率分别进行控制,无需机组间的通信协调,实现了微源即插即用和对等控制的目标,保证了孤岛下微电网内电力平衡和频率的统一,具有简单可靠的特点(Droop control is to choose Droop Character, which is similar to the traditional generator, as the control mode of micro-source, that is, to obtain stable frequency and voltage through P/f droop control and Q/V droop control respectively. This control method controls active power and reactive power of micro-source output in micro-grid separately, without communication coordination between units. The goal of micro-source plug-and-play and peer-to-peer control is realized, which ensures the unification of power balance and frequency in the micro-grid under isolated islands, and has the characteristics of simplicity and reliability.)
- 2020-11-24 16:39:34下载
- 积分:1
-
GameBall
弹球游戏,利用滑块移动碰撞弹球,使探球弹起碰撞商贩的滑块来赢得分数。(a game of ball ,ball and slider game,you can move the slider to collide the ball ,ball can move also to collide sliders where above the first slider.)
- 2012-03-19 16:32:26下载
- 积分:1