-
手机游戏,E680G的手机游戏,很好玩的哦,
手机游戏,E680G的手机游戏,很好玩的哦,-phone games, E680G mobile phone game, is a lot of fun, um,
- 2022-12-12 22:05:04下载
- 积分:1
-
Bresenham直线生成算法,初始华起点和终点后就可以画出直线了
Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
- 2023-06-24 23:50:03下载
- 积分:1
-
pythonjinrongfenxi
python金融大数据分析的pdf数据,挺清晰的哦~~(Financial data analysis using python)
- 2016-12-17 21:42:07下载
- 积分:1
-
New Folder
计算四连杆机构运动学,数学模型和simulink仿真模型(mechanical asidh asid as d a d asd ad a d a d ad ad a da d ad a d)
- 2021-03-24 18:59:15下载
- 积分:1
-
Based on freescale microcontroller designed for door control source for referenc...
基于freescale 微控制器车门控制源码设计
可供参考-Based on freescale microcontroller designed for door control source for reference
- 2022-03-15 09:15:38下载
- 积分:1
-
GetPic
抓图小工具REV 3.0 可独立批量抓图
新增批量抓图功能,带更新图片功能,可设置时间间隔、抓取数量、信息提示、放大镜功能、方向键微调功能。
批量抓图技巧:
针对网页验证码需要点击更新再抓取的,勾选[点击更新图片],鼠标拖动[坐标获取]的右边图形移动到需要点击的地方自动获取坐标,设置时间间隔,设置抓取数量,点击批量抓图按钮,完成!
如果不需要点击更新不勾选[点击更新图片]即可
本程序可辅助OCR识别,图形识别与自动控制(Grab a small tool independently REV 3.0 New Batch Capture Batch Capture feature, with updated picture functions, you can set time interval, the number of crawling, information, tips, a magnifying glass function, the arrow keys to fine-tune the functionality. Batch Capture techniques: code for web pages need to click update and then to crawl, check [click Update Photo], drag the mouse [coordinates to obtain] the right of the graph need to click where to move to automatic acquisition coordinates, set the time interval, set the grab the number, click on Batch Capture button to complete! If you do not click the update does not check the [Click the Update Photo] can this program can assist OCR recognition, pattern recognition and automatic control)
- 2009-12-05 12:27:43下载
- 积分:1
-
程序
MATLAB中的激光器仿真
包含锁模激光器的部件仿真
不同维度的脉冲仿真(Laser simulation in MATLAB
Component simulation of a mode-locked laser
Pulse simulation in different dimensions)
- 2021-04-20 13:38:50下载
- 积分:1
-
CXW716三合一移动电源IC
CXW716三合一移动电源IC,非常实用的电源IC。(CXW716 three in one mobile power IC, a very practical power supply IC.)
- 2017-12-29 10:55:02下载
- 积分:1
-
FC_102_03_00_upd
download and try it ...thanks
- 2018-11-15 01:13:13下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1