码迷,mamicode.com
首页 >  
搜索关键字:unit 7练习    ( 4539个结果
寒假学习日报(二十三)
今日学习:《机器学习十讲》第六讲,考研择校相关信息处理。 scala学习: package com.chapter01.datatype object TypeDemo02 { def main(args: Array[String]): Unit = { println("Long的最大值:" + ...
分类:其他好文   时间:2021-02-02 11:23:01    阅读次数:0
springboot2.0 解决多数据源分布式事务问题
SpringBoot2.0+JTA+Atomikos 解决多数据源分布式事务问题 ...
分类:编程语言   时间:2021-02-02 11:06:27    阅读次数:0
Delphi XE5教程8:使用Delphi命名空间
// Project file declarations... //项目文件声明… program MyCompany.ProjectX.ProgramY; // Unit source file declaration... //单元源文件声明 unit MyCompany.ProjectX.Pr ...
分类:Windows程序   时间:2021-02-01 11:51:46    阅读次数:0
lazarus free pascal不支持匿名方法
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Unit2; type TMyProc = procedure of obj ...
分类:其他好文   时间:2021-01-27 13:59:43    阅读次数:0
【补题】Codeforces Educational Codeforces Round 103 D
Cleaning the Phone Polycarp often uses his smartphone. He has already installed n applications on it. Application with number i takes up ai units of m ...
分类:其他好文   时间:2021-01-27 13:50:46    阅读次数:0
winsocket tcp练习一
server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...
分类:Windows程序   时间:2021-01-22 12:14:27    阅读次数:0
基本数据类型&包装类&String之间的相互转换
1.包装类的种类 2. 转换图解 3.具体代码 public class JunitTest { //基本数据类型 > 包装类 :装箱 @Test public void test1() { //调用包装类的 构造器 int i =10; Integer int1 = new Integer(i); ...
分类:其他好文   时间:2021-01-19 11:59:54    阅读次数:0
spark学习进度25(SparkCore实战案例)
词频统计: 要求:统计Harry Potter.txt文件中出现最多单词前十位 内容样例: 代码及结果: @Test//词频统计 def WordCount(): Unit ={ val conf=new SparkConf().setMaster("local[6]").setAppName("w ...
分类:其他好文   时间:2021-01-18 11:17:13    阅读次数:0
httpclient for windows demo
httpclient for windows demo unit FMain; { uses Vcl.Forms, FMain in 'FMain.pas' {FormMain}, Grijjy.Http in '..\..\GrijjyFoundation\Grijjy.Http.pas', Gr ...
分类:Windows程序   时间:2021-01-14 11:34:15    阅读次数:0
Delphi編程 — 視頻捕獲avicap32.pas源代碼
{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
分类:Windows程序   时间:2021-01-12 11:09:16    阅读次数:0
4539条   上一页 1 ... 5 6 7 8 9 ... 454 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!