-
SystemC_From the Ground Up 2nd
SYSTEM C from the ground up 2nd
- 2020-06-19 06:00:01下载
- 积分:1
-
二叉树的基本操作
二叉树的基本操作,比较实用。
- 2022-10-03 15:00:03下载
- 积分:1
-
MatrixMul_ShareMem
CUDA平行的優化,以矩陣乘法為基礎。透過ShareMemory做加速(CUDA ShareMem)
- 2013-09-07 01:08:29下载
- 积分:1
-
functionguotao
演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。(Evolutionary Computation is based on the then new search algorithm its technical model derived from natural evolution. Here)
- 2008-04-30 23:55:32下载
- 积分:1
-
C# 创建反射(控制台程序)
C# 创建反射的一个例子,是一个控制台程序,运行时,请先运行cmd命令,打开命令提示符控制台,然后此Debug中的exe文件拖放至cmd窗口中,按下回画键,即可看到创建反射的过程,基于以下代码来实现:
Console.WriteLine ("
Reflection.MemberInfo");
// 取得 Type 和 MemberInfo.
Type MyType =Type.GetType("System.IO.File");
MemberInfo[] Mymemberinfoarray = MyType.GetMembers();
// 取得并显示 DeclaringType 方法
Console.WriteLine("
有 {0} 个成员在 {1} 中.",
Mymemberinfoarray.Length, MyType.FullName);
Console.WriteLine("{0}.", MyType.FullName);
if (MyType.IsPublic)
{
Console.WriteLine("{0} 是共有的(public).", MyType.FullName);
}
- 2022-05-22 18:36:15下载
- 积分:1
-
dos
another progaram that has been in matlab
- 2013-07-11 09:36:50下载
- 积分:1
-
GPIO_LED
LPC1114单片机流水灯程序,需要P2.8到P2.11外接四个LED灯。(LPC1114single-chip light water program)
- 2021-03-14 19:19:23下载
- 积分:1
-
fdjf
关于哈弗曼编码器译码器的高级语言实现的源代码及报告(sdrfejwirfheuifhewuifhgewi)
- 2010-01-08 10:31:59下载
- 积分:1
-
example2
实例 如何根据窗体大小排列控件 (Examples of how the order form the size of control)
- 2009-05-24 11:45:50下载
- 积分:1
-
PermissiveResearch-master
实现一个本地搜索引擎(作者语:search engine),允许容错搜索,也就是搜索结果不需要和搜索的关键字完全精准匹配。比如,搜索”eric wang“,搜索结果可以包括Erica Watts等等。搜索效率十分高,并且支持CoreData数据搜索。可以很方便修改搜索算法或者替换成自定义的搜索算法。
- 2013-12-09 13:58:16下载
- 积分:1