-
tftp_vxWorks
tftp在vxWorks上的实现(tftp on vxWorks realization)
- 2005-02-03 11:25:40下载
- 积分:1
-
vend
自动售货机,根据所要的东西,自动收费,并进行找零(Vending machine, according to what you want to automatically charge and conduct Keep the change)
- 2010-01-10 16:56:54下载
- 积分:1
-
柴油机
说明: 数据实时监测、数据实时采集、柴油机工作探测(Data real-time monitoring, data real-time acquisition, diesel engine working detection)
- 2020-06-22 16:20:44下载
- 积分: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 年龄 AS 信息 FROM tb_Student UNION SELECT 总分 FROM tb_grade UNION SELECT 课程编号 FROM tb_course 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-05-06 02:20:47下载
- 积分:1
-
C++实现音频功能
本程序是基于Visul C++开发环境下,通过C++语言编程实现的一个音乐播放器,带有读取目录功能。其中的编程技巧和知识,希望能帮到大家。
- 2022-02-27 01:58:48下载
- 积分:1
-
可以自动生成BCC校验码,经检验程序无错
可以自动生成BCC校验码,经检验程序无错-BCC check can be automatically generated code, error-free by the testing procedures
- 2023-06-20 18:00:03下载
- 积分:1
-
ReadTiff
visual c++ code to read a tiff file.
- 2011-06-18 19:05:31下载
- 积分:1
-
When it comes to mobility, location based services and applications take precede...
When it comes to mobility, location based services and applications take precedence today as the business world is rushing towards mobility to gain the associated business gains. On the technology front, Microsoft has already made its presence very strongly on all these technology areas.-When it comes to mobility, location based services and applications take precedence today as the business world is rushi Vi towards mobility to gain the associated busi ness gains. On the technology front, Microsoft has already made its presence very st rongly on all these technology areas.
- 2022-11-25 18:35:03下载
- 积分:1
-
Comunicacion via rs232 y manejo del dde
Comunicacion via rs232 y manejo del dde
- 2023-05-31 22:15:02下载
- 积分:1
-
DataStructures
这是学习c很好的资源啊,值得大家好好看一看的,大家多努力啊(This is a good resource to learn c ah, it is worth a good look at us, and we work hard ah)
- 2009-11-21 12:45:57下载
- 积分:1