-
EllFi
It help you to find the center of an ellipse
- 2009-03-27 06:47:52下载
- 积分:1
-
Exercise4
ssd8Exercise4上机作业,代码高效正确,可运行且有说明文档。(ssd8Exercise4 machine operation, efficient code correctly, you can run and there is documentation.)
- 2013-09-24 20:35:51下载
- 积分:1
-
MyMicro-channel
本软件基本实现微信的所有UI效果。具备如下功能点:
登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇
摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦!
新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!)
效果图:(The software basically all the UI micro-channel effects. Have the following functions:
Login, functional guidelines, exit the dialog box, set the interface, session interface, top right function key, detailed information Picture Click to enlarge effects, Shake
Shake judgment "shake" section from the network, the specific address forgotten. . . . Shake animation is what I do to support the real machine shake Oh!
New features: The main interface using viewpager support gestures are also supported at the bottom of the icon click! (Stronger than the original micro-channel tabhost more!)
Effect diagram:)
- 2013-11-07 10:57:03下载
- 积分:1
-
Process
java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。
进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪
W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得
CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用
CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的
PCB,以便进行检查。 (Java process scheduling)
- 2018-11-29 23:13:42下载
- 积分:1
-
ibatis2.0Sample
说明: ibatis 的jpetstore对初学者很有帮助值得收藏(ibatis helpful for beginners jpetstore the collection is worth)
- 2009-07-31 14:55:23下载
- 积分:1
-
DHTest
说明: Java call dahua SDK connection camera simple Demo
- 2020-06-18 09:00:01下载
- 积分:1
-
Docking
Java applications that simulate docking a rock into a platform
- 2014-10-20 15:01:08下载
- 积分:1
-
类似于备忘录、日记本之类的项目 DiaryTest
类似于备忘录、日记本之类的项目,仅供学习(Items like memorandums, diaries ,etc For learning only)
- 2020-06-22 08:40:01下载
- 积分:1
-
workflow
说明: 一个工作流组件(包括定义和引擎),基于xml文件,可扩展流程节点和处理(A workflow component (including the definition and engine), based on the xml file, scalable processes and processing nodes)
- 2008-10-27 12:55:35下载
- 积分:1
-
user_management
用户管理系统,可以从文件中读取,也可以从数组中读取。DB的读取方式没写全(User management system that can read from the document can also be read from the array. DB did not write the way of reading the entire)
- 2009-05-03 17:20:33下载
- 积分:1