-
c++结构里的冒泡算法
c++结构里的冒泡算法-c structure, the algorithm Bubble
- 2022-11-15 22:10:03下载
- 积分:1
-
介绍了蓝牙收发器集成电路测试的文章,文章很好的
介绍了蓝牙收发IC测试的文章,文章很有意思
- 2022-08-22 18:59:31下载
- 积分:1
-
Application of input
LED输入输出功能应用设计 -Application of input-output features LED Designed LED application design input and output functions
- 2022-08-14 03:33:04下载
- 积分:1
-
光纤耦合器中光孤子传输仿真研究__本文用matlab对光孤子在光纤耦合器中传输的过程进行仿真。...
光纤耦合器中光孤子传输仿真研究__本文用matlab对光孤子在光纤耦合器中传输的过程进行仿真。-Optical fiber coupler in the simulation of optical soliton transmission using matlab __ optical solitons in optical fiber coupler in the transmission process simulation.
- 2022-09-01 20:55:03下载
- 积分:1
-
浙大database课件,数据库原理与应用电子教案,非计算机专业的。...
浙大database课件,数据库原理与应用电子教案,非计算机专业的。-Zheda database software, database and application of the principle of electronic lesson plans, non-computer professional.
- 2022-07-24 20:23:46下载
- 积分:1
-
指针和内存
采用箍筋的很多不错的整洁的代码,您可以编写不知道指针。但是一旦您学会使用指针的权力,你可以永远不会回去。有太多的悬疑,只可以用指针。但随着增加功率 increasedresponsibility。指针允许新的和更难看类型的 bug 和指针错误 cancrash 以随机的方式,这使得他们更难调试。尽管如此,即使是互联互通问题,指针是一个不可抗拒地强大的编程构造。(下面解释使用 C 语言的语法语法是必需的 ; 在部分中的 Java 的吸声)。
- 2022-02-03 10:51:33下载
- 积分:1
-
计算机网络实验室
计算机网络实验室
服务器端:
1.从 java 工具包导入所需的类软件包。
2.初始化的服务器套接字,然后将服务器套接字绑定到端口
dateServer = 新 ServerSocket(3000) ;
3.服务器侦听的端口,等待客户端的连接请求。
4.如果从客户端的连接
- 2022-08-16 09:16:50下载
- 积分:1
-
学习资料大家 共享
学习资料大家 共享-share learning materials
- 2023-07-08 11:30:03下载
- 积分:1
-
how to obtain hard drive serial number (2)
如何获得硬盘序列号(2)-how to obtain hard drive serial number (2)
- 2023-07-16 13:55:02下载
- 积分:1
-
Delphi编程中获取屏幕分辨率
当我们需要获取所运行程序时计算机的分辨率时,有两种方法:①可以通过访问Delphi提供的SCREEN全局变量,即SCREE...
Delphi编程中获取屏幕分辨率
当我们需要获取所运行程序时计算机的分辨率时,有两种方法:①可以通过访问Delphi提供的SCREEN全局变量,即SCREEN.WIDTH和SCREEN.HEIGHT以像素点给出屏幕的分辨率。②利用Windows的API函数GetDeviceCaps()来得到所用显示器的分辨率-Delphi programming to obtain the screen resolution when we need access to run programs when the computer s resolution, there were two ways: ① Delphi can be provided by visiting SCREEN global variables, that is, in pixels screen.width screen.height points and to the screen resolution. ② using Windows-API function GetDeviceCaps () to get used to the display resolution
- 2023-05-22 04:00:03下载
- 积分:1