资源列表
[C#编程] jiemianmeihua
说明:里面包括大量的美化界面,可以选择所需求的,且具有详细的代码-Which includes a lot of landscaping interface, you can select the demand, and has a detailed code<余国> 在 2025-06-24 上传 | 大小:3.4mb | 下载:0
[C#编程] Library-management-system
说明:图书馆信息采集,借书,还书,图书查询,新书登记入库。-Library information collection, Borrow books, book search, registration book storage.<严> 在 2025-06-24 上传 | 大小:11kb | 下载:0
[C#编程] meshless-sph
说明:用sph(光滑流体粒子动力学)方法模拟经典流动泊肃叶流,适合sph方法初学者练习使用!-With sph (smooth fluid particle dynamics) simulations classic Poiseuille flow stream, suitable for beginners to practice using the method sph!<夏米> 在 2025-06-24 上传 | 大小:14kb | 下载:1
[C#编程] Tibetan-frequency-
说明:可以实现对指定文本文档中的词进行词频统计,使用时,请将含有藏语词的文档放入debug文件夹中,命名成output.txt-Can realize to the specified text in the document word for word frequency statistics, when using, please put contains Tibetan word document in the debug folder, named as the output. TXT<易水心> 在 2025-06-24 上传 | 大小:281kb | 下载:0
[C#编程] IdentityCardReaders
说明:读取二代身份证信息(深圳华视电子读写设备)-Read the second generation ID card information (e-reader devices Shenzhen CTS)<pan> 在 2025-06-24 上传 | 大小:1.49mb | 下载:1
[C#编程] xuexiaoxsl
说明:实用的学校行事历,可以进行学期行事历安排,主页面显示本周与下周工作.可以进行后台管理.-Practical school calendar, you can arrange the semester calendar, the Home Show this week and next week work can be carried out backstage management.<清> 在 2025-06-24 上传 | 大小:1.82mb | 下载:0
[C#编程] 11111
说明:水准仪数据处理程序,可以提出高程值,分析水准路线。-Level data processing program, you can raise the elevation value analysis level course.<jingliwang> 在 2025-06-24 上传 | 大小:5kb | 下载:0
[C#编程] VideoCaptureDemo
说明:C sharp with emgu 2.3.0.1416 showing how to display video.without using multi-thread<wangyawei> 在 2025-06-24 上传 | 大小:17kb | 下载:0
[C#编程] homework
说明:将两个分别从小到大排列的有序数组a和b复制合并到第3个有序数组c中。m和 n分别是数组a和b的元素个数,结果c的元素个数为k。例如,a和b数组分别为{1,2, 2,3,8}和{3,4,7,8},则结果数组c的值是:{1,2,2,3,3,4,7,8,8)。算法是:将a、b两个数组看成两个队列,比较队首的两个元素,将较小者放入c队列尾部,如果队首的两个元素相等,则先选择a队列首部元素加入c队列尾部。循环执行以上过程,直到a或b队列之一为空,然后将另一个非空队列拷贝到c队列尾部。注意:不允许使用其它算<姜玉洁> 在 2025-06-24 上传 | 大小:1kb | 下载:0