搜索结果

找到约 903 项符合 stRing-include 的查询结果

其他 Simple test crc16, crc32 check, you can document, a simple string of detection!

Simple test crc16, crc32 check, you can document, a simple string of detection!
https://www.eeworm.com/dl/534/372936.html
下载: 132
查看: 1047

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376185.html
下载: 136
查看: 1120

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376200.html
下载: 174
查看: 1163

数据结构 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread

成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else ...
https://www.eeworm.com/dl/654/376202.html
下载: 161
查看: 1034

人工智能/神经网络 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1, ...
https://www.eeworm.com/dl/650/376204.html
下载: 22
查看: 1088

数学计算 指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int

指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為十六進位輸出格式*/ system ...
https://www.eeworm.com/dl/641/376206.html
下载: 155
查看: 1057

单片机开发 时钟芯片的c程序 使用时加上头文件 即#include<reg.h>

时钟芯片的c程序 使用时加上头文件 即#include<reg.h>
https://www.eeworm.com/dl/648/378408.html
下载: 26
查看: 1070

数据结构 自己编写的String类

自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6 ...
https://www.eeworm.com/dl/654/380129.html
下载: 22
查看: 1035

其他 pRTI 自带的include文件包

pRTI 自带的include文件包
https://www.eeworm.com/dl/534/385168.html
下载: 62
查看: 1046

数据库系统 常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdb

常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdbc:db2://dburl:port/DBname" cn = DriverM
https://www.eeworm.com/dl/523/385244.html
下载: 88
查看: 1083