-
这是一个intel网络处理器ixp24xx系列中微码例子。用汇编写的。可以参考一下。...
这是一个intel网络处理器ixp24xx系列中微码例子。用汇编写的。可以参考一下。-This is an intel network processor ixp24xx series micro-code examples. With the compilation was made. Can be examined.
- 2022-11-28 11:25:08下载
- 积分:1
-
制作的tooltip工具提示插件
一款使用js和css3制作的tooltip工具提示插件。该tooltip插件显示时带css3动画特效,(css3. The tooltip plug-in is d)
- 2019-01-02 14:31:12下载
- 积分:1
-
64906213ldpc_llr_bp_decode
LDPC译码在对数似然比的译码算法,基于因子图的BP算法(Decoding algorithm of LDPC decoding in log likelihood ratio)
- 2018-10-18 23:10:55下载
- 积分:1
-
讲述了代码阅读的许多技巧,对做二次开发的人员来说,真是葵花宝典啊。...
讲述了代码阅读的许多技巧,对做二次开发的人员来说,真是葵花宝典啊。-code reading about the many skills to do the secondary development of staff, is a treasury of sunflower ah.
- 2022-07-10 11:45:40下载
- 积分:1
-
C# 利用HAVING子句过滤分组数据
C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。
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");
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-04-10 01:41:39下载
- 积分:1
-
Oblique Nozzle
该代码可以模拟特定尺寸超音速斜切喷管模拟,若修改其中尺寸参数,可以达到模拟任何超音速流动。(The code can simulate the supersonic oblique-cut nozzle with a specific size. If the size parameters are modified, any supersonic flow can be simulated.)
- 2020-06-21 18:40:02下载
- 积分:1
-
Kernel_Solving
用于提取ngsim数据库的数据,用来进行交通数据研究(The tech solving the ngsim data set)
- 2018-02-28 13:14:01下载
- 积分:1
-
lmk04828
LMK04828和lmk04826编写指导书,来自TI官方说明(Preparation instructions of LMK04828 and lmk04826 are from TI official instructions)
- 2018-11-16 09:32:39下载
- 积分:1
-
器特效
说明: audio.js制作音乐播放器特效是一款实用的网页MP3播放器代码。(Audio.js music player special effects is a practical web MP3 player code.)
- 2019-04-10 16:10:59下载
- 积分:1
-
llk
实现连连看游戏的算法。采用递归的算法找实现,很参考价值。(Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.)
- 2013-08-06 12:40:25下载
- 积分:1