-
adsfasdfasdfasdfadf
比较简单易懂的词法分析器,可以拿来参考-adsfasdfasdfasdfadf
- 2022-01-24 15:43:27下载
- 积分:1
-
OkMfc
说明: OK系列采集卡程序,包含了,事后图像的处理和动态视频图像的处理。(OK Acquisition Card Series procedures included, after the image processing and video image processing.)
- 2006-04-03 17:25:06下载
- 积分:1
-
PoolRebel
PoolRebel in windows
用Windows API编写的台球游戏。在没有使用第三方物理引擎的条件下,基本实现了球的碰撞、回旋等要求。支持下杆儿角度、力度和击球点的设置,并能在调整设置时实时显示主球走位和被碰球的去向。支持更改桌台、球和球杆,并会因此能产生细微区别。
(PoolRebel in Windows
Written by Windows API billiards game. Without the use of third party physical engine conditions, the basic realization of the ball collision, cyclotron etc.. Support bar angle, strength and the contact point set, and the real-time display of the cue ball position and adjust setting is to touch the ball go. Support changing table, ball and club, and will therefore have a subtle distinction between.)
- 2013-02-22 14:13:54下载
- 积分:1
-
HOOKAPI(包括SOCKET)
public static bool Install(string ModuleName, string ProcName, IntPtr lpAddress)
{
Entry entry = entrys.Find(n => n.ModuleName == ModuleName && n.ProcName == ProcName);
if (entry == null)
{
entry = new Entry();
entry.ModuleName = ModuleName;
entry.ProcName = ProcName;
entrys.Add(entry);
IntPtr hModule = GetModuleHandle(ModuleName); //取模块句柄
if (hModule == IntPtr.Zero) return false;
- 2022-01-22 05:24:13下载
- 积分:1
-
原始对偶ZKW最小费用最大流
费用流的算法大致分为两种, 一种是经典的解法, 如消圈, 增广路, 原始对偶等等, 特点是步步为营, 维持可行性或者最优性其中之一, 再不断对另一方面作出改进. 另一种就比较现代一些, 典型的例子是松弛算法和网络单纯形, 由于放松了对求解过程中解的限制条件, 使得其速度远远超过经典解法, 同时也增加了编程难度和理解障碍. 下面要说的原始对偶算法, 速度自然不可能比松弛和网络单纯形快, 但应该是经典解法中的佼佼者了
- 2022-11-14 13:40:03下载
- 积分:1
-
linux字符设备驱动例子
linux led 字 符设 备驱动 ,基 于 l in ux 2 .6 版 本 , 通 过m d e v 方式 在 / d ev 目 录 下 生 成 设 备 文 件。
- 2023-09-05 19:30:03下载
- 积分:1
-
FreescalePITinterrupt
飞思卡尔 单片机实现PIT周期中断,可以实现信号周期输出(Freescale MCU PIT interrupt the cycle, the output signal period can be achieved)
- 2011-08-20 16:27:35下载
- 积分:1
-
banner
YouTube网站上的幻灯片特效代码,从谷歌的youtube capture上扒下来的,图文banner切换效果。简洁大气,美观又不失时尚,名站的设计师就是不一样啊,因为喜欢这个焦点图幻灯代码,所以才花了不少时间整理出来,不敢独享,与源码爱好者网页分享,截图中的乱码是因为编码没有修改,自己用时候添加一行编码声明就不会乱码了。(Slide effects on YouTube code from Google, YouTube Capture on picking down, the graphic banner transition effects. Simple atmosphere, beautiful yet stylish, the designer of the name of the station is not the same ah, because I like the focus map slide code, why they spent a lot of time to sort out, not exclusive, to share it with the source enthusiasts page, screenshots in the garbage because the code is not modified when adding a line to encoding declaration will not be garbled.)
- 2013-04-23 22:38:06下载
- 积分:1
-
VoiceChat
C# voice chat application
- 2011-04-18 20:47:21下载
- 积分:1
-
s
说明: 计算三次样条插值函数(Calculation of cubic spline interpolation function)
- 2003-03-16 00:00:00下载
- 积分:1