-
stm32--tsl256
使用stm32 驱动 tsl2561(光强传感器),根据外部光强的 变化,实时 打开关闭 led (To stm32 driven TSL2561 (light intensity sensors), according to the external light intensity changes, real open closed led)
- 2021-04-25 17:48:46下载
- 积分:1
-
stm32-esp8266
STM32F系列单片机驱动WIFI模块ESP8266的无线通讯原代码(stm32f- ESP8266 CODE)
- 2015-01-25 08:46:38下载
- 积分:1
-
用贪婪法的策论,用非递归实现背包问题的求解,并求出放如背包中的物品....
用贪婪法的策论,用非递归实现背包问题的求解,并求出放如背包中的物品.-greedy law with political discourse, the use of non- recursive Knapsack Problem Solving and sought release if the items backpack.
- 2022-08-17 10:59:42下载
- 积分:1
-
Aspose导入模板 编写word
应用背景应用于在长期对word进行编写固定模板,导入多张照片到word模板中的固定位置,自动绘制表格。关键技术
在word中使用录制宏命令的方式在C#开放的结构中找出相应的控制代码,用以对word做出更为细致的编辑,个人认为word开放给C#的编辑接口还是众多接口中相对完善和丰富的,所以使用这种方式进行编辑程序可以在最大程度上完成对格式和内容上的编辑。
- 2022-01-30 16:04:50下载
- 积分:1
-
media-autobuild_suite-master
说明: ti-nspire mod for ndless
- 2019-04-01 21:30:31下载
- 积分:1
-
MFCpenView
说明: 类似画图工具的画笔实现,使用c/c++语言进行编写(The realization of brush similar to drawing tool, written in C / C + + language)
- 2020-05-02 16:30:42下载
- 积分:1
-
12
说明: 一篇讲解关于matlab与vc混合编程的问题。其中的讲解是通过实例来讲的(Matlab with a brief on the problem of mixed programming vc. Which is explained through examples of)
- 2009-06-10 16:52:23下载
- 积分:1
-
789
视频的源代码,初学者可以参考,很有启发的。祝大家学c#快提高(Video of the source code, can refer to for beginners, very inspired. I wish you all learn c# Soon improve)
- 2008-08-17 11:26:06下载
- 积分:1
-
jciap
说明: Realize image watermarking, de-noising, plus noise and other functions, Including Deng's correlation, absolute correlation, correlation of slope, improved absolute correlation, D-S evidence theory data fusion.
- 2017-08-13 19:21:33下载
- 积分:1
-
C# 利用“[^]”通配符进行查询
C# 利用“[^]”通配符进行查询
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_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-03-20 15:58:24下载
- 积分:1