-
ggg
ASP.net留言版,一个很实用的留言版,适合刚刚学习C#net编程的爱好者学习。(ASP.net message board, a very practical message board for just learning C# Net programming enthusiasts learning.)
- 2007-12-14 17:39:22下载
- 积分:1
-
convlutional_code_viterbi
卷积码的实现,c比matlab快很多。Script for computing the BER for BPSK modulation in AWGN with
Hard and Soft decision Viterbi decoding with traceback(discuss a simple binary convolutional
coding scheme at the transmitter and the associated Viterbi (maximum likelihood)
decoding scheme at the receiver.)
- 2011-07-28 11:35:15下载
- 积分:1
-
barcode
39条码的生成dll,生成的条码保持在数组里(the dll of creating barcode 39)
- 2012-06-18 10:15:22下载
- 积分:1
-
RTC5 Files
用于激光扫描的RTC5振镜控制的DLL、LIB和头文件(DLL, LIB and header files for the control of RTC5 galvanometer for laser scanning)
- 2019-03-24 20:30:34下载
- 积分:1
-
实现了在线考试的功能,教师学生及管理员通过不同界面实现各自功能...
实现了在线考试的功能,教师学生及管理员通过不同界面实现各自功能-C#
- 2022-04-29 07:50:29下载
- 积分:1
-
C# 使用聚合函数查找数据库重复记录
C#利用聚合函数显示数据库中重复记录的数量,这个例子可找出数据库中的重复内容,对优化数据库很有帮助。实现本功能可参考以下代码:
dgv_Message.DataSource = GetMessage();//设置数据源
dgv_Message.Columns[0].Width = this.Width;//设置列宽度
dgv_Message.DataSource = GetStudent();//设置数据源
dgv_Message.Columns[0].Width = 200;//设置列宽度
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所在学院 ,COUNT(所在学院) AS 学生数量 FROM tb_Student GROUP BY 所在学院");
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-06-30 05:46:27下载
- 积分:1
-
EP952-ReferenceCode-V01-(110420)
碁于EP952做的HDMI发送器的参考代码(EP952 ReferenceCode)
- 2021-03-04 18:09:32下载
- 积分:1
-
Serial_procedures
串口程序,实现串口发送,接受文件,用户只有少做修改就可以为自己所有(Serial procedures, implementation serial send, receive documents, the user only a few modifications can make all their own)
- 2009-03-30 23:05:51下载
- 积分:1
-
DirectX的游戏代码
弹球游戏(pinball game)
- 2020-07-04 23:20:01下载
- 积分:1
-
f281xqep
电机控制中的光电编码器计算转子角度模块。适用于同步电机(Motor control of the optical encoder rotor angle calculation module. Applicable to synchronous motor)
- 2007-11-12 16:43:18下载
- 积分:1