-
GDP
把名为GDP的文件中的各项内容提取出来,即读字符,然后在屏幕上整齐排列输出(The GDP of the file name of the content is extracted, that is, reading characters, and then neatly arranged on the screen output)
- 2010-05-15 18:10:16下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
csjjl
根据推导的公式仿真中重LFM信号的回波及处理过程,单个脉冲的回波(距离模糊情况下)为一行向量,
本程序专门用于对比不同处理情况下的积累效果(Long accumulation of compensation)
- 2013-08-05 23:25:39下载
- 积分:1
-
workshare
一个最佳任务分配方案求解的小程序,里面有输入输出样例。(An optimal allocation scheme for solving the task of small procedures, there are input and output sample.)
- 2016-05-08 12:58:05下载
- 积分:1
-
http_proxy
说明: 代理服务器进行流量的代理访问
代理服务器进行流量的代理访问(Proxy server for proxy access to traffic
Proxy server for proxy access to traffic)
- 2020-12-18 22:59:10下载
- 积分:1
-
CH452-code
routines of CH452, you can use these functions in your c51 project.
- 2011-07-25 17:07:28下载
- 积分:1
-
STM32HAL串口代码
STM32 HAL串口代码
- 2022-08-20 04:43:36下载
- 积分:1
-
MDP_EURUSD_1.1.1
Million Dollar Pips(简称:MDP)是由国外一名叫William Morrison的软件工程师所开发的外汇智能交易软件(简称:EA),该软件在2011年5月份面市,即获得了许多外汇交易者的喜欢。Million Dollar Pips是一个是典型的剥头皮类型EA,在1分钟的时间框架上通过检测汇市价格的波动和智能追踪技术进行快速交易,并以很小止损而获得较大的利润。Million Dollar Pips与其他传统剥头皮EA最大的区别在于:甚小的止损区间设定,一般止损3、5点.(Million Dollar Pips (referred to as: MDP) is the development of foreign exchange from abroad, a software engineer named William Morrison s intelligent trading software (referred to as: EA), the software available in May 2011 that many currency traders like. Million Dollar Pips is a typical type of scalping EA, on the one minute time frame tracking technology for rapid detection of currency price fluctuations and smart transaction, and stop loss is very small and larger profits.Million Dollar Pips, and other traditional scalping EA, the biggest difference is: a very small stop range settings, general stop loss 3,5.)
- 2012-02-09 19:36:01下载
- 积分:1
-
人脸识别系统设计—毕业设计
说明: 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料(this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information)
- 2005-11-10 23:36:52下载
- 积分:1
-
HC08蓝牙模块基本程序
说明: 基于STM32的HC-08蓝牙模块功能,已通过编译,可以直接下载运行。(The HC-08 Bluetooth module function based on STM32 has been compiled and can be downloaded and run directly.)
- 2021-05-13 18:30:03下载
- 积分:1