-
uip
UIP功能的实现,具体的程序以及其他相关压缩包。(UIP function to achieve the specific procedure and other relevant cabinet.)
- 2009-01-07 10:26:02下载
- 积分:1
-
the-cirele
在以用鼠标键盘控制圆的运动的VC++工程程序!不错的源码(In the mouse and keyboard to control the movement of the circle of vc + + project program!)
- 2017-06-24 06:49:15下载
- 积分:1
-
GPIO
STM32 GPIO 设定方面的知识,适用于初学都者。
- 2011-12-09 10:02:59下载
- 积分:1
-
78576
设置驱动器的卷标,VC++精选编程学习源码,很好的参考资料。(Set the drive label, VC++ select learning programming source code, a good reference.)
- 2013-11-28 10:43:27下载
- 积分:1
-
校电赛-LED
蓝牙串口控制普通了的灯的各种模式,以stm32c8t6为核心(Bluetooth Serial Port Configuration)
- 2019-07-09 14:58:47下载
- 积分:1
-
C# SQL语句查询指定区间内的数据库内容
C# 查询数据库信息,具体到本例中,是查询第10到第20名的数据,这在平时的数据库运用中,十分实用,比如查询指定区间内的成绩、销售业绩等,将查询出的数据给予一定的等级,本程序查询到的数据将返回DataTable对象:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT TOP 10 * FROM (SELECT TOP 20 * FROM tb_Grade ORDER BY 总分 DESC) AS st ORDER BY 总分 ASC");
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-11-06 22:25:03下载
- 积分:1
-
Mini四轴飞行器原理图与源代码
四轴飞行器原理图与源代码,主控是用的STM32F103,无线遥控用的是Nrf2401,希望可以对你有所帮助
- 2023-07-24 23:45:21下载
- 积分:1
-
fre
ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。(ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a pointer type. In C, only apply when using the dynamic memory functions malloc calloc realloc application memory before you can use free to release it. After release no longer use.)
- 2016-05-11 22:15:22下载
- 积分:1
-
UDP_Port
c#监听指定端口的UDP信息,可灵活读取指定端口信息并分析。(c# UDP listen port specified information, the flexibility to read the specified port information and analysis.)
- 2013-08-15 20:57:12下载
- 积分:1
-
偶尔小工具(简单版)魔力超强外挂
魔力宝贝 私服辅助 偶尔小工具 自动战斗 高速战斗 脚本(moli sf software atuo fight)
- 2017-11-23 21:10:50下载
- 积分:1