- S7_Pro6 一个S7
- xf86-video-ati-X11R7.2-6.6.3 x.org上有关ati系列显卡最新驱动
- FluidPipelineSimulinkModels These Simulink blocks contain transfer functions that model the pressure and flow transients for axisymmetric 2D viscous flow of a compressible fluid in a straight rigid circular cross section pipelines. Three models are available: (1) pressures at the ends (2) flow rates at the ends (3) pressure at one end and flow rate at the other Filtering is incorporated to reduce numerical oscillation (Gibbs phenomenon). See J. Dyn. Systems
- 《长空激战》手机游戏 这是为参加软件大赛而写的一个手机游戏
- CoorTrans GPS坐标转换算法
- OPERATOR_OVERLOADING A great insight into operator overloading in c/c++. Overloading operators in class operations is always a hectic for beginners. I hope this will be an easy source to take some hint from regarding how the operators are overloaded. Created using Turbo C/C
资源列表
Reverse_Polish_Notation
- 计算中缀表达式的逆表达式,可支持5种逻辑关系运算符,并计算得到结果(Reverse Polish notation)
ProxyProject
- Java based proxy cache server
多级反馈队列算法程序
- 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)
Greedy Routing
- Greedy routing project in JAVA
Hash Generator
- java code for generating md5 hashing
Proxy Server Setup
- java program for least recently used cache replacement
1-3 StackSort
- 描述 栈是一种强大的数据结构,它的一种特殊功能是对数组进行排序。例如,借助一个栈,依次将数组1,3,2按顺序入栈或出栈,可对其从大到小排序: 1入栈;3入栈;3出栈;2入栈;2出栈;1出栈。 在上面这个例子中,出栈序列是3,2,1,因此实现了对数组的排序。 遗憾的是,有些时候,仅仅借助一个栈,不能实现对数组的完全排序。例如给定数组2,1,3,借助一个栈,能获得的字典序最大的出栈序列是3,1,2: 2入栈;1入栈;3入栈;3出栈;1出栈;2出栈。 请你借助一
蓝屏工具修复
- 修复各种电脑的蓝屏。非常有实用性,防止电脑蓝屏的好助手(Repair the blue screen of all kinds of computers. Very practical, to prevent the blue screen of computer assistant)
Graphical Convolution Example
- convolution examples
hellomap3d-ios-master
- 3D openstreet map viewer on IOS
DetectEdg
- Detect edges by Gradiend
awgn_
- ADDITIVE WHITE GAUSSIAN NOISE FUNCTION