-
VC_and_MATLAB_Map1
基于VC_和MATLAB混合编程绘制三维图形(VC_ and MATLAB mixed programming based on three-dimensional graphics rendering)
- 2013-09-04 10:37:35下载
- 积分:1
-
用c#写的一个单机版的通信薄
用c#写的一个单机版的通信薄-used to write a single version of the communications thin
- 2022-06-15 07:05:55下载
- 积分:1
-
CandyMachine
this is a candy machine simulator
- 2013-12-19 10:48:11下载
- 积分:1
-
LCD1602液晶芯片的显示DS1302时钟
运用51系列单片机AT89C51芯片,进行编程,运用Keil软件C编程语言编写的LCD1602液晶芯片的显示DS1302时钟芯片获取的时间编程文件。
- 2022-01-26 06:05:38下载
- 积分:1
-
C# 写入并读取内存流
C# 写入并读取内存流,演示一些基本的内存流操作方法,编写以下代码可实现这些功能:
byte[] BContent = Encoding.Default.GetBytes(textBox1.Text);
MemoryStream MStream = new MemoryStream(100);
MStream.Write(BContent, 0, BContent.Length);
richTextBox1.Text = "分配给该流的字节数:" + MStream.Capacity.ToString() + "
流长度:"
+ MStream.Length.ToString() + "
流的当前位置:" + MStream.Position.ToString();
MStream.Seek(0, SeekOrigin.Begin);
byte[] byteArray = new byte[MStream.Length];
int count = MStream.Read(byteArray,0,(int)MStream.Length-1);
while (count < MStream.Length)
{
byteArray[count++] = Convert.ToByte(MStream.ReadByte());
}
char[] charArray = new char[Encoding.Default.GetCharCount(byteArray, 0, count)];
Encoding.Default.GetChars(byteArray, 0, count, charArray, 0);
for (int i = 0; i < charArray.Length; i++)
{
richTextBox2.Text += charArray[i].ToString();
}
- 2022-03-11 09:55:00下载
- 积分:1
-
基于stm32的 ESP8266wifi历程
基于stm32的wifi模块历程,简单实用,内附完整代码,及ESP8266使用说明
- 2022-09-26 21:00:05下载
- 积分:1
-
3.21
ARM7调试程序。ADS编译LPC2294(ARm7 Ads)
- 2011-05-22 14:37:09下载
- 积分:1
-
tema01
simple code for managament of turbinas
- 2011-10-10 21:30:21下载
- 积分:1
-
安富莱_STM32-V4开发板_μCOS-III教程(V0.1a)
目前关于ucosIII教程比较少,此教程比较详细的列出了UCOS开发过程,开发手册必备,(At present, there are relatively few ucosIII tutorials. This tutorial gives a detailed list of the UCOS development process.)
- 2018-05-08 16:46:52下载
- 积分:1
-
802_11a_OFDM_MATLAB
说明: 根据802.11a协议规范实现的OFDM matlab仿真代码(Achieved under the 802.11a protocol specification OFDM matlab simulation code)
- 2010-05-02 20:01:58下载
- 积分:1