-
wirelees
说明: 该源代码是NS2中有关无线网络部分的实现,其模拟了50个移动节点之间的无线通信(The source code is part of NS2 in the implementation of wireless networks, the simulation of 50 mobile nodes in wireless communication between)
- 2010-04-22 11:57:49下载
- 积分:1
-
slac015t
msp430例程,对初学者有用,有好多例程;(Msp430 routines, useful for beginners, there are many routines;)
- 2017-09-05 12:38:08下载
- 积分:1
-
29-液晶显示中英文
说明: STM32F103VET6用LCD画坐标轴(Drawing coordinate axes with LCD in STM32F103VET6)
- 2020-06-18 01:20:01下载
- 积分:1
-
swTsfTKC
说明: Code in C what need swTsfTKC
- 2019-03-06 05:28:43下载
- 积分:1
-
sort.cpp
说明: 可以演示目前流行的7种排序算法,同时设计了初始化界面,以及部分选项,未设计界面(It can demonstrate seven popular sorting algorithms, and design the initialization interface, as well as some options)
- 2020-12-27 10:17:04下载
- 积分:1
-
c出学tms320c6455 一些常用的外设,及库文件
包括vcp2,tsc,timer,edma,emifa,gpio,pll,srio,hpi
- 2022-07-19 14:34:27下载
- 积分:1
-
排列数组 C++
这是排列数组在 c + + 中基本的源代码。欢迎下载,试用。谢谢您的支持 !
- 2023-02-01 21:40:04下载
- 积分:1
-
MMIMO-OFDM_SiI
MIMO-OFDM仿真程序,包含完整的信道仿真程序,信道估计程序(MIMO-OFDM simulation program, include the full channel simulation program, the channel estimation procedure)
- 2012-07-16 17:24:37下载
- 积分:1
-
mini2440_linux
linux移植到ARM平台(三星2440)的详细步骤,包括bootloader,uboot的移植和编译,开发环境的搭建和配置,非常详细,这个为2010年最新的版本(linux ported to ARM platform (Samsung 2440) for detailed steps, including the bootloader, uboot transplant and build, build and configure the development environment is very detailed, this latest version for 2010)
- 2010-11-25 09:41:49下载
- 积分:1
-
数据库新建加载
SQLDMO.Application SQLServer = new SQLDMO.Application();
SQLDMO.NameList strServerList = SQLServer.ListAvailableSQLServers();
if (strServerList.Count > 0)
{
for (int i = 0; i < strServerList.Count; i++)
{
toolStripTextBox1.Items.Add(strServerList.Item(i + 1));
}
}
&nbs
- 2023-02-05 04:25:03下载
- 积分:1