-
《OpenGL ES 2.0 Programming Guide》
OpenGL ES 2.0编程指南,以及完整源码, 包含多平台.(OpenGL ES 2.0 Programming Guide)
- 2020-06-22 20:00:01下载
- 积分:1
-
VideoCapture
video capture for communication
- 2010-04-26 21:30:42下载
- 积分:1
-
用Matlab编写fft
在MATLAB下自编实现快速傅里叶分析,(Fast fft own procedures, faster than the system call fft slowe)
- 2020-06-23 09:00:02下载
- 积分:1
-
C# 使用互斥量禁止程序运行两个实例
C# 使用互斥量禁止程序运行两个实例,这个主要是根据开发的程序使用环境决定,有时候一个程序运行多个副本,会浪费系统资源造成不稳定,但有人说这样会让软件使用更方便,以下代码是不让程序运行多个实例副本,关键代码如下所示:
private void Form1_Load(object sender, EventArgs e)
{//使用互斥量禁止程序运行两个实例
bool bExist;
var MyMutex =new System.Threading.Mutex(true, "OnlyOneTime", out bExist);
if (bExist)
MyMutex.ReleaseMutex();
else
{
MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
this.Close();
}
}
- 2022-03-24 02:20:34下载
- 积分:1
-
AjaxAplicationInWebGIS
说明: Ajax技术在WebGIS中的应用,Ajax技术在WebGIS中的应用,Ajax技术在WebGIS中的应用,(Ajax technology in WebGIS application, Ajax technology in WebGIS application, Ajax technology in WebGIS application,)
- 2009-08-04 02:37:00下载
- 积分:1
-
ljcs
流水灯 能控制LED灯逐次闪烁,并能调控亮灭的时间 等(Water light can control the successive flashing LED lights, and can control the time of light off)
- 2011-08-05 19:05:32下载
- 积分:1
-
microdisk_FDTD_backup
FDTD Solutions 是一款三维麦克斯韦方程求解软件,可以分析紫外、可见、红外至太赫兹和微波频率段电磁波与具有亚波长典型尺寸复杂结构的相互作用。
FDTD Solutions 使得设计师能够从容地面对光子设计复杂的挑战问题。快速原型制造和高精度仿真大大降低对费用高昂的原型试验的依赖,因而可以对设计概念进行快速评价,进而缩短产品研发周期,降低费用。 FDTD Solutions 可以帮助你成功应对各种复杂的应用,从基础光子学研究,到目前工业界领先应用领域如成像、照明、生物光子学、光伏、以及众多其他应用。(FDTD Solutions is a three-dimensional software for solving Maxwell' s equations, we can analyze the ultraviolet, visible, infrared and microwave to terahertz frequencies of electromagnetic waves having a typical size of subwavelength interaction of complex structures. FDTD Solutions allows designers to calmly face the complex photonic design challenges. Rapid prototyping and simulation precision greatly reduce dependence on costly prototype testing, which can quickly uate design concepts, and thus shorten the product development cycle and reduce costs. FDTD Solutions can help you successfully deal with a variety of complex applications, leading application areas such as imaging, lighting, biophotonics, photovoltaics, and many other applications basic photonics research, the current industry.)
- 2016-03-20 17:40:02下载
- 积分:1
-
c JSON组/解包代码
C语言写的JSON源码包,实现组包,解包。
- 2023-09-04 07:05:04下载
- 积分:1
-
ARM_USB_Test
arm usb test stm32103
- 2019-05-24 04:59:45下载
- 积分:1
-
suanfa
匈牙利算法以及指派问题介绍,kM算法和匈牙利算法的程序代码(Hungarian algorithm and the assignment problem introduced, kM algorithm and the Hungarian algorithm code)
- 2011-09-10 09:42:39下载
- 积分:1