资源列表
[其他小程序] CLanguage100CasesOfClassicAlgorithms
说明:本文搜集了100个实用的例子,讲解了思路并附有c源代码。-In this paper, a collection of 100 practical examples to explain the idea with c source code.<pdl> 在 2025-11-17 上传 | 大小:33kb | 下载:0
[其他小程序] ProducerConsumerExample
说明:类似一个可乐销售机系统,LabVIEW网络讲坛《状态机》(State Machine)下集里面用作例子-Producer Consumer Example This particular example, a simulated soda machine, uses an event structure in the producer loop to register user input (depositingclicking on quarter, dime or nickel), an<tavel> 在 2025-11-17 上传 | 大小:537kb | 下载:0
[其他小程序] an497_design_example_altera_CPLD_LCD
说明:altera cpld lcd controller<tragun> 在 2025-11-17 上传 | 大小:1.48mb | 下载:0
[其他小程序] 232
说明:PC机的程序设计使用VC++实现,PC机调用通用程序,控制RS-232串口,从而实现数据的收发功能。为了保证数据通信的可靠性,要制定标准的通信协议。-PC-programming using VC++ to achieve, PC machine called generic procedures, control RS-232 serial port, send and receive data in order to achieve function. In order to ensure<何健飞> 在 2025-11-17 上传 | 大小:758kb | 下载:0
[其他小程序] v2772_9om_dict_v2.0
说明:在线单词查询软件 自己用了很好 共大家使用 希望大家喜欢-在线单词查询软件 自己用了很好 共大家使用<刘洪波> 在 2025-11-17 上传 | 大小:56kb | 下载:0
[其他小程序] hzts
说明:第一个循环是对矩阵的第一行进行的,第一次循环时除了第一个是1其他都是0,i=0,j=0时H[i + 1, j] =H[1, 0]=0,循环结束时, H[1, 0] =2,i=1,m=3;第二次循环时i=1,j=0,H[i + 1, j] =H[2, 0]=0,循环结束时,H[2, 0] =3,i=2,m=4 ……所以第一个循环相当于把第一行用2到N连续的自然数填充。同样的第二个循环是对最后一列用从N到2N-1的连续自然数进行填充,第三个是对最后一行从右到左用2N-1到3N-2的连续自然数进行填充<ttzz> 在 2025-11-17 上传 | 大小:1kb | 下载:0