-
blue violet laser pointer
最好的50mw蓝紫罗兰激光指针很少被绿色和红色的指针所青睐,它可以用于其他人所做的事情,这也反映了个人独特的审美趣味。它可能不像天文激光指针那样受欢迎,因为更明亮的颜色会使物体在天空中更可见。然而,它可以归结为所有其他用途,如在大屏幕或黑板上精确定位的东西。
- 2022-09-21 07:10:03下载
- 积分:1
-
Written by c++ calculator, expanded computing power calculator with brackets
用c++写的计算器,扩展了计算器带括号的计算功能-Written by c++ calculator, expanded computing power calculator with brackets
- 2022-03-02 19:25:14下载
- 积分:1
-
自己编的系统托盘程序
自己编的系统托盘程序-own series of the system tray procedures
- 2022-03-18 03:07:08下载
- 积分:1
-
Using c to prepare the user rights of the small production procedures, simpl...
用c++编写的用户权限制作的小程序,简单实用-Using c to prepare the user rights of the small production procedures, simple and practical
- 2022-07-11 20:03:17下载
- 积分:1
-
WDL格式用华康阅读器 解决了超星阅读器和ADOBE阅读器的不足!...
WDL格式用华康阅读器 解决了超星阅读器和ADOBE阅读器的不足!-WDL format used DynaComware reader solve the Superstar reader and the Adobe reader inadequate!
- 2022-03-05 13:43:22下载
- 积分:1
-
Software architecture
Software architecture
- 2023-08-15 07:55:04下载
- 积分:1
-
串口精灵源代码, 有很高的参考价值.
AppWizard has created this CommWizard application for you....
串口精灵源代码, 有很高的参考价值.
AppWizard has created this CommWizard application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.-serial Wizard source code, a high reference value. AppWizard has created this CommWiza rd application for you. This application not on ly demonstrates the basics of using the Microso ft Foundation classes but is also a starting poi nt for writing your application.
- 2022-05-22 18:53:23下载
- 积分:1
-
TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。
TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。-TWebBrowser produced a Web browser program, to achieve the basic functions of flow devices.
- 2022-12-15 18:10:03下载
- 积分:1
-
基于TCP/IP协议的服务器客户端程序
基于Windows Socket编程,c#语言编写,通俗易懂,适合初学者,文件夹分为三部分,一部分是客户端程序,一部分是服务器程序,另一部分是源程序。windows socket的初始化,创建套接字,发送,接收函数等都放在源程序的源文件中,客户端,服务器程序等对源程序里的文件进行调用
- 2023-06-08 19:20:07下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1