-
TMS320F28035中文数据手册-2013版
TMS320F28035的中文寄存器数据手册,对于寄存器功能查找非常方便,希望能大家共同学习分享。(date sheet of TMS320F28035,use it very good.)
- 2020-08-31 11:18:10下载
- 积分:1
-
MATLABCSharp
MATLAB C# Book. This book is a great tutorial for C# programmers who use MATLAB to develop applications and solutions(MATLAB C# Book. This book is a great tutoria l for C# programmers who use MATLAB to develop ap plications and solutions)
- 2007-03-29 18:42:50下载
- 积分: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
-
Catalogtreeview-and-listview
treeview遍历磁盘,查询磁盘的文件夹和文件,点击文件夹,可在listview里面显示出文件夹内的文件和文件夹(Treeview traversal disks, folders and files, query disk click folder, can display the folder of files and folders in listview.)
- 2013-10-18 15:05:30下载
- 积分:1
-
基于单片机的智能计算机
普中单片机的16位按键,计算8位数的加减乘除;
一般是大一的学生需要,拿去不谢。
- 2022-05-22 04:52:17下载
- 积分:1
-
secured_steganography-master
I found this code internet and i try this code. maybe you can try
- 2015-01-09 15:26:21下载
- 积分:1
-
matlab
基于matalab的信道自适应均衡技术研究(Matalab based channel adaptive equalization technology research)
- 2013-08-28 21:56:05下载
- 积分:1
-
K-means文本聚类系列
实现通用的文本预处理模块。所谓文本预处理包括分词-》去除停用词=》建立词袋子模型=》特征词选择=》建立文档向量模型(VSM)模型。最后将测试文本的VSM模型写成weka所要求的数据格式arff数据格式。我所强调的是提供一个 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-27 09:35:04下载
- 积分:1
-
TesMessage2
说明: 遗传算法求解车辆路径问题,采用C#编写,计算结果以及计算结果的可视化显示(The genetic algorithm is used to solve the vehicle routing problem, which is compiled by C#, and the results are visualized.)
- 2020-06-25 20:40:01下载
- 积分:1
-
5
说明: 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。编译:命令行模式下,切换到代码所在目录,输入make后回车即可。(The file integrity testing program based on MD5 contains 4 files: md5.h, md5.cpp, test.cpp, nankai.txt. Compile: In the command line mode, switch to the directory where the code is located, enter make, and press Enter.)
- 2020-06-22 10:17:11下载
- 积分:1