-
1
说明: 这是关于课程学习的资源,实现的是找到最大公约数(this is about the C++study)
- 2020-11-02 23:46:18下载
- 积分:1
-
swrc070c
chipcon所设计ZigBee定位引擎测试程式,for cc2431。(ZigBee is designed chipcon location engine test program, for cc2431.)
- 2009-07-02 01:40:29下载
- 积分: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
-
kernel_debugging_tutorial
windbg的使用文档.目前而言,本人认为是最全面的文档了(use of windbg documentation. now, I think is the most comprehensive documentation of the)
- 2007-09-05 15:09:12下载
- 积分:1
-
SPP
标准单点定位,利用观测文件和导航文件进行标准单点定位(Standard single point positioning, the use of observation and navigation files document standard single point positioning)
- 2014-10-26 22:20:59下载
- 积分:1
-
DFMirageInst
说明: DFMirage镜像驱动的二进制安装包,可以进行后台安装和卸载;通过这个镜像驱动可以提供截屏的效率(The binary installation package of DFMirage image driver can be installed and uninstalled in the background; the efficiency of screenshots can be provided by this image driver.)
- 2020-06-16 13:20:02下载
- 积分:1
-
链表
二叉树是特殊的一类树, 一个限制搜索节点到2 个以上的子节点。二叉搜索树,即 BST
- 2022-06-15 20:23:38下载
- 积分:1
-
OpenSSL IOCP
OpenSSL IOCP, 用于服务端和客户端数据加密发送及接收
- 2023-01-10 17:20:06下载
- 积分:1
-
brkgaAPI-src.tar
source code for brkga api in c++ language
- 2017-09-20 00:52:14下载
- 积分:1
-
BH1750
BH1750+1602 STC89C52程序(BH1750+1602 STC89C52)
- 2020-06-29 20:20:02下载
- 积分:1