-
cwlbrowser-5.0.tar
说明: cwlbrowser for python3
- 2020-06-22 01:20:02下载
- 积分:1
-
Delphi/ACCESS医学证明录入管理系统
操作简单的一款Delphi医学证明登记管理系统,具有数据录入、修改、打补及数据浏览功能。用于医疗机构对新生儿信息进行录入登记的程序,前几年的程序,对学习一些基础的Delphi/ACCESS操作有不小的帮助。
- 2022-01-21 18:56:36下载
- 积分:1
-
Java绘图:绘制虚线与实线
Java绘图:绘制虚线与实线
public LineDemo(){
super("实线与虚线"); //调用父类构造函数
setSize(300,200); //设置窗口尺寸
setVisible(true); //设置窗口可视
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序
}
public void paint(Graphics g){ //绘制组件方法
Graphics2D g2=(Graphics2D)g; //得到2D图形
Dimension dim = this.getSize(); //得到组件尺寸
g2.setColor(Color.white); //设置绘制颜色为白色
g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件
g2.setColor(Color.black); //设置绘制颜色
g2.drawLine(40,160,280,160); //绘制实线
g2.drawLine(40,160,40,40);
g2.drawString("0",30,165); //绘制字符串
g2.drawString("100",16,50);
g2.drawString("200",270,175);
float[] dash={5,5}; //短划线图案
BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷
g2.setStroke(bs); //设置新的画刷
g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
- 2022-01-28 07:52:17下载
- 积分:1
-
demo
一个C++的垃圾回收器,用于研究垃圾自动回收机制。(The garbage collector is a C++, used to study.)
- 2014-01-10 16:20:05下载
- 积分:1
-
WinSCP_v5.15.2
说明: 无人机在巡检的过程发现缺陷会出现立刻巡检(UAV go traking the condication,it find the difference .)
- 2020-06-22 20:00:01下载
- 积分:1
-
Weblogic7.0配置(讲解Weblogic7怎样部署)
Weblogic7.0配置(讲解Weblogic7怎样部署)-Weblogic7.0 configuration (Weblogic7 explain how the deployment)
- 2022-04-27 18:08:38下载
- 积分:1
-
1-Hi3518EV300 +DDR+0.7w+1.8$-UM
HI3518E是专为工业专用智能高清IP摄像机设计的新一代SoC。它引入了新一代
ISP,最新的H.265视频压缩编码器和高性能NNIE引擎,使HI3518E成为业界的领头羊。
在低比特率,高图像质量,智能处理和分析,低功耗。与集成
HI3518E采用PoR、RTC、音频编解码器和待机唤醒电路,大大降低了客户的电子书成本。HI3518E还提供与Hisilicon DVR和NVR SOC类似的接口设计,促进快速批量生产。(Hi3518e is a new-generation SoC designed for the industry-dedicated smart HD IP camera. It introduces a new-generation
ISP, the latest H.265 video compression encoder, and a high-performance NNIE engine, enabling Hi3518e to lead the industry
in terms of low bit rate, high image quality, intelligent processing and analysis, and low power consumption. Integrated with the
POR, RTC, audio codec, and standby wakeup circuit, Hi3518e can greatly reduce the EBOM costs for customers. Hi3518e also provides similar interface designs to the HiSilicon DVR and NVR SoCs, facilitating rapid mass production.)
- 2020-06-16 03:40:02下载
- 积分:1
-
dsPIC 30F4013
Datasheet of the dsPIC 30F4013 microcontroler
- 2019-03-13 04:25:28下载
- 积分:1
-
多选城市选择代码
说明: jQuery下拉单选多选城市选择代码是一框美化和下拉城市选择插件。(The jQuery drop-down radio multiple-choice city selection code is a box beautification and drop-down city selection plug-in.)
- 2019-03-28 09:47:21下载
- 积分:1
-
SCREPViewer1.4src
SC Rep Viewer 1.4
本工具可以用来查看星际录像存储的一些信息。
和其他Rep软件一样,前两分钟的操作也不算APM。
其他功能还有提取地图(用于从录像中提取地图),改图分析(用于查看是否有地图作弊)等。
官方地图库收集了一千余张国内外常用地图,更新日期2009.3.3。
致谢:
ShadowFlare 提供了MPQ操作的API函数
JCA 提供了解压代码
Soar Chin 提供了录像格式文档
Quantam 提供了地图源文件格式文档
The.Emu 提供了最新韩国地图库
(SC Rep Viewer 1.4
This tool can be used to view the video store some information on Star.
Rep other software, the first two minutes of operation is also not APM.
Other features include extract map (extracted from the video for the map), change the chart analysis (for the map to see if there is cheating) and so on.
Official map library collection of a thousand Yu Zhangguo inside and outside the common map, updated 2009.3.3.
Acknowledgements:
ShadowFlare operation provides API functions MPQ
JCA provides a decompression code
Soar Chin document provides a video format
Quantam provides a map of the source file format documentation
The.Emu South Korea to provide the latest gallery
)
- 2021-02-27 16:59:36下载
- 积分:1