资源列表
排序选择:
[Internet/网络编程] fifo_client
说明:#define FIFO_NAME1 fifo_test1 //client 利用此管道读,server 用此管道写 #define FIFO_NAME2 fifo_test2 //client 利用次官道写,server 用此管道读 //倒转函数 void reserbuf(char string[512]) { char temp[512] for(int i = 0 i<strlen(string)+1 i++) { // printf(<小米> 在 2026-01-17 上传 | 大小:1kb | 下载:0
[Internet/网络编程] fifo_server
说明:管道进行数据传输的客户端代码 #define FIFO_NAME1 fifo_test1 //client 利用此管道读,server 用此管道写 #define FIFO_NAME2 fifo_test2 //client 利用此管道写,server 用此管道读-Pipeline for data transmission client code<小米> 在 2026-01-17 上传 | 大小:1kb | 下载:0
[matlab例程] MOEA-NSGA-II
说明:NSGAII(Non-Dominated Sorting in Genetic Algorithms) 进化算法,用于解决多目标问题的最经典算法,-a popular nondomination based genetic algorithm for multi-objective optimization<安露> 在 2026-01-17 上传 | 大小:370kb | 下载:0
[Internet/网络编程] link
说明:该代码为通用链表,包括链表的读写,增加节点,删除节点,数据的查找,空链表的判断-The code for generic lists, including the list of read and write, add nodes, delete nodes, find, empty list of judgments of data, etc.<小米> 在 2026-01-17 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Modelling-of-Dc-motor
说明:modelling of dc motor and finding out the different curves<akki> 在 2026-01-17 上传 | 大小:11kb | 下载:0
[软件工程] Blowfish
说明:Blowfish.java generates the sysmetric key using Blowfish algorithm. Key size assigned here is 128 bits. It works for key size of 256 and 448 bits also. Encryption and decryption method is written based on Blowfish algorithm. Message to encrypt can be<Sheema Fatima> 在 2026-01-17 上传 | 大小:3kb | 下载:0
[Internet/网络编程] nand_write_read
说明:nand 的读写,可以运行的。 -nand read and write, you can run.<小米> 在 2026-01-17 上传 | 大小:4kb | 下载:0