-
C#复习题
说明: c#复习题练习,通过本练习题可以进一步巩固c#相关知识结构。(C# review exercises, through this exercise can further consolidate the knowledge structure of c#.)
- 2020-06-21 00:20:01下载
- 积分:1
-
matlab关联规则Armadav1_2
说明: matlab关联规则源码,内含用户手册(英文)(Matlab source, containing a user manual (English))
- 2006-02-17 10:17:22下载
- 积分:1
-
Matlab_Sim_Code_MLE
说明: 无线传感器节点定位算法,对高斯分布和对数模型采用CRBs和MLEs估计器对TOA和RSSI算法进行仿真。(Wireless sensor node localization algorithms, on the Gaussian distribution and logarithmic model CRBs and MLEs estimator for TOA and RSSI algorithm simulation.)
- 2008-10-16 16:53:13下载
- 积分:1
-
二次开发Mach3官方宏指令集
mach3软件的二次开发的助手,尤其是对cnc控制板的拓展(The assistant of secondary development of Mach3 software, especially the expansion of CNC control board)
- 2020-06-19 20:00:02下载
- 积分:1
-
icolorbuffer
Downloads of the software peaked in 2013 with an average of just under 148,000 per day compared to less than 50,000 in Q2 2019.(It can also read and write a wide variety of other file formats, with particular attention to those from)
- 2020-06-17 01:20:01下载
- 积分:1
-
net Ajax无刷新技术的使用说明 及 相关的动态数据库。
net Ajax无刷新技术的使用说明 及 相关的动态数据库。-net Ajax without the use of technology refresh and the related dynamic database.
- 2022-04-11 04:24:30下载
- 积分:1
-
定时器时间计算工具 使用方便 并有模拟功能 是一个不错的软件...
定时器时间计算工具 使用方便 并有模拟功能 是一个不错的软件-The calculation of time timer tools easy to use and have analog functions is a good software
- 2023-05-23 03:35:03下载
- 积分:1
-
MATLAB路径规划
用MATLAB实现复杂环境移动机器人路径规划算法的研究,分别采用了A星算法,迪杰斯特拉算法,蚁群算法以及蚁群寻径迪杰斯特拉优化路径的混合算法,并通过仿真进行验证。(Research and implementation of complex environment of mobile robot path planning algorithm with MATLAB, respectively, using the A star algorithm, Dijkstra algorithm, ant colony algorithm and ant colony optimization hybrid algorithm to optimize the path of Dijkstra size, and verified by simulation.)
- 2021-03-12 21:39:24下载
- 积分:1
-
libmysql.dll-5.6.21.0-32bit
libmysql.dll-5.6.21.0-32bit
- 2017-06-09 19:40:52下载
- 积分:1
-
Delphi 24点游戏实例代码
Delphi 24点游戏实例代码,这是个图片版的24点游戏源码。读取第一个运算符的位置以得到表达式的第一个数字
function AnyFirstPos(Str: string): Integer;
//读取最后一个运算符的位置以得到表达式的最后一个数字
function AnyLastPos(Str: string): Integer;
//判断最先出现的符号是+号、-号、*号还是/号
function AnyFirstF(Str:String):Char;
//此计算用于计算不带()号的加、减、乘、除运算
function SubCompute(Str:String):integer;
//用于计算表达式的结果
随机读取4张牌同时启动计时器,输入的数至少有一个不是系统所发4张扑克中的一个。
- 2022-01-20 23:25:36下载
- 积分:1