包括动物细胞植物细胞等等,细胞器很全,如果失效了可以联系我补档,qq 2947873981
2023-03-01 09:43:49 49B unity 模型
1
容器的Android手机 基于容器技术(lxc,docker,cells)的Android系统 细胞---容器基础代码 cellsservice ---容器启动,切换,停止,迁移等功能基础服务 交换系统---启动,切换,迁移APP 备注:cells-android10仓库,有完整源码
2023-01-07 23:52:15 1.29MB 系统开源
1
aspose 将excel 和 doc 转换成 pdf
2022-11-20 00:14:25 15.25MB Aspose.Cells for Java Jar
1
一个简单实用类 using Aspose Cells; class AsposeExcel { private string outFileName ""; private string fullFilename ""; private Workbook book null; private Worksheet sheet null; public AsposeExcel string outfilename 导出构造数 { outFileName outfilename; book new Workbook ; sheet book Worksheets[0]; } private void AddTitle string title int rowIndex int columnIndex { Cell cell1 sheet Cells[rowIndex columnIndex]; cell1 PutValue title ; } private void AddHeader DataTable dt int rowIndex int columnIndex { Cell cell null; for int col 0; col < dt Columns Count; col++ { cell sheet Cells[rowIndex col + columnIndex]; cell PutValue dt Columns[col] ColumnName ; } } private void AddBody DataTable dt int rowIndex int columnIndex { for int r 0; r < dt Rows Count; r++ { for int c 0; c < dt Columns Count; c++ { sheet Cells[r + rowIndex c + columnIndex] PutValue dt Rows[r][c] ToString ; } } } 导出 public Boolean DatatableToExcel DataTable dt int rowIndex int columnIndex { Boolean yn false; try { sheet Name sheetName; AddHeader dt rowIndex columnIndex ; AddBody dt rowIndex+1 columnIndex+1 ; sheet AutoFitColumns ; sheet AutoFitRows ; book Save outFileName ; yn true; return yn; } catch Exception e { return yn; } } }">一个简单实用类 using Aspose Cells; class AsposeExcel { private string outFileName ""; private string fullFilename ""; private Workbook book null; private Worksheet sheet null; public AsposeExcel string outfilename 导 [更多]
2022-11-15 10:54:47 11.64MB Aspose cell Excel
1
aspose破解版 支持 doc、docx、xls、xlsx、ppt、pptx ......亲测可用
2022-11-05 13:49:31 13.61MB aspose.words aspose.cells aspose.slide
1
这是经典文献Massive MIMO and Small Cells Improving Energy Efficiency by Optimal Soft-Cell Coordination 的matlab代码,绝对有效。
2022-10-26 11:36:58 16KB MIMO Energy Efficienc Small
1
Aspose.Cells.dll for .NET 8.6.3 非破解版+正版licence
2022-09-16 16:54:31 2.55MB Aspose.Cells 8.6.3 非破解版
1
Excel文档处理和转换控件。可对表格和格式进行管理,应用复杂的计算公式,在各层面导入图像。
2022-09-16 16:47:25 2.71MB Aspose
1
18.4 免费版,无水印,从别的站找到的 C#excel操作控件 C#生成Excel 支持xls,xlsx 非常好的excel操作控件,比如: Colors Color[] 获取或设置Excel颜色 ConvertNumericData bool 获取或设置是否将字符串转换至数字数据默认值为true
2022-06-24 14:49:12 2.7MB Aspose Cells AsposeCells AsposeCells.dll
1
IOS应用源码之Cells.zip
2022-06-22 13:08:13 90KB IOS应用源码