-
把程序加到启动组
把程序加到启动组-procedures added to launch group
- 2022-11-22 09:45:03下载
- 积分:1
-
此源码是我从别的网站下载的(导弹打飞机算法(黄色的点在外部做圆周运动,红色的点用来跟综黄色的点),具体算法看原程序,(只希望我
我也能下载别人的游戏源码来学...
此源码是我从别的网站下载的(导弹打飞机算法(黄色的点在外部做圆周运动,红色的点用来跟综黄色的点),具体算法看原程序,(只希望我
我也能下载别人的游戏源码来学习)-I downloaded from other websites (aircraft missiles algorithm (yellow exterior point in circular motion, the red points for Integrated with yellow points), look at the original algorithm specific procedures, and (I only hope that I can also download other people"s source code to learn the game)
- 2022-12-16 12:25:04下载
- 积分:1
-
err
《Visual Basic精彩编程200例》的源代码,包含窗体、界面与控件;多媒体与图形;数据库技术;文件与系统;网络与Internet等各方面的源代码。-err
- 2023-02-23 06:20:06下载
- 积分:1
-
wince触摸屏幕的驱动程序源代码
wince触摸屏幕的驱动程序源代码-touch-screen of WinCE driver source code
- 2023-03-30 19:45:03下载
- 积分:1
-
合并一些散碎的文章用得工具,能够将多个文本文档合并,并放到另一个盘符下的相同目录中!...
合并一些散碎的文章用得工具,能够将多个文本文档合并,并放到另一个盘符下的相同目录中!-散碎merge some of the article used tools, a number of text documents can be merged and put under another drive letter in the same directory!
- 2022-06-16 01:57:29下载
- 积分:1
-
窗口打开关闭动画效果。
打开:窗体慢慢向下展开
关闭:窗体慢慢向上收回...
窗口打开关闭动画效果。
打开:窗体慢慢向下展开
关闭:窗体慢慢向上收回-Close window animation effects
- 2023-03-10 12:25:04下载
- 积分:1
-
利用ZMNL方法进行雷达杂波的仿真与模拟,生成具有瑞利分布的杂波...
利用ZMNL方法进行雷达杂波的仿真与模拟,生成具有瑞利分布的杂波-ZMNL methods make use of the radar clutter simulation and modeling, to generate the clutter has a Rayleigh distribution
- 2023-02-06 02:10:03下载
- 积分:1
-
基本的网络接入电脑设置,代码为+ + 6调试通过
获取计算机基本网络设置 ,代码在vc++6.0下调试通过-Basic network access to computer settings, code vc++ 6.0 debugging through
- 2022-02-03 22:17:53下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1
-
设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停...
设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短缴纳费用。试为停车场编制按上述要求进行管理的模拟程序。-Suppose the parking is narrow opening which can park many cars,and the cars come and leave the park only though one gate.The first car parks in the northernmost of the parking ,then the later parks beside it towards the south of the parking(the gate is in the southernmost,and the first car parks the northernmost point of the parking)
- 2022-08-21 18:05:13下载
- 积分:1