-
判断手机号码是否吉凶的小东西
判断手机号码是否吉凶的小东西-judge whether the phone numbers of small things good and bad.
- 2022-02-03 20:43:54下载
- 积分:1
-
关于遗传算法优化BP网络的 ,感觉没什么用
关于遗传算法优化BP网络的 ,感觉没什么用-on genetic algorithm optimization BP Network, feeling useless
- 2022-05-30 06:31:34下载
- 积分:1
-
大学人事管理系统 大学人事管理系统
大学人事管理系统 大学人事管理系统-University of the University System of Personnel Management Personnel Management System University Personnel Management System
- 2022-08-19 16:01:19下载
- 积分:1
-
Example 3 project for AVR8515 on C for IAR
Example 3 project for AVR8515 on C for IAR
- 2022-08-19 03:29:54下载
- 积分:1
-
VS2008写的恶搞程序,打开后仿蓝屏,像死机了一样,鼠标键盘常用键不可用,源码爱好者在测试时就不得不重启了电脑,本来可以抓到图的,但抓到图后电脑就要重启,因此...
VS2008写的恶搞程序,打开后仿蓝屏,像死机了一样,鼠标键盘常用键不可用,源码爱好者在测试时就不得不重启了电脑,本来可以抓到图的,但抓到图后电脑就要重启,因此各位要小心了,学习一下原理是可以的,不要拿它来伤人,很不礼貌的……
友情提示:请小心测试,后果自负…… -恶搞procedures written in VS2008, open the blue screen after the fake, like a crash, as commonly used keyboard mouse button is not available, source enthusiasts in the test will have to restart the computer, the map could have been caught, but caught diagram is necessary to restart the computer, so you must take care to learn about the principle that it can, and do not hurt it to come, it is impolite friendship of ... ... NOTE: Please be careful testing, the consequences of your own ... ...
- 2022-08-10 16:17:19下载
- 积分:1
-
使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程...
使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The program will show you how to approach the packaging machine type framework, so that you can not use/clr and in any C/MFC applications using them. In our test cases, in a DLL packaging.NET framework of Regex class, and to achieve the use of three types of MFC packaging procedures. You can use RegexWrap.dll in their C/MFC application is added to the regular expression support, or used ManWrap tools to package their favorite framework category.
- 2022-01-26 03:09:24下载
- 积分:1
-
A specific version of a quicksorter which can be used to test for efficiveness o...
A specific version of a quicksorter which can be used to test for efficiveness of different sorts
- 2023-03-09 00:05:03下载
- 积分:1
-
改变byteblasterii SCH
altera byteblasterII sch
- 2022-01-25 16:22:37下载
- 积分:1
-
对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。...
对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。-right of a comprehensive overview of sexual documents, Linux kernel can be used as the entry guide, but in Chinese.
- 2022-02-14 09:22:10下载
- 积分:1
-
功能getmu(亩= R,信噪比,H,P,M)
function mu=getmu(r,snr,H,p,M)
eigen=eig(H*H )
temp2=0
for i=1:r-p+1
temp1=1/eigen(i)
temp2=temp2+temp1
temp1=0
end
if r-p+1~=0
mu=(M/(r-p+1))*(1+(1/snr)*temp2)
else
mu=0
end -matlab mimo
- 2022-03-20 12:47:15下载
- 积分:1