-
BigNumeberOperator
这是高精度大数运算的源码,对于大于64位的整形数字的四则运算,是万能的啊……(This is the code of big number s operator.)
- 2011-08-09 15:25:09下载
- 积分:1
-
ucos2
文件夹里是UC/OS一个的文档,内容挺全面的,对于使用UC/OS的新人是一份不错的入门资料(Folder is the UC/OS a document, content very comprehensive, for the use of UC/OS of the new is a good introductory information on)
- 2008-03-18 09:56:52下载
- 积分:1
-
niudunMATLAB
牛顿插值的matlab实现,程序简单易懂,而且易于交流(Newton interpolation matlab achieve, procedures simple and easy to exchange)
- 2008-06-22 14:29:19下载
- 积分:1
-
02-Timer0-Timer1-Timer2
在stc51单片机上,timer0、timer1、timer2的控制(In the stc51 microcontroller, timer0, Timer1, timer2 control)
- 2017-06-24 09:41:36下载
- 积分:1
-
seismic-process
地震数据处理程序,一共十多个,对地震勘探数据处理很有帮助(Seismic data processing program, a total of more than ten)
- 2021-03-31 15:29:09下载
- 积分:1
-
GPS数据解析
说明: 用12864加STC12C5A60S2做的GPS解析(GPS Analysis with 12864 and STC12C5A60S2)
- 2020-06-20 10:00:01下载
- 积分: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
-
spvolren_src
说明: 德国斯图加特大学图形图像方面的技术超牛的,spvolren是他们的开源体绘制,完全基于C和glut,随意跨平台(Stuttgart, Germany University of graphics images technical super cow, spvolren is their open-source volume rendering, based entirely on the C and the glut, casual cross-platform)
- 2008-10-20 15:07:03下载
- 积分:1
-
chap29--use-OLE-DB-handle-databases
MFC操作数据库ADO操作数据库,
MFC操作数据库ADO操作数据库.(use MFC to handle the databases.)
- 2012-09-19 17:29:05下载
- 积分:1
-
simplest_ffmpeg_player_1_final
基于FFmpeg的视频播放器,本程序实现了视频文件的解码和显示(支持HEVC,H.264,MPEG2等)(video player developed by ffmpeg ,support hevc,h.264,mpeg2.etc )
- 2015-04-24 12:57:28下载
- 积分:1