-
CLedButton_src
指示灯按钮( Indicating lamp button )
- 2021-04-15 20:58:54下载
- 积分:1
-
step
这是一个描述步进电机细分算法很好的例子,大家可以下下来看看。(This is a stepper motor subdivision algorithm described a good example, we can look at the next down.)
- 2010-08-15 13:07:16下载
- 积分:1
-
C_Easy_Ref
Easy C reference for C beginner
- 2010-10-23 13:50:46下载
- 积分:1
-
基于模糊逻辑的 AODV milicious 节点检测
基于模糊逻辑的 AODV milicious 节点检测
- 2022-03-30 20:29:08下载
- 积分:1
-
ATT7022E_STM32
基于STM32的电量计量芯片ATT7022E的程序,实现基本测量功能。未实现校准表功能(The program of STM32 based on ATT7022E, to realize the function of basic measurement. Self Calibration function is not implemented)
- 2015-10-23 14:29:55下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
SerialConsoleProgramBasedOnLPC1768-
基于LPC1768的串口控制台程序,使用的是宝马1768开发板。需要外接:串口、lcd1602;需要开发板模块:串口、A/D转换、五向键、I2C、rtc、定时器、内置512kE2PROM、GPIO。已完成测试,开机需输入密码:012345;可使用 , 或 . 键上下切换输入过的命令。可设置、显示时间日期及闹钟,可更改密码。个人开发,引用需注明CJ right.(This project is a serial console program based on LPC1768 ARM chip , its use of Baoma 1768 development board. Need external: serial port, LCD1602 module the need of develop board module: serial port, A/D conversion, joystick , I2C, RTC, timer, built-in 512k E2PROM, GPIO. Has completed the test, the boot need to enter the password at the first: 012345 can use the key of , or . to up and down switching input over the command. Can set, display the time date and alarm clock, can change the password.Personal development, please respect the copyright.)
- 2016-01-22 16:02:31下载
- 积分:1
-
c#编的,实现文件拖放,一个简单的小工具
c#编的,实现文件拖放,一个简单的小工具-Implementation file drag and drop
- 2022-01-25 18:53:21下载
- 积分:1
-
简单的小程序
用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多,我需要更多的资金,我需要更多的学习
- 2022-06-20 08:06:41下载
- 积分:1
-
GA---matlab
通过matlab来实现遗传算法,利用遗传算法程序和遗传算法工具箱来实现该功能,具体应用效果很好(Matlab achieved through the genetic algorithm, the procedure using the genetic algorithm and genetic algorithm toolbox to achieve the function of specific application of effective)
- 2009-04-11 15:41:28下载
- 积分:1