-
tower-of-Han
此为汉诺塔程序,汉诺塔层数为输入变量,其它不需要输入(This is the Tower of Hanoi program, Hanoi layers as input variables)
- 2014-09-16 10:02:25下载
- 积分:1
-
CV_CPP
这个版本的代码,基于无边缘活动轮廓,即chan-vese模型,此代码中包含了C++版本和matlab版本(This version of the code, based on active contours without edges, that chan-vese model, this code contains C++ version and matlab version)
- 2015-11-16 11:54:41下载
- 积分:1
-
jiaoc
一个初级程序文档,按照这个做,你很快就能摆脱菜鸟哦(A primary program documentation, according to this so quickly you can get rid of rookie Oh)
- 2010-06-09 23:06:11下载
- 积分:1
-
这是个关于DataGridView的Print类,不错!具有一定的学习价值!
这是个关于DataGridView的Print类,不错!具有一定的学习价值!-This is a DataGridView on the Print category, it is true! The study has certain value!
- 2023-04-08 10:50:04下载
- 积分:1
-
nrf24lo1发送
stm32系列连接nrf24lo1,可以用此代码进行发送,此代码发送的是abcd
- 2023-05-29 17:15:04下载
- 积分:1
-
VirCom
虚拟串口源码,可用于串口服务器转IP输出,实现不同接口数据的转发(
Virtual serial port source code, serial server to IP )
- 2020-11-21 18:29:36下载
- 积分: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
-
ConvertWGStoCarser
WGS 转换到Carser WGS 转换到Carser(ConvertWGStoCarser ConvertWGStoCarser ConvertWGStoCarser)
- 2013-03-20 10:18:35下载
- 积分:1
-
UngDungNgheNhac
Simple mucic application using API winnm.dll
- 2014-12-26 00:05:41下载
- 积分:1
-
I AM VERY BUSY
code for i am very busy
- 2019-04-11 23:29:13下载
- 积分:1