-
cgns
CGNS用于CFD计算流体力学,通用格式,本文代码可以解析这些代码 很好用
- 2022-07-03 02:01:04下载
- 积分:1
-
查找并删除某个同学的姓名。例如:输入的同学姓名分别为:Li Fang , Wang Li , Xiao hanxiong , Feng Lei , Fu Xia...
查找并删除某个同学的姓名。例如:输入的同学姓名分别为:Li Fang , Wang Li , Xiao hanxiong , Feng Lei , Fu Xiaoxiao ,要查找并删除的同学的姓名为:Feng Lei. 则删除后,同学姓名包含有:Li Fang , Wang Li , Xiao hanxiong , Fu Xiaoxiao -Find and delete the name of a classmate. For example: Enter the names of the students were: Li Fang, Wang Li, Xiao hanxiong, Feng Lei, Fu Xiaoxiao, to search and delete the names of students for: Feng Lei. Is deleted, the names of the students have included: Li Fang, Wang Li, Xiao hanxiong, Fu Xiaoxiao
- 2023-06-16 19:40:03下载
- 积分:1
-
基于C#的简易计算器
简易计算器,界面整洁,加减乘除功能完备,除法有识别除数是否为零的判断。文件名为:”计算器“的拼音首字母,JSQ。不包含复杂的三角函数,log运算等高级功能。
- 2023-06-23 11:45:03下载
- 积分:1
-
bosch设备搜索demo
bosch设备搜索的简单例子,可以作为参考,编译环境是vs2008.
- 2022-03-20 08:39:22下载
- 积分:1
-
二维的蚁群算法
二维坐标平面差旅商问题优化。目标优化出最佳路径,在仓储系统对平面内的货位拣选进行优化分析,并算出迭代次数与平均距离的关系,分布范围,需要考虑蚂蚁或运输工具的一些参数问题。
- 2022-01-21 18:53:10下载
- 积分:1
-
uip-master uip协议栈
uip-master, uip 开源协议栈,用于嵌入式系统中ip栈,支持跨平台,linux,uclinux,51,等等。内容包括,ip,socket,udp,tcp。基于c语言。
- 2022-02-26 13:16:12下载
- 积分:1
-
企业短信猫 群发短信示例源码(含dllforvc.dll)
企业短信猫 群发短信示例源码(含dllforvc.dll)
- 2018-04-06下载
- 积分:1
-
uvm源码
uvm源码:通过源码,进一步深刻理解UVM实现原理机制,从底层了解,学习方法学,为搭建可重用平台打下坚实基础,从而更好为自己,为他人使用,管理验证平台
- 2023-07-27 21:45:03下载
- 积分:1
-
常见排序实现方式
冒泡排序 快速排序 简单插入排序 2路归并排序#include"stdio.h" #include"malloc.h" #include"stdlib.h" #include"time.h" typedef int datatype; typedef char elemtype; typedef long clock_t; typedef struct { datatype data; //数据 elemtype eles; }xxb; void chanshengshu(datatype b[],unsigned int n) //产生随机数组 {unsigned int i; for(i=0;i
- 2022-03-20 16:29:23下载
- 积分:1
-
GPS信息获取并在1602显示
gps定位并将定位信息显示到LCD1602,用于单片机上。GPS location and location information to the LCD1602 display, for the microcontroller.
- 2023-07-29 15:30:03下载
- 积分:1