-
spreadsheet
说明: 一个Excel表的QT实现源码,实现载入和保存文件,以及如何向QTableWidget中添加对电子制表软件公式的支持等功能.(the QT source of a excel sheet )
- 2011-03-25 10:27:43下载
- 积分:1
-
JC
说明: johnson cook vumat code
- 2016-09-22 18:37:16下载
- 积分:1
-
1111
MATLAB实现隐马尔科夫模型预测,这里举例说明,示例代码。(MATLAB---HMM prodict)
- 2018-04-18 17:56:37下载
- 积分:1
-
weibo4j
实现新浪微博系统的基本功能,包括注册用户管理,发表心情,上传照片,发私信以及前台表单验证。 项目技术架构:项目采用自定义的仿Struts框架的web系统开发模式,应用MVC的三层体系结构,使系统可以便捷的进行业务扩展和适应变化的业务需求(Sina microblogging system s basic functions, including registered user management, published mood, upload photos, send private messages, and the front desk form validation. Project technical architecture: The project uses Struts framework imitation custom web system development model, the application of MVC three-tier architecture, the system can be convenient for business expansion and to adapt to changing business needs)
- 2017-09-08 15:32:53下载
- 积分:1
-
H500S-MB硬件开放资料
说明: 中科世为h500模块的应用原理图,可以方便开发界面等功能(Application schematic diagram of zhongkeshiwei H500 module)
- 2021-01-22 22:19:44下载
- 积分:1
-
自己作的防ip冲突的软件,主要用到winsock控件和shell等
自己作的防ip冲突的软件,主要用到winsock控件和shell等-themselves for conflict prevention ip software, mainly used winsock control and shell, etc.
- 2022-08-16 17:30:13下载
- 积分:1
-
计数器 独立工作_LV2012
一个基于LabVIEW编写的计数器小程序,(A Small Counter Program Based on LabVIEW)
- 2019-04-25 13:25:47下载
- 积分: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
-
diqiuwulifanyan
这个是用fortran编写的地球物理反演程序,十分经典。一般很难下载到,因为我是学生,所以才有机会跟老师处获得代码,请大家本着学习的目的使用代码,不要用于商业用途和随意转播(This is prepared by fortran geophysical inversion procedure is very classic. Generally very difficult to download because I am a student, so teachers have a chance to obtain the code, please use the spirit of learning of the code, not used for commercial purposes and not to broadcast)
- 2020-12-29 21:59:00下载
- 积分:1
-
Two on the Struts examples, one is prepared manually Struts examples, one is pre...
两个关于Struts的实例,一个是手动编写的Struts实例,一个是用Struts插件编写的实例-Two on the Struts examples, one is prepared manually Struts examples, one is prepared to use Struts plug-ins example
- 2022-07-23 09:07:35下载
- 积分:1