- 根据自然基金项目相关数据生成对应的隐喻地图
2022-03-03 10:38:49 239KB JavaScript
1
专门生成mac数据的软件,共三种生成方式:固定mac头、顺序生成mac、全部随机,可以选择生成的数量、字母大小写、连接符
2022-03-02 14:36:27 806KB mac生成器 数据构造器
1
python+qt5+pyinstaller
2022-02-25 22:22:43 38.21MB python pyqt5
1
IBM数据生成
2022-02-25 16:32:40 39KB 数据生成器
1
IBM数据生成器,seq类型,适合用于关联分析生成事务数据库,方便快捷;其中类似T40I10D100K的数据就是通过IBM数据生成器生成的。 使用方法:bin/seq_data_generator seq [options]
2022-02-25 16:30:58 22KB IBM 数据生成器 关联
1
Delphi使用DataSet读取数据生成Excel文件,在代码中并没有使用OLE和ADO技术,将DataSet直接写入.XLS档(不需要Excel/不需要OLE/不需要ADO)。我想这个功能,特别是在一些大型的数据库软件系统中,涉及到数据报表的时候,具有很高的实用价值。
2022-02-23 14:15:55 329KB Delphi源码-数据库实例
1
idmapping(用户唯一标识)真实数据第一天数据生成 /** * 处理真实数据 * 1.创建spark环境 * 2.导入数据 * 3.处理数据:我们只用到一个applog的日志数据,web和wx_App的数据也是一样的数据处理! * a.解析json * b.生成tuple * 4.保存结果 * 5.关流 */ object idmapping_tabay { def main(args: Array[String]): Unit = { //1.1.创建spark环境 val spark: SparkSession = SparkSes
2022-02-10 19:14:54 34KB app dma id
1
public void graphicsGeneration(int h1, int h2, int h3, int h4, int h5) { final int X = 10; int imageWidth = 300;// ͼƬ�Ŀ�� int imageHeight = 300;// ͼƬ�ĸ߶� int columnWidth = 30;// ��Ŀ�� int columnHeight = 200;// ������߶� ChartGraphics chartGraphics = new ChartGraphics(); chartGraphics.image = new BufferedImage(imageWidth, imageHeight, BufferedImage.TYPE_INT_RGB); Graphics graphics = chartGraphics.image.getGraphics(); graphics.setColor(Color.white); graphics.fillRect(0, 0, imageWidth, imageHeight); graphics.setColor(Color.blue); graphics.fill3DRect(X + 1 * columnWidth, columnHeight - h1, columnWidth,h1,true); graphics.setColor(Color.red); graphics.fill3DRect(X + 2 * columnWidth, columnHeight - h2, columnWidth, h2,true); graphics.setColor(Color.yellow); graphics.fill3DRect(X + 3 * columnWidth, columnHeight - h3, columnWidth, h3,true); graphics.setColor(Color.green); graphics.fill3DRect(X + 4 * columnWidth, columnHeight - h4, columnWidth, h4,true); graphics.setColor(Color.orange); graphics.fill3DRect(X + 5 * columnWidth, columnHeight - h5, columnWidth, h5,true); graphics.setColor(Color.cyan); //chartGraphics.createImage("E:\\MyEclipse\\apache-tomcat-6.0.14\\webapps\\pic\\chart.jpg"); }
2022-02-09 20:24:38 6KB JfreeChart
1
当你想生成一个BMP图片却屡屡失败时,有没有很烦恼、很受挫,想要抓狂的赶脚,我想肯定有的.......怎么办了,用用我这个测试列子测试一下吧。这个测试程序,包含了生成RGB数据的方法和将RGB数据生成BMP图片的方法,你可以通过这个方法找到到底是你RGB数据的问题了,还是你生成BMP图片方法的问题
2022-01-25 10:36:58 1.89MB RGB TO BMP
1