-
相位频率检测器Verilog
phase frequency detector verilog
- 2022-04-24 18:12:56下载
- 积分:1
-
用QT库写的查看二进制文件数据的程序,可查看文件第任意字节的数据...
用QT库写的查看二进制文件数据的程序,可查看文件第任意字节的数据-QT library used to write binary data to view the procedure, you can review the file first byte of data of arbitrary
- 2022-10-09 11:00:03下载
- 积分:1
-
802.11物理层的matlab仿真源码
802.11物理层的matlab仿真源码-802.11 physical layer of Matlab simulation FOSS
- 2023-04-28 18:30:04下载
- 积分: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
-
使用 java & netbeans jtree 编程
,Java 平台提供广泛的类和接口用于与树有关的编程。旁边的 JTree 类中 javax.swing 包,几乎是其他人驻留在一个单独的程序包中: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-24 10:38:43下载
- 积分:1
-
C# 资源管理器源码
C#仿Windows资源管理器源码,界面和功能都和XP的文件管理器十分相似,当然这就是仿写windows 的,通过这个源码你可以学习到窗口分栏显示、树形菜单、文件系统读写等相关知识技巧,界面效果请参见测试截图。
- 2022-01-31 20:07:21下载
- 积分:1
-
俄罗斯方块
俄罗斯方块-Tetris
- 2022-04-17 18:44:01下载
- 积分:1
-
choose a coding. The trip here can be used coding and coding out, but after a lo...
选择一种编码方式。在这里可以采用行编码和列编码,但经过大量的实验表明,这两种编码方式的抗干扰性能不佳-choose a coding. The trip here can be used coding and coding out, but after a lot of experiments showed that both the encoding anti-jamming performance poor
- 2022-01-23 11:26:34下载
- 积分:1
-
Useful information on a drawing if you have similar trouble also upload informat...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-03-14 23:56:02下载
- 积分:1
-
现在在国外大学里最流行的java学习软件,同时还有大量的example,在名为project的文件里.安装好后用bluej打开peoject的例子,可以进行你想...
现在在国外大学里最流行的java学习软件,同时还有大量的example,在名为project的文件里.安装好后用bluej打开peoject的例子,可以进行你想要的任何变化.同时可以了解大量的源码-now in foreign universities most popular java learning software, while there is a lot of example, the project called the document. installed after opening with Bluej peoject example, can you want any changes. while a lot can understand the source
- 2022-09-08 20:00:19下载
- 积分:1