- 
                        3
                        
                          说明:  stm32做的 mti陀螺仪的读数及运用程序 mdk的环境 红牛的板子(stm32 do mti gyro readings and use program environment mdk Red Bull board)                         
                            - 2020-11-27 15:49:32下载
- 积分:1
 
- 
                        cell
                        
                          原包机,模拟细胞的生长,分裂,和死亡,设定了几种不同的环境影响(The original charter, analog cell growth, division, and death)                         
                            - 2020-07-08 16:38:56下载
- 积分: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
 
- 
                        Lesson20
                        
                          采用openGL编译程序,绘制了图形与背景反方向移动的图像(Using the the openGL compiler, draw the image of the graphics and background move in opposite directions)                         
                            - 2012-06-20 16:43:20下载
- 积分:1
 
- 
                        CtrlChannelInfo
                        
                          GNSS接收机通道信息显示控件,用于.NetFramework窗体程序开发,可显示通道捕获、跟踪状态、环路锁定情况、载噪比、卫星号等信息。(GNSS receiver channel information display controls,.NetFramework form for program development, can display the channel capture, tracking state, loop lock, carrier to noise ratio, satellite number and other information.)                         
                            - 2014-09-20 00:16:15下载
- 积分:1
 
- 
                        SSIS WINDOWS服务编程方式运行
                        
                          以windows服务的方式承载ssis包的运行。解决方案包括三个子工程,SSISServiceLibrary:加载ssis包的wcf服务库程序;WS_SSIS:加载ssis包的windows服务;WindowsService1:windows服务测试程序;RunFromClientAppCS:调用客户端。                         
                            - 2022-02-04 22:57:16下载
- 积分:1
 
- 
                        dcCalculate
                        
                          Dynamic calculation formula, the string into the corresponding formula, dynamic compilation and calculate the results                         
                            - 2015-01-23 08:05:53下载
- 积分:1
 
- 
                        以太网STM32F107_ETH_LCD(神舟IV号)TFTP文件传输V1.1
                        
                          【实例简介】以太网STM32F107_ETH_LCD(神舟IV号)TFTP文件传输V1.1                         
                            - 2021-09-08 00:31:11下载
- 积分:1
 
- 
                        mfc常见问题集
                        
                          mfc的常见问题集(mfc Frequently Asked Questions)                         
                            - 2004-09-03 20:49:45下载
- 积分:1
 
- 
                        ColorProcess121
                        
                          可以过滤颜色进行图形变化的 ,。(can filter changes color graphics,.)                         
                            - 2007-05-16 17:17:59下载
- 积分:1