-
可以精确计算地图的椭球面积,是根据国土局的文件用C#编程出来的,对搞测绘的人有帮助哦...
可以精确计算地图的椭球面积,是根据国土局的文件用C#编程出来的,对搞测绘的人有帮助哦-Can be precisely calculated ellipsoid area of the map is based on the Land Bureau of the documents C# Programming out of people who engage in surveying and mapping has helped Oh
- 2022-07-26 14:05:03下载
- 积分:1
-
等离子技术WKB方法的文章。等离子体隐身技术的WKB方法
等离子技术WKB方法的文章。等离子体隐身技术的WKB方法-Plasma technology WKB method article. Plasma stealth technology WKB method
- 2022-09-06 13:45:02下载
- 积分:1
-
FIF]ASP互动视频VIP教程下载8.4.2留言系统之留言、显示留言
FIF]ASP互动视频VIP教程下载8.4.2留言系统之留言、显示留言-FIF] ASP Tutorials VIP Interactive Video Message System 8.4.2 download messages, display messages
- 2022-01-21 00:13:26下载
- 积分:1
-
数字信号处理算法。用于多采样率系统
数字信号处理算法。用于多采样率系统-digital signal processing algorithms. For more sampling rate system
- 2022-04-12 01:49:18下载
- 积分:1
-
分割文件程序 可一将一个大文件分成若干个小文件 也可以再把它们合并恢复
分割文件程序 可一将一个大文件分成若干个小文件 也可以再把它们合并恢复-segmentation procedures document will be a document is divided into a large number of small files can then resume their merger
- 2022-04-25 02:39:31下载
- 积分: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
-
LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等...
LINDO用于求解线性规划和二次规划问题,LINGO除了具有LINDO的全部功能外,还可以用于求解非线性规划问题,也可以用于一些线性和非线性方程(组)的求解,等等。-LINDO for solving linear programming and quadratic programming problems, LINDO LINGO addition to the full functionality, but also can be used for nonlinear programming problem some also can be used for linear and nonlinear equations (Group I) solution, and so on.
- 2022-04-12 16:28:04下载
- 积分:1
-
一个自己用C编的吃豆豆的小游戏,内附详细使用说明
一个自己用C编的吃豆豆的小游戏,内附详细使用说明-they use a series of the C Dou eat small game, contains detailed use
- 2022-11-10 19:10:03下载
- 积分:1
-
vc++OpenGL显示中文的源程序,把中文变成位图来显示
vc++OpenGL显示中文的源程序,把中文变成位图来显示-vc++ OpenGL display Chinese source, the Chinese into a bitmap to display the
- 2022-08-21 08:27:08下载
- 积分:1
-
台球小游戏 所以的球都是定时炸弹,必须在规定的时间内将所以的球打进,不然炸弹就会爆炸。...
台球小游戏 所以的球都是定时炸弹,必须在规定的时间内将所以的球打进,不然炸弹就会爆炸。-small billiards game so the ball is a time bomb which must be within a specified time so the ball will be reached, otherwise bombs will explode.
- 2022-01-26 08:18:33下载
- 积分:1