-
OBD2UART
Arduino Library for Freematics OBD-II UART Adapter
Distributed under BSD License
- 2018-02-19 22:25:40下载
- 积分:1
-
c#图片处理小程序
对于图片的处理,模糊,弧度,滤波,二值化等
- 2023-05-17 16:50:03下载
- 积分:1
-
libuavcan协议的封装
libuavcan协议的封装,基于socketcan的封装,github上下载的,有用的看一下吧
- 2022-03-03 08:11:07下载
- 积分:1
-
C# 创建SQL RAND()随机数查询数据库
C# 随机读取数据库中几条记录,使用了SQL语句中的RAND()来实现随机查询,根据生成的随机数查询记录,最终将查询的数据返回到DataTable对象中显示出来,实现本随机查询的核心代码如下示:
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 WHERE 学生编号=22050110+FLOOR(RAND()*10)");//创建了随机查询
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-22 05:10:03下载
- 积分:1
-
QQcencut
类似QQ截的截图源码,实现的很不错,思路也很清晰,适合自己去TRY TRY(QQ screenshot similar cut-off source, to achieve a very good idea is also very clear and suitable for its own TRY TRY)
- 2008-08-11 18:10:48下载
- 积分:1
-
4734264C_chengxuyuan
c程序员书籍,讲解了c语言要注意的很多细节,在此推荐(c language programming books, with detail of programming )
- 2011-07-09 16:46:42下载
- 积分:1
-
mfc_visualization_1_6_src
说明: PCL+ MFC+ Visualization 点云显示(PCL+ MFC+ Visualization)
- 2020-03-09 14:40:54下载
- 积分:1
-
Even_and_O1945021112005
this is a fairly simple code that determines whether the integer you will enter is odd or even. Based on your choices by the questions asked by the program, the ouput background and foreground will change. and one thing: please don t enter such numbers as 0987 or .983 as they are not integers!
- 2009-11-08 13:59:31下载
- 积分:1
-
MageManaBar
法师的魔法棒游戏,精选ios编程学习源码,很好的参考资料。(Master of magic wand selection game, learning IOS programming source code, a good reference.)
- 2013-12-16 17:18:03下载
- 积分:1
-
基因表达式实验编程平台
c# 平台建立的基因表达式平台编程系统,需要准备一些数据文件,在样例中有(Gene Expression Platform Programming System Based on c# Platform)
- 2020-12-11 10:59:18下载
- 积分:1