-
mbzg
websevice pb6.5调使用事例多参数修改传送,接收返回处理(Websevice tuning example)
- 2017-09-14 19:09:26下载
- 积分:1
-
zc
说明: zc序列根序列生成 循环移位和相关检测(zc sequence generate)
- 2020-11-17 15:43:36下载
- 积分:1
-
jtag
altera下载线合集,ARM-FPGA下载线,Multi-ICE ARM 仿真器资料,一PCB,SCH格式为主,个人收集的,如果需要,肯定会有用的!(Download altera Collection line, ARM-FPGA download cable, Multi-ICE ARM emulator information, one PCB, SCH-oriented format, personal collection, if necessary, there will certainly be used!)
- 2008-03-17 18:58:37下载
- 积分:1
-
lstm时间序列的python语言
说明: lstm时间序列的python语言,可以参考(Python language of LSTM time series)
- 2019-12-24 10:41:47下载
- 积分:1
-
关于遗传算法优化BP网络的 ,感觉没什么用
关于遗传算法优化BP网络的 ,感觉没什么用-on genetic algorithm optimization BP Network, feeling useless
- 2022-05-30 06:31:34下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game...
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game number guess 4) the histogram program, i think these are useful programs for beginers
- 2022-04-30 04:55:20下载
- 积分:1
-
ransanddns_ns
求解NS方程的各种rans方法及直接数值模拟方法介绍 很好的PPT(A very good solver introduction of the ns equation,rans method, dns.)
- 2013-12-14 22:00:54下载
- 积分:1
-
Java压缩PNG图像文件
Java压缩PNG图像文件,是从一个J2ME游戏中扣出的代码,当初是优化压缩游戏中要用到的png图像文件,让文件变得更小,具体的压缩算法请参考代码吧。
- 2022-01-22 11:49:32下载
- 积分:1
-
我的WSN NS2教程测试代码
应用背景此代码是一个修改simple.tcl,里面ns2.35-rc7,我修改它只是用于测试和学习无线传感器网络和NS2的简单工作。它将提供一个log.txt,我用它来分析输出的时间和数据是如何传递从节点到节点。简单关键技术无线传感器网络,网络模拟器2改性simple.tcl ns2.35-rc7
- 2022-01-29 03:25:54下载
- 积分:1