-
这好似一个很实用的一堆软件,大家,拿去用功相互借鉴。
这好似一个很实用的一堆软件,大家,拿去用功相互借鉴。-This is a very practical like a pile of software, U.S., instead learn from each other hard.
- 2022-02-02 00:30:19下载
- 积分:1
-
在VB环境下的程序实现高斯投影变换、..
本程序在VB环境下实现高斯投影变换,对于相关操作具有参考价值-The program in VB environment to achieve Gauss projection transformation, with a reference value for the relevant operation
- 2022-05-05 11:49:11下载
- 积分:1
-
产品管理系统。本设计的要求是实现入库、库存和出库统一管理,帮助企业实现新产品信息化管理。...
产品管理系统。本设计的要求是实现入库、库存和出库统一管理,帮助企业实现新产品信息化管理。-product management system. This requirement is designed to achieve storage, inventory, and from the unified management, and help enterprises achieve new product information management.
- 2022-06-26 23:32:59下载
- 积分:1
-
磁法演示
走向无限延深有限的无限长薄板状体在matlab上实现Za,Ha,T的异常曲线。(The abnormal curves of Za, Ha and T are realized on MATLAB for an infinite thin plate with infinite extension and finite length.)
- 2019-04-22 20:04:56下载
- 积分:1
-
使用反冥法算特征值和特征向量的算法。
使用反冥法算特征值和特征向量的算法。-use of anti-counting method offerings eigenvalues and eigenvectors of the algorithm.
- 2022-09-06 07:05:03下载
- 积分:1
-
Java PRG游戏源码实例
Java PRG游戏源码实例,不知道是什么类型的游戏,反正是PRG那种,有兴趣的下载源码研究一下。
- 2022-03-20 19:39:33下载
- 积分:1
-
the_c_programming_language_2
The C programming Language, written by Brian W. Kernighan and Dennis M. Ritchie the fathers of C language.
- 2019-03-02 00:18:54下载
- 积分:1
-
将C语言写的程序代码转换成pascal代码,用过还可以!
将C语言写的程序代码转换成pascal代码,用过还可以!-to write C-language code into pascal code can be used also.
- 2022-06-12 08:31:01下载
- 积分:1
-
2d3d黑屏优化
说明: 2d3d黑屏优化,支持打部分2的3d的,hookDX9,只要你游戏的dx版本和此对应就OK,dx版本太多不对应的自己改(2D 3D black screen optimization, support play part 2 3D, hook DX9, as long as your game DX version and this corresponding OK, DX version too many do not correspond to their own change)
- 2020-10-19 09:57:38下载
- 积分:1
-
C# 代码演示水仙花求和算法
C# 代码演示水仙花求和算法,关于求和水仙花数的原理:一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。具体代码可看下面:
//水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。
private void button1_Click(object sender, EventArgs e)
{
int a = 0, b = 0, c = 0;//定义变量
listBox1.Items.Clear();//清空listBox1控件
for (int i = 100; i
- 2022-06-16 00:33:40下载
- 积分:1