-
sleeptest
WINDOWS 下延时函数Sleep()以及for循环的测试程序, 死循环会使WINDOWS死机?怕是许多老程序员都未必知道.(Under WINDOWS delay function Sleep (), as well as for the cycle of testing procedures, will WINDOWS cycle crash death? Fear is that many programmers are not aware of the old.)
- 2009-05-23 10:35:33下载
- 积分:1
-
txt
适合卫星通信本科学生借鉴。主要为卫星转发器仿真设计。可以实现上下变频,非线性放大器实现和卫星转发器实现。(Satellite transponder Simulation Design。Achieve Frequency conversion)
- 2014-01-24 19:37:06下载
- 积分:1
-
array
说明: 字符数组的建立与基本用法简单的介绍与演示(array)
- 2010-04-06 09:21:19下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
Simulating-a-channels-in-Matlab
new chnnel simulation
- 2012-05-29 17:42:37下载
- 积分:1
-
w54
dick wempdick wempdick wempdick wemp
- 2014-08-20 09:44:26下载
- 积分:1
-
shiyanbaogaoxindetihui
我也不是特别清楚,应该是手写数字识别的matlab程序(I do not particularly clear)
- 2013-03-10 18:00:12下载
- 积分:1
-
opencv_src
for camera calibration
- 2009-02-24 19:37:53下载
- 积分:1
-
MeshfreeVIE
该论文介绍了电磁场积分方程的无网格数值计算方法,传统的体积分数值计算都需要进行网格剖分,网格剖分的好坏直接影响着数值计算的速度和精度,很多精细结构很难用网格来模拟,无网格技术可以很好地解决此类问题!(This paper describes the meshless numerical method electromagnetic integral equations, numerical integration of traditional body calculations require meshing, meshing a direct impact on the speed and accuracy of numerical calculation, many very fine structure difficult to simulate with the grid, no grid can solve this problem!)
- 2014-12-18 15:23:31下载
- 积分:1
-
matlabWindowInForm
将matlab图形嵌入到C#窗口,源文件有注释(Matlab graphics will be embedded into C# Window, the source file has the Notes)
- 2008-07-15 18:30:29下载
- 积分:1