-
C# 入门 做简单计算器
自己最近在看C# 简单尝试了一下,挺有意思的,这是一个用c#写的 简单的计算器,用vs2010写的 所以 肯能需要用2010或以上版本 直接点击.sln文件打开
- 2022-02-03 04:14:33下载
- 积分:1
-
A mini
一个迷你型的桌面电子时钟,每次打开都会自动更换主题图片-A mini-desktop electronic clock will automatically change each time you open the theme picture
- 2022-05-18 14:08:39下载
- 积分:1
-
using the data structure to map AOE method of calculation of critical path, this...
采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
- 2022-03-29 16:01:16下载
- 积分:1
-
经典问题的源码(n皇后问题,点灯问题)
经典问题的源码(n皇后问题,点灯问题)-the classic source (n Queen, the Lantern)
- 2022-03-22 02:37:07下载
- 积分:1
-
Simple dialog procedures, calculation tools, the use of junior staff
简单的dialog程序,计算工具,初级人员使用-Simple dialog procedures, calculation tools, the use of junior staff
- 2022-03-04 13:48:50下载
- 积分:1
-
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。...
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。-openURL helps you launch Maps, SMS, Browser, Phone, and even other applications. This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line!
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]]
This app demonstrates the basic protocols supported natively on the phone.
- 2022-10-08 13:15:02下载
- 积分:1
-
传说中的著名程序
传说中的著名程序-legends of the famous procedure!
- 2022-04-16 10:22:51下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
wmoontab.zip:新月的日期1347kb表大小。
wmoontab.zip: Table of New Moon Dates size 1347KB.
Date and time of each new moon from 3000 B.C. to 3000 A.D. according to DE406. Text file of Julian dates and calendar dates, on the ephemeris time scale, of approximately 75,000 events.
新月(天文名词)的计算方法。-wmoontab.zip: Table of New Moon Dates size 1347KB. Date and time of each new moon from 3000 BC to 3000 AD according to DE406. Text file of Julian dates and calendar dates, on the ephemeris time scale, of approximately 75000 events. new months (the astronomical term) is calculated.
- 2023-08-04 12:45:04下载
- 积分:1
-
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。...
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。-Make their own based on the GPS signal reception PPC2003 procedures, to set the GPS port and speed, can receive real-time display of GPS data.
- 2022-04-23 01:34:16下载
- 积分:1