-
timeconvert
实现Unix时间批量处理成北京时间,读取文件中的unix时间,处理后写到另一个文件中(Unix time convert to beijing time)
- 2014-03-14 21:15:07下载
- 积分:1
-
Desktop
说明: r61505w 的液晶数据手册,以及测试用的驱动程序(LCD Data Manual of r61505w and Driver for Testing)
- 2019-06-08 00:10:51下载
- 积分:1
-
CSharp-and-.net-base-lession
非常适合刚接触C#的同学学习,内容包含了C#基础,SQL(这部分很详细),ADO.NET,
Socket网络编程,HTML入门,WinForm基础,里面的知识点很详细,例子较多,对于
复习C#和MSsql很有帮助!(Very suitable for students new to learn C#, contains the C#-based, SQL (this part is very detailed), ADO.NET,
Socket network programming, HTML entry, WinForm base, which is very detailed knowledge points, more examples for
C# and MSsql review helpful!)
- 2014-01-29 01:04:36下载
- 积分:1
-
C# 利用聚合函数MIN求销售额、利润最少的商品
C# 利用聚合函数MIN求销售额、利润最少的商品,具体来说是查询利润最少的商品信息,查询销售额最少的商品信息,查询结果将绑定显示于DataGridView数据网格控件中。
下面以查询销售额最少的商品信息为例,帖出具体的代码实现:
private DataTable GetMoney()
{
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_Ware WHERE 销价 IN(SELECT MIN(销价) FROM tb_Ware)");
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-07-25 21:11:39下载
- 积分:1
-
vcDES
讲述des加密过程,实现了简易锝des加密算法(About the des encryption process to achieve a simple encryption algorithm technetium des)
- 2011-11-01 19:44:09下载
- 积分:1
-
rayinvr
用f语言编写的射线层析反演程序,里面有很详细的说明,应该很有用的。(X-ray tomographic inversion procedure using f language, which had a very detailed description, it should be very useful)
- 2020-12-07 15:59:20下载
- 积分:1
-
Figure-lamp
C51实现定时器中断法实现花样灯,用Proteus软件仿真,简单易懂(C51 realize timer interrupt method implementation pattern lamp, use Proteus simulation software, easy to understand)
- 2015-06-30 11:37:30下载
- 积分:1
-
GT1程序
GT1控制程序
lin通讯程序
串口控制程序
spi控制程序
ADC实例
DAC实例
- 2022-02-04 11:38:37下载
- 积分:1
-
article major information management system suited to the business website (or p...
文章信息管理系统主要适合企业网站(或个人网站)后台管理开发,对维护工作员要求会打字、简单懂HTML语言(推荐懂网站重构)。 系统原理:后台用多级多模块管理信息数据,自由开发方式建模。前台设计页面中用块的方式调用数据库,大大地提高了建站效率。-article major information management system suited to the business website (or personal website) background to the management and development of maintenance workers will be required typing, simple to understand HTML (recommended understand Reconstruction Site). Principle : background with multi-level multi-module management information, the development of free modeling approach. Prospects block design pages using the call database, greatly improve the efficiency of the establishment of the station.
- 2022-07-21 23:09:26下载
- 积分:1
-
nrf24lo1 接收
此源码可以接收nrf24lo1发送过来的数据包并进行解析
- 2022-10-12 05:05:03下载
- 积分:1