-
大地主题解算,包括正算和反算,公式使用的是简化后的适合编程用的公式...
大地主题解算,包括正算和反算,公式使用的是简化后的适合编程用的公式-Earth theme solver, including the positive operators and anti-calculation, the formula using a simplified formula used for programming
- 2022-01-22 07:26:13下载
- 积分:1
-
Game server control program, you can easily control the number of blood and othe...
游戏服务器控制程序,可以轻松控制很多热血等类似游戏服务器-Game server control program, you can easily control the number of blood and other similar game server
- 2022-02-21 18:00:51下载
- 积分:1
-
单片机C8051F350利用温湿度传感器AM2311测温度、湿度代码
单片机C8051F350利用温湿度传感器AM2311测温度、湿度代码。这是本人自己写的代码,与温湿度传感器AM2311利用I2C通信,
有需要的同学可以看看。当时,我自己做的时候就找不到利用这个传感器的代码,分享来给大家。
- 2023-08-08 20:15:05下载
- 积分:1
-
1.D.1 JAVA的EJB设计摸版。EJB是运行在服务器端的应用程序。在JAVA模式下提供强大的组件服务。...
1.D.1 JAVA的EJB设计摸版。EJB是运行在服务器端的应用程序。在JAVA模式下提供强大的组件服务。-D. 1 JAVA EJB design touch version. EJB is running on server-side applications. The JAVA mode components provide a powerful service.
- 2023-03-31 21:20:04下载
- 积分:1
-
windows to receive command
windows下接收命令行参数的演示程序-windows to receive command-line parameters Demonstration Program
- 2022-06-18 18:25:50下载
- 积分:1
-
服务器目录索引工具源代码
资源描述基于XML技术的服务器目录索引工具
> 程序调用文件基于asp
- 2022-03-23 04:02:09下载
- 积分:1
-
质数计算器
C 编写的控制台应用程序计算质数与使用"Sieve of Eratosthenes"。
- 2022-06-29 10:52:38下载
- 积分:1
-
一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换...
一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identifying two goals. Identify SOCKET handle two. With DuplicateHandle () function to be converted to SOCKET their own use. 3. After the conversion used for data transmission SOCKET
- 2022-02-24 22:31:02下载
- 积分:1
-
pl0文法编译器 用C++编写 写有注释 简洁明了 易于改写
pl0文法编译器 用C++编写 写有注释 简洁明了 易于改写-grammar compiler pl0 Used C++ to prepare concise written notes easy to rewrite
- 2023-05-21 18:20:03下载
- 积分:1
-
用回溯法求解背包问题有n项假设,定…
用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight
- 2022-06-27 19:44:28下载
- 积分:1