资源列表
[其他小程序] Defined-in-the-order-queue
说明:数据结构中队列的顺序实现,包括入队列和出队列等-The order of the queue data structure implementation, including into the queues and the queues, etc.<刘飞> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[PropertySheet] ChooseWindowToLaunch.xaml
说明:this just a test to learn how to upload things to this website. Do not reuse this code-this is just a test to learn how to upload things to this website. Do not reuse this code<arwen_666> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[其他小程序] InsertPicture
说明:插入图片宏及取得文件名函数,用于MS OFFICE 2003的功能。-Insert Picture Macro and function to obtaining the file name<ywj jack> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[RichEdit] proe_toolkit2
说明:proe二次开发好资料,好好学习吧,一定要达到20字-Secondary development of source code<蔡思量> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[RichEdit] proe_toolkit3
说明:嵌入式二次开发好资料,好好学习吧,共同努力吧,加油-Secondary development of source code<蔡思量> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[编辑框] proe_toolkit4
说明:嵌入式二次开发好资料,好好学习吧,共同努力吧,加油-Secondary development of source code<蔡思量> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[多媒体编程] VIDEO-SCRIPT
说明:FILES AR CODE EVERY BODY CAN USE IT E JAVA scr ipt<indrachiru> 在 2025-08-01 上传 | 大小:1kb | 下载:0
[其他小程序] mandelbrotimage
说明:绘制Mandelbrot image即曼德拉图像。Mandelbrot图像中的每个位置都对应于公式N=x+y*i中的一个复数。其实数部分是x,虚数部分是y,i是-1的平方根。图像中各个位置的x和y坐标对应于虚数的x和y部分。 图像中的每个位置用参数N来表示,它是x*x+y*y的平方根。如果这个值大于或等于2,则这个数字对应的位置值是0。如果参数N的值小于2,就把N的值改为N*N-N(N=(x*x-y*y-x)+(2*x*y-y)*i)),并再次测试这个新N值。如果这个值大于或等于2,则这个数<bohan> 在 2025-08-01 上传 | 大小:1kb | 下载:0