资源列表
[其他小程序] ArtGallery
说明:Descr iption The art galleries of the new and very futuristic building of the Center for Balkan Cooperation have the form of polygons (not necessarily convex). When a big exhibition is organized, watching over all of the pictures is a big security<zas> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[Windows编程] gauss_seidel
说明:function of Gauss-Seidel iterations -function of Gauss-Seidel iterations<alice> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[Windows编程] log-distancepathloss
说明:log_distance path loss model for wireless propagation indoor<ningchang> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[文件操作] myUeScript
说明:在UE中用JS脚本实现C函数头模板,适合用UE写C代码的网友参考-JS scr ipt used in the UE to achieve C function header template, suitable for UE users to write C code reference<Luo> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[其他小程序] Dynamic_Malloc_Memory(MultiDim)
说明:动态多维数组内存申请,可以很容实现一维,二维和三维动态数组的申请,好用,简洁。-Dynamic multi-dimensional array of memory an application can allow the realization of one-dimensional, two-dimensional and three-dimensional dynamic array of applications, easy to use, simple.<gjj> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[按钮控件] WinlogonHack
说明: windows密码截取 -windows password interception<hackhehe> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[Windows编程] cshixian
说明:问题描述:6×9=42对于十进制来说是错误的,但是对于十三进制来说是正确的。即6(13)×9(13)=42(13),而42(13)=54(10)。你的任务是写一个程序读入3个整数p、q、r,然后确定一个进制B(2<=B<=16)使得p×q=r。如果B有很多选择,输出最小的一个。例如:p=11,q==11,r=121。则有11(3)×11(3)=121(3),因为11(3)=4(10)和121(3)=16(10)。这种情况下,应该输出3。如果没有合适的进制,则输出0. -Prob<jiangyi> 在 2025-06-12 上传 | 大小:1kb | 下载:0