资源列表
[多媒体编程] crc101
说明:CRC16 我自己写的,帮忙看看哪里有错误啊?为什么网上的那个和那个都不一样呢?算出的结果也不一样-CRC16 this is a code for crc16 ,please chect it out !<weng075004> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[多媒体编程] CreditCardSystem
说明:银行卡系统功能:存钱、取钱、消费、查询余额、修改密码、注销、打印信息-credit card system<mi428406> 在 2025-01-11 上传 | 大小:5kb | 下载:0
[多媒体编程] CShortestLenPCB
说明:采用分枝限界法进行求解最短路径长度的问题,是算法设计中的经典题目-Branch and Bound method used to solve the problem of the shortest path length, is the classic algorithm design topics<ao63173> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[多媒体编程] daima1
说明:在这个代码当中在vc平台下可以执行比较字符串的功能-In this code in vc platform which can perform a string comparison function<xie2275173> 在 2025-01-11 上传 | 大小:3kb | 下载:0
[多媒体编程] dancileitongchaxun
说明:单词雷同查询,当相似度在80 时可认为雷同!-Word similarity query, when similarity in80 when can think the same!<jiao098326> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[多媒体编程] data
说明:data一个比较完整的计算下一秒时间的程序,自己写的,带注释 C语言-data a more complete calculation of the next second time-consuming procedures, write your own, with the Notes C language<shi3046845> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[多媒体编程] DataBase
说明:一个儿童接种的数据库通信操作基类,有对各个数据库间的通信,如儿童基本信息2疫苗信息4接种情-A of children vaccinated communication operations base class, the communication between the various s, such as basic information for children 2 vaccine inoculated love<dui3973951> 在 2025-01-11 上传 | 大小:10kb | 下载:0
[多媒体编程] datastruct
说明:通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include< iostream> using namespace std int main(){int a,b=0 cout< < please input the integer: < < endl cin> > a while(a){b=b*10+a 10 a/=10 }cout< < the end is <<lu3386284> 在 2025-01-11 上传 | 大小:4kb | 下载:0