-
sorcecode
c++程序设计书(Liang)(全)中源码包括所有例题源码(the sorce code of c++ programming)
- 2010-06-23 21:02:42下载
- 积分:1
-
MK60_port
说明: 基于IAR开发环境,野火GPIO 配置文件,包含C和H文件(Based on the IAR development environment, wildfire GPIO configuration file, including C and H files)
- 2020-06-16 21:20:02下载
- 积分:1
-
chuankou
AVR单片机的串口传输,实现两个单片机通过串口传输简单信息(AVR microcontroller' s serial port transmission, to achieve two simple microcontroller through the serial port information)
- 2010-10-31 17:49:14下载
- 积分:1
-
lattice_processor
C++ 实现格公钥密码, 包括LWE困难问题。(implementation of lattice public key cryptography)
- 2017-09-20 11:01:24下载
- 积分:1
-
GA-FCM
遗传算法与FCM算法相结合实现图像分割,分割精度较好,速度较快(A combination of genetic algorithm and FCM algorithm to achieve image segmentation, segmentation accuracy is better, faster)
- 2012-06-05 09:06:01下载
- 积分:1
-
punnai_v80
BP neural network function fitting and pattern recognition, Convolution operation is intended to signal and image rendering, Including regression analysis and probability and statistics.
- 2017-07-07 13:11:20下载
- 积分:1
-
所有模块资料
说明: msp430各模块程序,基于一些外设的程序模块例程(MSP430 module program, based on some peripheral program module routines)
- 2020-06-25 09:20:02下载
- 积分:1
-
1跑马灯库函数
说明: Stm32F103C8T6的跑马灯库函数版(Stm32F103C8T6 Running lantern library function Edition)
- 2020-07-03 15:32:47下载
- 积分: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
-
ZhaoEtal07JSAC-Matlab
说明: 最优化理论 认知无线电 功率控制方面的资料,写得很详细。( Probability-based optimization of inter-sensing duration and power control in cognitive radio
)
- 2011-02-20 21:17:44下载
- 积分:1