资源列表
排序选择:
[软件工程] 64.VbaStrCmp.v2.1
说明:str cmp of any strings if u use for password etc<Kanwar> 在 2025-07-22 上传 | 大小:718kb | 下载:0
[微处理器(ARM/PowerPC等)] BMP085
说明:BMP085C 文件51单片机开发程序,测量环境大气压强的值-BMP085C file 51 microcontroller development process, measuring the value of atmospheric pressure environment<黄范> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[其他小程序] c-study-demo
说明:c语言学习demo,很好的学习实例:功能强大的文本编辑器、图书管理系统、进销存管理系统等。-c study demo<李琦> 在 2025-07-22 上传 | 大小:1.71mb | 下载:0
[软件工程] dspchengxu
说明:DSP程序,针对有源电力滤波器系统的处理例子,对设计开发APF的人员是个不错的例程,例子比较齐全。-DSP program for the treatment of active power filter system is an example of the design and development of APF personnel is a good routine , relatively complete examples .<nextfuture00> 在 2025-07-22 上传 | 大小:87kb | 下载:0
[界面编程] Armstrong-number-c-program-
说明:Armstrong number c program: c programming code to check whether a number is armstrong or not. A number is armstrong if the sum of cubes of individual digits of a number is equal to the number itself. For example 371 is an armstrong number as 33 + 73<fpthl> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[界面编程] C-program-to-print-patterns-of-numbers-and-stars-
说明:These program prints various different patterns of numbers and stars. These codes illustrate how to create various patterns using c programming. Most of these c programs involve usage of nested loops and space. A pattern of numbers, star or character<fpthl> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[界面编程] C-program-to-print-diamond-pattern-
说明:Diamond pattern in c: This code print diamond pattern of stars. Diamond shape is as follows:<fpthl> 在 2025-07-22 上传 | 大小:2kb | 下载:0
[界面编程] C-program-for-prime-number-
说明:Prime number program in c: c program for prime number, this code prints prime numbers using c programming language. To check whether a number is prime or not see another code below. Prime number logic: a number is prime if it is divisible only by one<fpthl> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[界面编程] C-program-to-transpose-a-matrix-
说明:This c program prints transpose of a matrix. It is obtained by interchanging rows and columns of a matrix. For example if a matrix is 1 2 3 4 5 6 then transpose of above matrix will be 1 3 5 2 4 6 When we transpose a matrix then the ord<fpthl> 在 2025-07-22 上传 | 大小:3kb | 下载:0