-
3 LED流水灯
简单的流水灯开发程序,包括流水的类型和电路连接等资料(Simple water lamp development program, including the type of water and circuit connection and other information.)
- 2018-05-06 12:53:45下载
- 积分:1
-
hpa48
HPA就是host protect area(HPA is the host protect area)
- 2007-09-17 09:10:12下载
- 积分:1
-
STM32F10xxx-ADC-example
一份stm32处理器上ADC应用编程的实际例子,附送一份详细pdf源代码说明,说明很清楚,参考价值很大(Stm32 a processor ADC practical examples of application programming, included a detailed pdf source code, note it is clear that a great reference value)
- 2008-12-09 21:35:08下载
- 积分:1
-
pin-lv-ji(0-99khz)
用msp430开发的频率计带1602显示,可测0——99Khz(Msp430 frequency meter with homemade with 1602 display
)
- 2012-08-02 11:45:28下载
- 积分:1
-
SPI+OLED显示屏用户资料
说明: oled程序,包含51,stm32。m430。arduio,等(OLED program, including 51, stm32. M430. Arduio, etc.)
- 2019-05-08 23:47:24下载
- 积分:1
-
启发式算法解决旅行商问题
用贪婪算法,模拟退火,禁忌搜索等启发式算法解决旅行商问题
- 2022-03-24 22:55:32下载
- 积分:1
-
C# 利用AND运算符进行查询
C# 利用AND运算符进行查询,查询外语成绩和高数成绩都大于80的学生信息。相关的SQL语句写法和自定义如下:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Grade WHERE 外语>80 AND 高数>80");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-29 10:55:04下载
- 积分:1
-
CisoCA_for_access
cisco CA for access
- 2010-04-20 17:49:25下载
- 积分:1
-
AIC23
基于TI DSP c672x的音频信号处理,音频编解码芯片采用AIC23,通过I2C对AIC23进行操作。(Based on TI DSP c672x audio signal processing, audio codec chip AIC23, AIC23 carried on through the I2C operation.)
- 2013-09-16 23:18:28下载
- 积分:1
-
FCFS
先来先服务(FCFS)调度:按先来后到次序服务,未作优化。(First come first serve (FCFS) scheduling: the order of service by first come first served, not for optimization.)
- 2012-01-01 13:48:29下载
- 积分:1