-
Windows_7下搭建FTP服务器
介绍如何在Windows_7下搭建FTP服务器,以便文件夹当做Ftp空间来存储,访问文件。
- 2022-11-25 22:00:03下载
- 积分:1
-
Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数...
Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数
词条指正 - Google 搜索
-Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数
词条指正- Google 搜索
- 2022-02-05 09:29:28下载
- 积分:1
-
飞机模型仿真,载入model文件夹中的三个文件,然后选择飞机螺旋桨的速度,就可以模拟飞机的运行...
飞机模型仿真,载入model文件夹中的三个文件,然后选择飞机螺旋桨的速度,就可以模拟飞机的运行-Aircraft model simulation, load model folder three files, then select the speed of the propeller plane, we can simulate the operation of aircraft
- 2022-04-07 11:36:14下载
- 积分:1
-
[代码说明]
WINDOWS下的SetTimer API可以设置定时器,不过该API只能用在GUI程序中。
我这里为CONSOLE程序实现一个定时器。...
[代码说明]
WINDOWS下的SetTimer API可以设置定时器,不过该API只能用在GUI程序中。
我这里为CONSOLE程序实现一个定时器。
开启2个线程:
定时:一个线程定时发送一个消息
处理:一个线程收到消息后处理这个消息
关注点:
为没有窗口的线程实现了消息循环-[Note code] under the SetTimer Windows API can set timer, However, the API can only use the GUI process. I am here to CONSOLE program a timer. Opened two threads : Timing : Timing a thread Send a Message Handling : a thread processing information received after the news of concern : no window to the thread of the news cycle
- 2022-08-09 16:03:12下载
- 积分:1
-
魔方c语言游戏源代码
魔方c语言游戏源代码-Cube game source code
- 2022-01-21 17:35:35下载
- 积分:1
-
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。...
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。-VS2005 Programming using a priority-based and safety may seize the scheduling algorithm, which is superior to the security parameter priority parameters, and thus given the task group to determine whether scheduling.
- 2023-03-09 18:50:03下载
- 积分:1
-
主要是实现细胞识别统计,图象进行处理,希望大家喜欢
主要是实现细胞识别统计,图象进行处理,希望大家喜欢-Mainly to achieve cell recognition statistics, image processing, hope you like
- 2022-01-26 03:35:21下载
- 积分:1
-
copy, delete and mobile document
拷贝、删除和移动文件-copy, delete and mobile document
- 2023-05-09 03:15:03下载
- 积分:1
-
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端...
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端-java code a program about a clinet. it can be a server when it first run.
- 2023-05-23 13:45:03下载
- 积分:1
-
first part of the init () method to load the game all the necessary resources, i...
? 部分内容
首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者。当你的生命点数小于0时”Game Over”。-first part of the init () method to load the game all the necessary resources, including the voices of the mouse wiretapping, and other relevant background set. Use addBomb () method to increase the number of bomb, the initial location and initialization color. Reuse start () activated threads. Call threads run () method to deal with bomb dropped down Movement (). Hamas () in a unit time per call to paint () method is constantly refresh the screen, paint () call Bomb.addBomb () to draw bomb. When pressed mouse game, mousePress () activation of the incident to determine whether the point of the bomb. If the
- 2022-05-20 07:56:26下载
- 积分:1