资源列表
排序选择:
[JSP源码/Java] reader
说明:java小程序,模拟小说阅读器。可以上传,下载。-java applet simulation fiction reader. Can upload and download.<曾林> 在 2025-07-18 上传 | 大小:334kb | 下载:0
[远程控制编程] RemoteFile
说明:远程文件控制操作,可以进行创建、拷贝、复制、移动、删除等操作-remote document control operations can be carried out to create, copy, copy, move, delete, etc<> 在 2025-07-18 上传 | 大小:53kb | 下载:0
[Internet/网络编程] 添加了截屏的MyQQ
说明:一个简单的聊天程序,可以聊天、传送文件,还可以截取的屏幕传送给对方。-a simple chat program, chat, file transfer, screen interception transmitted to the other side.<> 在 2025-07-18 上传 | 大小:50kb | 下载:0
[编辑框] 多媒体教室中午锁门的通知
说明:实现复杂场景的剪裁.功能1:对场景进行分析 公共能2,对场景进行分割,功能,对场景进行三季稻法技术圣诞节法觉得十分 -complex scenes tailoring. Function 1 : Scene of the public can analyze two, the scene segmentation, functions, the scene for three quarters of rice technique Christmas feel very France<白航> 在 2025-07-18 上传 | 大小:3kb | 下载:0
[组合框控件] 《计算机图形学学科2005年研讨会》专辑
说明:计算机图形学学科2005年研讨会》专辑-computer graphics disciplines seminars in 2005 "album<白航> 在 2025-07-18 上传 | 大小:31.76mb | 下载:0
[文档资料] c语言教程(www.vcok.com版)
说明:经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下为三重循环*/ for(j=1 j<5 j++) for (k=1 k<5 k++) {<刘宋> 在 2025-07-18 上传 | 大小:297kb | 下载:2