-
这个程序是模拟的,西与# 39个交大校园地图的过程的。
本程序是模拟西安交大校园地图的程序,可完成对西安交大的校园地图浏览。-This program is simulated, Xi" an Jiaotong University campus map process to be completed by Xi" an Jiaotong University campus map browsing.
- 2022-05-25 16:23:25下载
- 积分:1
-
aitejin
艾特金迭代法求解线性方程组源代码,在程序中修改方程就可以(Aitkin iterative method for solving linear equations source code, the equation can be modified in the program)
- 2012-06-03 16:08:11下载
- 积分:1
-
BinImage
使用opencv实现最大类间距离、最大熵和迭代法求图像二值化阈值,供大家参考;(Using opencv achieve maximum class distance, maximum entropy and iterative method for image binarization threshold, for your reference )
- 2013-10-07 11:39:17下载
- 积分:1
-
autosar框架代码示例
基于autosar框架实现汽车电子嵌入式
- 2020-02-07下载
- 积分:1
-
psa
说明: 既可以用于高压输电网的潮流解算,又可以用于低压配电网的潮流解算,还可以同时解算输电网
加配电网的混合潮流问题,程序为PQ 分解法.(Both the trend for high-voltage transmission grid solver, but also the trend for low voltage distribution network solver, solver can also increase with the power transmission grid hybrid power flow problem, the program for the PQ decomposition.)
- 2011-04-07 14:26:13下载
- 积分:1
-
51继电器使用
51单片机继电器简单使用# include
# define uchar unsigned char
# define uint unsigned int
sbit k1=P3^4;
sbit k2=P3^5;
sbit jdq=P2^1;
sbit l1=P1^0;
void delayms(uint x) //延时
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main ()
{
jdq=0;
while(1)
{
if(k1==0)
{
delayms(10);
if(k1==0)
{
&nbs
- 2022-12-25 10:25:03下载
- 积分:1
-
JLX12864G-139p液晶
JLX12864G-139p液晶程序可现显示汉字,英文,数字,符号,图片,代码函数齐全,可以实现液晶显示的很多功能。
- 2023-01-30 08:35:03下载
- 积分:1
-
DigitalCityDEMO
简单的数字城市演示代码,采用vc++ 和OPENGL联合编程,效果还行(Digital City demonstrates a simple code using vc++ and OPENGL joint programming)
- 2020-09-02 14:18:08下载
- 积分:1
-
WakeUPTimer
Code to wake up the pc standby or hibernation
- 2014-12-19 14:32:35下载
- 积分:1
-
SQLCE实例源码下载
SQLCE 类似 Sqlite Microsoft SQL Server Compact 4.0 下载: http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=033cfb76-5382-44fb-bc7e-b3c8174832e2
- 2014-06-11下载
- 积分:1