-
多边形填充作业
多边形填充作业.rar(filled polygon operations. Rar)
- 2020-10-26 19:20:00下载
- 积分:1
-
vg
说明: 一个Visual Graph开发程序,具有类似MS viso的功能!带有C++,Delphi,VB,C#等的代码示例!(a Visual Graph development programs that have similar functions VISO MS! With C, Delphi, VB, C# code examples!)
- 2005-04-08 10:06:59下载
- 积分:1
-
chang
pso 粒子群算法源代码 粒子群算法在物流中的优化(PSO Particle Swarm Optimization Particle Swarm Optimization source code of the optimization in the logistics)
- 2008-05-18 09:29:27下载
- 积分:1
-
DS18B20
利用Keil编写的DS18B20的控制程序,已经调试无误,经实践检验可以实现温度的测量。(The control programs of DS18B20 were developed with the use of Keil,and it fulfilled the function of measuring the temperature.)
- 2011-06-01 11:43:29下载
- 积分: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
-
ADSADIIC
一个A/D转换的小程式,ADS1110,IIC总线.(FOR YOU
THE SOFEWARE IS ADS1110,WILL YOU LIKE IT?)
- 2013-09-06 20:36:03下载
- 积分:1
-
lorenz
lorenz系统的相图程序,简单数学模型中的混沌现象
(lorenz system phase diagram of the program, a simple mathematical model of Chaos)
- 2020-11-19 22:09:37下载
- 积分:1
-
Communication-with-MFC-based-on-TCP
基于TCP/IP协议的MFC网络编程实例,适合windows网络编程的初学者(MFC network programming example based on TCP/IP protocol, adaptive for whose who starts to learn Windows network programming.)
- 2015-12-15 10:52:10下载
- 积分:1
-
qpc-6.0.1
说明: 事件驱动系统QP,基于状态机控制,使程序更清晰,易维护(Event-driven system QP, based on state machine control, makes the program clearer and easier to maintain.)
- 2020-06-19 01:00:02下载
- 积分:1
-
Digital-Signal-Processing
适合科研工程人员的数字信号处理书籍,著名的FFTW算法就是基于此开发的。(an famous book about digtial singal proceesing.)
- 2012-10-09 12:04:15下载
- 积分:1