- 
                        RLC测量仪
                        
                          设计硬件电路完成R、L、C参数的同时测量,测量精度高、速度快,产品工作稳定。程序给出PWM输入捕获配置流程和参数要求,根据测量AD值和相应软件校正算法进行校正,最终可实现R、L、C同时测量的RLC测量仪。采用STM32F103单片机和MDK进行开发。                         
                            - 2022-03-16 16:08:19下载
- 积分:1
 
- 
                        bdg库是一套C++实用程序,用于简化现代调试惯用语。它能很好地和标准库用法混合,提供了权限和一个基于流的综合登陆设备。它可以自定制,具有灵活性...
                        
                          bdg库是一套C++实用程序,用于简化现代调试惯用语。它能很好地和标准库用法混合,提供了权限和一个基于流的综合登陆设备。它可以自定制,具有灵活性-symbols library is a set of C++ practical procedures for simplifying the debugging of modern idioms. It is a good standard and the use of mixed competence and provides a stream-based integrated landing equipment. It can be customized, flexibility                         
                            - 2022-07-11 19:19:30下载
- 积分:1
 
- 
                        INTX DLL
                        
                          IntX dll
from rsa algorithm
work with very large numbers                         
                            - 2022-02-01 14:31:43下载
- 积分:1
 
- 
                        C# 进度条、状态栏和计时器的实例
                        
                          C# 进度条、状态栏和计时器的实例,这个例子的部分功能需要连接数据库才可看到,窗体上可看到进度条、时间等控件的效果,相关代码可看下边的代码,可起一定参考:
  myAdapter.Fill(myDs, "dtMyProd");
  myConn.Close();
  //为数据表生成主键
  DataColumn[] myPK = new DataColumn[1];
  myPK[0] = myDs.Tables["dtMyProd"].Columns["ProductId"];
  myDs.Tables["dtMyProd"].PrimaryKey = myPK;
  DataRow thisRow = myDs.Tables["dtMyProd"].Rows[1];
  txtPId.Text = "" + thisRow["ProductId"];
  txtPName.Text = (String)thisRow["ProductName"];
  txtUnitPrice.Text = "$" + thisRow["UnitPrice"];
  statusBar1.Text ="数据库加载完毕";
  时间处理方面,请参见以下代码:
  string TimeInString="";
  int hour=DateTime.Now.Hour;
  int min=DateTime.Now.Minute;
  int sec=DateTime.Now.Second;
  TimeInString=(hour < 10)?"0" + hour.ToString() :hour.ToString();
  TimeInString+=":" + ((min                         
                            - 2022-04-17 01:40:32下载
- 积分:1
 
- 
                        VC_find_drive_letter_add_code_CListBox
                        
                          VC编程实现查找盘符并添加到CListBox代码VC programming to find the drive letter and add to the code CListBox
(VC programming to find the drive letter and add to the code CListBox
)                         
                            - 2010-09-08 14:31:43下载
- 积分:1
 
- 
                        DCMSC_EMC
                        
                          220VAC的EMC滤波电路,加220AC转12VDC(220VAC EMC filter circuit, plus 220AC to 12VDC)                         
                            - 2020-09-10 19:08:00下载
- 积分:1
 
- 
                        CSharp编写的mp3播放器,可以播放音乐
                        
                          CSharp编写的mp3播放器,可以播放音乐-CSharp prepared mp3 player, can play music                         
                            - 2022-04-20 15:03:04下载
- 积分:1
 
- 
                        nokia_5110
                        
                          关于nokia5110的使用程序,本人在实验室亲自做的,保证正确!(Nokia5110 use the program in the laboratory, I personally do to ensure that correct!)                         
                            - 2013-04-17 16:02:02下载
- 积分:1
 
- 
                        RTD2120-.GFF-FILES
                        
                          RTD2120.rar programing GFF files                         
                            - 2013-07-30 20:58:35下载
- 积分:1
 
- 
                        Taxi
                        
                          C++ taxi management system                         
                            - 2014-08-25 17:07:11下载
- 积分:1